HEX: #9C6BAB
RGB: (156,107,171)
#9C6BAB enthält hauptsächlich rote und blaue Farbe. Für #9C6BAB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9C6BAB wird in RGB als (156,107,171) definiert.
RGB: (156,107,171)
(61%, 42%, 67%)
R 156 von 255 = 61%
G 107 von 255 = 42%
B 171 von 255 = 67%
R + G + B ~ 57%. #9C6BAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 156 + 107 + 171 = 434 (100%)
R 156 von 434 ~ 35.94%
G 107 von 434 ~ 24.65%
B 171 von 434 ~ 39.4'%
Die Farbe #9C6BAB wird in CMYK als (9,37,0,33) definiert.
CMYK: (9,37,0,33)
C9M37Y0K33 (9%, 37%, 0%, 33%)
(0.09 / 0.37 / 0.00 / 0.33)
Farbe #9C6BAB in den populären Farbmodellen.
9C | 6B | AB | |
---|---|---|---|
RGB | 156 | 107 | 171 |
HSL | 286° | 27.59% | 54.51% |
HSB/HSV | 286° | 37.43% | 67.06% |
CMYK | 8.77% | 37.43% | 0.00% |
32.94% |
Die Farbe #9C6BAB in den populären Zahlensystemen.
Hexadezimal | 9C | 6B | AB |
Dezimal | 156 | 107 | 171 |
Binär | 10011100 | 1101011 | 10101011 |
Oktal | 234 | 153 | 253 |
Dunkle Töne der Farbe #9C6BAB
Helle Töne der Farbe #9C6BAB
Beispiele css- und html für Elemente in der Farbe #9C6BAB. Bitte benutzen Sie auch rgb(156,107,171) statt hex-Code.
.myTextColor { color: #9C6BAB; }
<p style="color:#9C6BAB">This sample text font color is #9C6BAB.</p>
Die Farbe dieses Textes ist #9C6BAB.
.myBgColor { background-color: #9C6BAB; }
<div style="background-color:#9C6BAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9C6BAB.
.myBorderColor { border: 1px solid #9C6BAB; }
<div style="border:3px solid #9C6BAB">Div</div>
Die Grenzen von diesem div sind in Farbe #9C6BAB.
.myOpacity80 { color: #9C6BAB; opacity: 0.8; }
<p style="color:#9C6BAB;opacity:0.8;">80%</p>
Text in Farbe #9C6BAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9C6BAB;}
<p style="text-shadow: 3px 3px 1px #9C6BAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9C6BAB.
.textShadow {text-shadow: 3px 3px 1px #9C6BAB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9C6BAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9C6BAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C6BAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9C6BAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9C6BAB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9C6BAB;
-webkit-box-shadow: 1px 1px 3px 2px #9C6BAB;
box-shadow: 1px 1px 3px 2px #9C6BAB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C6BAB; -webkit-box-shadow: 1px 1px 3px 2px #9C6BAB; box-shadow:1px 1px 3px 2px #9C6BAB;">
Div content here
</div>
Dieser Text ist in der Farbe #9C6BAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9C6BAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9C6BAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9C6BAB.
Kontrastfarbe für #hex ist #639454.