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