HEX: #8B6BAE
RGB: (139,107,174)
#8B6BAE enthält hauptsächlich rote und blaue Farbe. Für #8B6BAE ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #8B6BAE wird in RGB als (139,107,174) definiert.
RGB: (139,107,174)
(55%, 42%, 68%)
R 139 von 255 = 55%
G 107 von 255 = 42%
B 174 von 255 = 68%
R + G + B ~ 55%. #8B6BAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 139 + 107 + 174 = 420 (100%)
R 139 von 420 ~ 33.1%
G 107 von 420 ~ 25.48%
B 174 von 420 ~ 41.43'%
Die Farbe #8B6BAE wird in CMYK als (20,39,0,32) definiert.
CMYK: (20,39,0,32)
C20M39Y0K32 (20%, 39%, 0%, 32%)
(0.20 / 0.39 / 0.00 / 0.32)
Farbe #8B6BAE in den populären Farbmodellen.
8B | 6B | AE | |
---|---|---|---|
RGB | 139 | 107 | 174 |
HSL | 269° | 29.26% | 55.10% |
HSB/HSV | 269° | 38.51% | 68.24% |
CMYK | 20.11% | 38.51% | 0.00% |
31.76% |
Die Farbe #8B6BAE in den populären Zahlensystemen.
Hexadezimal | 8B | 6B | AE |
Dezimal | 139 | 107 | 174 |
Binär | 10001011 | 1101011 | 10101110 |
Oktal | 213 | 153 | 256 |
Dunkle Töne der Farbe #8B6BAE
Helle Töne der Farbe #8B6BAE
Beispiele css- und html für Elemente in der Farbe #8B6BAE. Bitte benutzen Sie auch rgb(139,107,174) statt hex-Code.
.myTextColor { color: #8B6BAE; }
<p style="color:#8B6BAE">This sample text font color is #8B6BAE.</p>
Die Farbe dieses Textes ist #8B6BAE.
.myBgColor { background-color: #8B6BAE; }
<div style="background-color:#8B6BAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8B6BAE.
.myBorderColor { border: 1px solid #8B6BAE; }
<div style="border:3px solid #8B6BAE">Div</div>
Die Grenzen von diesem div sind in Farbe #8B6BAE.
.myOpacity80 { color: #8B6BAE; opacity: 0.8; }
<p style="color:#8B6BAE;opacity:0.8;">80%</p>
Text in Farbe #8B6BAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8B6BAE;}
<p style="text-shadow: 3px 3px 1px #8B6BAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #8B6BAE.
.textShadow {text-shadow: 3px 3px 1px #8B6BAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8B6BAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8B6BAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B6BAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8B6BAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #8B6BAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8B6BAE;
-webkit-box-shadow: 1px 1px 3px 2px #8B6BAE;
box-shadow: 1px 1px 3px 2px #8B6BAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8B6BAE; -webkit-box-shadow: 1px 1px 3px 2px #8B6BAE; box-shadow:1px 1px 3px 2px #8B6BAE;">
Div content here
</div>
Dieser Text ist in der Farbe #8B6BAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8B6BAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8B6BAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8B6BAE.
Kontrastfarbe für #hex ist #749451.