HEX: #9B77BC
RGB: (155,119,188)
#9B77BC enthält hauptsächlich rote und blaue Farbe. Für #9B77BC ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9B77BC wird in RGB als (155,119,188) definiert.
RGB: (155,119,188)
(61%, 47%, 74%)
R 155 von 255 = 61%
G 119 von 255 = 47%
B 188 von 255 = 74%
R + G + B ~ 61%. #9B77BC ziemlich helle Farbe.
R + G + B = 155 + 119 + 188 = 462 (100%)
R 155 von 462 ~ 33.55%
G 119 von 462 ~ 25.76%
B 188 von 462 ~ 40.69'%
Die Farbe #9B77BC wird in CMYK als (18,37,0,26) definiert.
CMYK: (18,37,0,26)
C18M37Y0K26 (18%, 37%, 0%, 26%)
(0.18 / 0.37 / 0.00 / 0.26)
Farbe #9B77BC in den populären Farbmodellen.
9B | 77 | BC | |
---|---|---|---|
RGB | 155 | 119 | 188 |
HSL | 271° | 33.99% | 60.20% |
HSB/HSV | 271° | 36.70% | 73.73% |
CMYK | 17.55% | 36.70% | 0.00% |
26.27% |
Die Farbe #9B77BC in den populären Zahlensystemen.
Hexadezimal | 9B | 77 | BC |
Dezimal | 155 | 119 | 188 |
Binär | 10011011 | 1110111 | 10111100 |
Oktal | 233 | 167 | 274 |
Dunkle Töne der Farbe #9B77BC
Helle Töne der Farbe #9B77BC
Beispiele css- und html für Elemente in der Farbe #9B77BC. Bitte benutzen Sie auch rgb(155,119,188) statt hex-Code.
.myTextColor { color: #9B77BC; }
<p style="color:#9B77BC">This sample text font color is #9B77BC.</p>
Die Farbe dieses Textes ist #9B77BC.
.myBgColor { background-color: #9B77BC; }
<div style="background-color:#9B77BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B77BC.
.myBorderColor { border: 1px solid #9B77BC; }
<div style="border:3px solid #9B77BC">Div</div>
Die Grenzen von diesem div sind in Farbe #9B77BC.
.myOpacity80 { color: #9B77BC; opacity: 0.8; }
<p style="color:#9B77BC;opacity:0.8;">80%</p>
Text in Farbe #9B77BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B77BC;}
<p style="text-shadow: 3px 3px 1px #9B77BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B77BC.
.textShadow {text-shadow: 3px 3px 1px #9B77BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B77BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B77BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B77BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B77BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B77BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B77BC;
-webkit-box-shadow: 1px 1px 3px 2px #9B77BC;
box-shadow: 1px 1px 3px 2px #9B77BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B77BC; -webkit-box-shadow: 1px 1px 3px 2px #9B77BC; box-shadow:1px 1px 3px 2px #9B77BC;">
Div content here
</div>
Dieser Text ist in der Farbe #9B77BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B77BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B77BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B77BC.
Kontrastfarbe für #hex ist #648843.