HEX: #9B6FAE
RGB: (155,111,174)
#9B6FAE enthält hauptsächlich rote und blaue Farbe. Für #9B6FAE ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9B6FAE wird in RGB als (155,111,174) definiert.
RGB: (155,111,174)
(61%, 44%, 68%)
R 155 von 255 = 61%
G 111 von 255 = 44%
B 174 von 255 = 68%
R + G + B ~ 58%. #9B6FAE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 155 + 111 + 174 = 440 (100%)
R 155 von 440 ~ 35.23%
G 111 von 440 ~ 25.23%
B 174 von 440 ~ 39.55'%
Die Farbe #9B6FAE wird in CMYK als (11,36,0,32) definiert.
CMYK: (11,36,0,32) C11M36Y0K32 (11%,36%,0%,32%) (0.11/0.36/0.00/0.32)
Farbe #9B6FAE in den populären Farbmodellen.
9B | 6F | AE | |
---|---|---|---|
RGB | 155 | 111 | 174 |
HSL | 282° | 28.00% | 55.88% |
HSB/HSV | 282° | 36.21% | 68.24% |
CMYK | 10.92% | 36.21% | 0.00% |
31.76% |
Die Farbe #9B6FAE in den populären Zahlensystemen.
Hexadezimal | 9B | 6F | AE |
Dezimal | 155 | 111 | 174 |
Binär | 10011011 | 1101111 | 10101110 |
Oktal | 233 | 157 | 256 |
Dunkle Töne der Farbe #9B6FAE
Helle Töne der Farbe #9B6FAE
Beispiele css- und html für Elemente in der Farbe #9B6FAE. Bitte benutzen Sie auch rgb(155,111,174) statt hex-Code.
.myTextColor { color: #9B6FAE; }
<p style="color:#9B6FAE">This sample text font color is #9B6FAE.</p>
Die Farbe dieses Textes ist #9B6FAE.
.myBgColor { background-color: #9B6FAE; }
<div style="background-color:#9B6FAE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B6FAE.
.myBorderColor { border: 1px solid #9B6FAE; }
<div style="border:3px solid #9B6FAE">Div</div>
Die Grenzen von diesem div sind in Farbe #9B6FAE.
.myOpacity80 { color: #9B6FAE; opacity: 0.8; }
<p style="color:#9B6FAE;opacity:0.8;">80%</p>
Text in Farbe #9B6FAE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B6FAE;}
<p style="text-shadow: 3px 3px 1px #9B6FAE">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B6FAE.
.textShadow {text-shadow: 3px 3px 1px #9B6FAE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B6FAE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B6FAE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B6FAE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B6FAE, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B6FAE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B6FAE;
-webkit-box-shadow: 1px 1px 3px 2px #9B6FAE;
box-shadow: 1px 1px 3px 2px #9B6FAE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B6FAE; -webkit-box-shadow: 1px 1px 3px 2px #9B6FAE; box-shadow:1px 1px 3px 2px #9B6FAE;">
Div content here
</div>
Dieser Text ist in der Farbe #9B6FAE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B6FAE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B6FAE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B6FAE.
Kontrastfarbe für #hex ist #649051.