HEX: #8D6DAB
RGB: (141,109,171)
#8D6DAB enthält hauptsächlich rote und blaue Farbe. Für #8D6DAB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #8D6DAB wird in RGB als (141,109,171) definiert.
RGB: (141,109,171)
(55%, 43%, 67%)
R 141 von 255 = 55%
G 109 von 255 = 43%
B 171 von 255 = 67%
R + G + B ~ 55%. #8D6DAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 141 + 109 + 171 = 421 (100%)
R 141 von 421 ~ 33.49%
G 109 von 421 ~ 25.89%
B 171 von 421 ~ 40.62'%
Die Farbe #8D6DAB wird in CMYK als (18,36,0,33) definiert.
CMYK: (18,36,0,33)
C18M36Y0K33 (18%, 36%, 0%, 33%)
(0.18 / 0.36 / 0.00 / 0.33)
Farbe #8D6DAB in den populären Farbmodellen.
8D | 6D | AB | |
---|---|---|---|
RGB | 141 | 109 | 171 |
HSL | 271° | 26.96% | 54.90% |
HSB/HSV | 271° | 36.26% | 67.06% |
CMYK | 17.54% | 36.26% | 0.00% |
32.94% |
Die Farbe #8D6DAB in den populären Zahlensystemen.
Hexadezimal | 8D | 6D | AB |
Dezimal | 141 | 109 | 171 |
Binär | 10001101 | 1101101 | 10101011 |
Oktal | 215 | 155 | 253 |
Dunkle Töne der Farbe #8D6DAB
Helle Töne der Farbe #8D6DAB
Beispiele css- und html für Elemente in der Farbe #8D6DAB. Bitte benutzen Sie auch rgb(141,109,171) statt hex-Code.
.myTextColor { color: #8D6DAB; }
<p style="color:#8D6DAB">This sample text font color is #8D6DAB.</p>
Die Farbe dieses Textes ist #8D6DAB.
.myBgColor { background-color: #8D6DAB; }
<div style="background-color:#8D6DAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8D6DAB.
.myBorderColor { border: 1px solid #8D6DAB; }
<div style="border:3px solid #8D6DAB">Div</div>
Die Grenzen von diesem div sind in Farbe #8D6DAB.
.myOpacity80 { color: #8D6DAB; opacity: 0.8; }
<p style="color:#8D6DAB;opacity:0.8;">80%</p>
Text in Farbe #8D6DAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8D6DAB;}
<p style="text-shadow: 3px 3px 1px #8D6DAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #8D6DAB.
.textShadow {text-shadow: 3px 3px 1px #8D6DAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8D6DAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8D6DAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8D6DAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8D6DAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #8D6DAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #8D6DAB;
-webkit-box-shadow: 1px 1px 3px 2px #8D6DAB;
box-shadow: 1px 1px 3px 2px #8D6DAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #8D6DAB; -webkit-box-shadow: 1px 1px 3px 2px #8D6DAB; box-shadow:1px 1px 3px 2px #8D6DAB;">
Div content here
</div>
Dieser Text ist in der Farbe #8D6DAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8D6DAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8D6DAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8D6DAB.
Kontrastfarbe für #hex ist #729254.