HEX: #9C75BC
RGB: (156,117,188)
#9C75BC enthält hauptsächlich rote und blaue Farbe. Für #9C75BC ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9C75BC wird in RGB als (156,117,188) definiert.
RGB: (156,117,188)
(61%, 46%, 74%)
R 156 von 255 = 61%
G 117 von 255 = 46%
B 188 von 255 = 74%
R + G + B ~ 60%. #9C75BC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 156 + 117 + 188 = 461 (100%)
R 156 von 461 ~ 33.84%
G 117 von 461 ~ 25.38%
B 188 von 461 ~ 40.78'%
Die Farbe #9C75BC wird in CMYK als (17,38,0,26) definiert.
CMYK: (17,38,0,26) C17M38Y0K26 (17%,38%,0%,26%) (0.17/0.38/0.00/0.26)
Farbe #9C75BC in den populären Farbmodellen.
9C | 75 | BC | |
---|---|---|---|
RGB | 156 | 117 | 188 |
HSL | 273° | 34.63% | 59.80% |
HSB/HSV | 273° | 37.77% | 73.73% |
CMYK | 17.02% | 37.77% | 0.00% |
26.27% |
Die Farbe #9C75BC in den populären Zahlensystemen.
Hexadezimal | 9C | 75 | BC |
Dezimal | 156 | 117 | 188 |
Binär | 10011100 | 1110101 | 10111100 |
Oktal | 234 | 165 | 274 |
Dunkle Töne der Farbe #9C75BC
Helle Töne der Farbe #9C75BC
Beispiele css- und html für Elemente in der Farbe #9C75BC. Bitte benutzen Sie auch rgb(156,117,188) statt hex-Code.
.myTextColor { color: #9C75BC; }
<p style="color:#9C75BC">This sample text font color is #9C75BC.</p>
Die Farbe dieses Textes ist #9C75BC.
.myBgColor { background-color: #9C75BC; }
<div style="background-color:#9C75BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9C75BC.
.myBorderColor { border: 1px solid #9C75BC; }
<div style="border:3px solid #9C75BC">Div</div>
Die Grenzen von diesem div sind in Farbe #9C75BC.
.myOpacity80 { color: #9C75BC; opacity: 0.8; }
<p style="color:#9C75BC;opacity:0.8;">80%</p>
Text in Farbe #9C75BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9C75BC;}
<p style="text-shadow: 3px 3px 1px #9C75BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #9C75BC.
.textShadow {text-shadow: 3px 3px 1px #9C75BC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9C75BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9C75BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C75BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9C75BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9C75BC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9C75BC;
-webkit-box-shadow: 1px 1px 3px 2px #9C75BC;
box-shadow: 1px 1px 3px 2px #9C75BC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C75BC; -webkit-box-shadow: 1px 1px 3px 2px #9C75BC; box-shadow:1px 1px 3px 2px #9C75BC;">
Div content here
</div>
Dieser Text ist in der Farbe #9C75BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9C75BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9C75BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9C75BC.
Kontrastfarbe für #hex ist #638A43.