HEX: #9C76AE
RGB: (156,118,174)
#9C76AE enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9C76AE ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9C76AE wird in RGB als (156,118,174) definiert.
RGB: (156,118,174)
(61%, 46%, 68%)
R 156 von 255 = 61%
G 118 von 255 = 46%
B 174 von 255 = 68%
R + G + B ~ 58%. #9C76AE mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 156 + 118 + 174 = 448 (100%)
R 156 von 448 ~ 34.82%
G 118 von 448 ~ 26.34%
B 174 von 448 ~ 38.84'%
Die Farbe #9C76AE wird in CMYK als (10,32,0,32) definiert.
CMYK: (10,32,0,32)
C10M32Y0K32 (10%, 32%, 0%, 32%)
(0.10 / 0.32 / 0.00 / 0.32)
Farbe #9C76AE in den populären Farbmodellen.
9C | 76 | AE | |
---|---|---|---|
RGB | 156 | 118 | 174 |
HSL | 281° | 25.69% | 57.25% |
HSB/HSV | 281° | 32.18% | 68.24% |
CMYK | 10.34% | 32.18% | 0.00% |
31.76% |
Die Farbe #9C76AE in den populären Zahlensystemen.
Hexadezimal | 9C | 76 | AE |
Dezimal | 156 | 118 | 174 |
Binär | 10011100 | 1110110 | 10101110 |
Oktal | 234 | 166 | 256 |
Dunkle Töne der Farbe #9C76AE
Helle Töne der Farbe #9C76AE
Beispiele css- und html für Elemente in der Farbe #9C76AE. Bitte benutzen Sie auch rgb(156,118,174) statt hex-Code.
.myTextColor { color: #9C76AE; }
<p style="color:#9C76AE">This sample text font color is #9C76AE.</p>
Die Farbe dieses Textes ist #9C76AE.
.myBgColor { background-color: #9C76AE; }
<div style="background-color:#9C76AE">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9C76AE.
.myBorderColor { border: 1px solid #9C76AE; }
<div style="border:3px solid #9C76AE">Div</div>
Die Grenzen von diesem div sind in Farbe #9C76AE.
.myOpacity80 { color: #9C76AE; opacity: 0.8; }
<p style="color:#9C76AE;opacity:0.8;">80%</p>
Text in Farbe #9C76AE und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9C76AE;}
<p style="text-shadow: 3px 3px 1px #9C76AE">Text here.</p>
Dieser Text hat den Schatten in Farbe #9C76AE.
.textShadow {text-shadow: 3px 3px 1px #9C76AE', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9C76AE, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9C76AE und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C76AE, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9C76AE, Direction=45, Strength=4)">Text</p>
This text has shadow with #9C76AE and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9C76AE;
-webkit-box-shadow: 1px 1px 3px 2px #9C76AE;
box-shadow: 1px 1px 3px 2px #9C76AE;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9C76AE; -webkit-box-shadow: 1px 1px 3px 2px #9C76AE; box-shadow:1px 1px 3px 2px #9C76AE;">
Div content here
</div>
Dieser Text ist in der Farbe #9C76AE auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9C76AE auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9C76AE.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9C76AE.
Kontrastfarbe für #hex ist #638951.