HEX: #8B6DAD
RGB: (139,109,173)
#8B6DAD enthält hauptsächlich rote und blaue Farbe. Für #8B6DAD ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #8B6DAD wird in RGB als (139,109,173) definiert.
RGB: (139,109,173) (55%,43%,68%)
R 139 von 255 = 55%
G 109 von 255 = 43%
B 173 von 255 = 68%
R + G + B ~ 55%. #8B6DAD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
139 + 109 + 173 = 421 (100%)
R 139 von 421 ~ 33.02%
G 109 von 421 ~ 25.89%
B 173 von 421 ~ 41.09%
Die Farbe #8B6DAD wird in CMYK als (20,37,0,32) definiert.
CMYK: (20,37,0,32) C20M37Y0K32 (20%,37%,0%,32%) (0.20/0.37/0.00/0.32)
8B | 6D | AD | |
---|---|---|---|
RGB | 139 | 109 | 173 |
HSL | 268° | 28.07% | 55.29% |
HSB/HSV | 268° | 36.99% | 67.84% |
CMYK | 19.65% | 36.99% | 0.00% |
32.16% |
Hexadezimal | 8B | 6D | AD |
Dezimal | 139 | 109 | 173 |
Binär | 10001011 | 1101101 | 10101101 |
Oktal | 213 | 155 | 255 |
Beispiele css- und html für Elemente in der Farbe #8B6DAD. Bitte benutzen Sie auch rgb(139,109,173) statt hex-Code.
.myTextColor { color: #8B6DAD; }
<p style="color:#8B6DAD">This sample text font color is #8B6DAD.</p>
Die Farbe dieses Textes ist #8B6DAD.
.myBgColor { background-color: #8B6DAD; }
<div style="background-color:#8B6DAD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8B6DAD.
.myBorderColor { border: 1px solid #8B6DAD; }
<div style="border:3px solid #8B6DAD">Div</div>
Die Grenzen von diesem div sind in Farbe #8B6DAD.
.myOpacity80 { color: #8B6DAD; opacity: 0.8; }
<p style="color:#8B6DAD;opacity:0.8;">80%</p>
Text in Farbe #8B6DAD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8B6DAD;}
<p style="text-shadow: 3px 3px 1px #8B6DAD">Text here.</p>
Dieser Text hat den Schatten in Farbe #8B6DAD.
.textShadow {text-shadow: 3px 3px 1px #8B6DAD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8B6DAD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8B6DAD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B6DAD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8B6DAD, Direction=45, Strength=4)">Text</p>
This text has shadow with #8B6DAD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8B6DAD; -webkit-box-shadow: 1px 1px 3px 2px #8B6DAD; box-shadow: 1px 1px 3px 2px #8B6DAD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8B6DAD; -webkit-box-shadow: 1px 1px 3px 2px #8B6DAD; box-shadow:1px 1px 3px 2px #8B6DAD;">
Div content here</div>
Dieser Text ist in der Farbe #8B6DAD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8B6DAD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8B6DAD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8B6DAD.