HEX: #8B6498
RGB: (139,100,152)
#8B6498 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8B6498 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #8B6498 wird in RGB als (139,100,152) definiert.
RGB: (139,100,152)
(55%, 39%, 60%)
R 139 von 255 = 55%
G 100 von 255 = 39%
B 152 von 255 = 60%
R + G + B ~ 51%. #8B6498 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 139 + 100 + 152 = 391 (100%)
R 139 von 391 ~ 35.55%
G 100 von 391 ~ 25.58%
B 152 von 391 ~ 38.87'%
Die Farbe #8B6498 wird in CMYK als (9,34,0,40) definiert.
CMYK: (9,34,0,40) C9M34Y0K40 (9%,34%,0%,40%) (0.09/0.34/0.00/0.40)
Farbe #8B6498 in den populären Farbmodellen.
8B | 64 | 98 | |
---|---|---|---|
RGB | 139 | 100 | 152 |
HSL | 285° | 20.63% | 49.41% |
HSB/HSV | 285° | 34.21% | 59.61% |
CMYK | 8.55% | 34.21% | 0.00% |
40.39% |
Die Farbe #8B6498 in den populären Zahlensystemen.
Hexadezimal | 8B | 64 | 98 |
Dezimal | 139 | 100 | 152 |
Binär | 10001011 | 1100100 | 10011000 |
Oktal | 213 | 144 | 230 |
Dunkle Töne der Farbe #8B6498
Helle Töne der Farbe #8B6498
Beispiele css- und html für Elemente in der Farbe #8B6498. Bitte benutzen Sie auch rgb(139,100,152) statt hex-Code.
.myTextColor { color: #8B6498; }
<p style="color:#8B6498">This sample text font color is #8B6498.</p>
Die Farbe dieses Textes ist #8B6498.
.myBgColor { background-color: #8B6498; }
<div style="background-color:#8B6498">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8B6498.
.myBorderColor { border: 1px solid #8B6498; }
<div style="border:3px solid #8B6498">Div</div>
Die Grenzen von diesem div sind in Farbe #8B6498.
.myOpacity80 { color: #8B6498; opacity: 0.8; }
<p style="color:#8B6498;opacity:0.8;">80%</p>
Text in Farbe #8B6498 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8B6498;}
<p style="text-shadow: 3px 3px 1px #8B6498">Text here.</p>
Dieser Text hat den Schatten in Farbe #8B6498.
.textShadow {text-shadow: 3px 3px 1px #8B6498', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8B6498, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8B6498 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B6498, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8B6498, Direction=45, Strength=4)">Text</p>
This text has shadow with #8B6498 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8B6498;
-webkit-box-shadow: 1px 1px 3px 2px #8B6498;
box-shadow: 1px 1px 3px 2px #8B6498;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8B6498; -webkit-box-shadow: 1px 1px 3px 2px #8B6498; box-shadow:1px 1px 3px 2px #8B6498;">
Div content here
</div>
Dieser Text ist in der Farbe #8B6498 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8B6498 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8B6498.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8B6498.
Kontrastfarbe für #hex ist #749B67.