HEX: #9C6491
RGB: (156,100,145)
#9C6491 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9C6491 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9C6491 wird in RGB als (156,100,145) definiert.
RGB: (156,100,145) (61%,39%,57%)
R 156 von 255 = 61%
G 100 von 255 = 39%
B 145 von 255 = 57%
R + G + B ~ 52%. #9C6491 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
156 + 100 + 145 = 401 (100%)
R 156 von 401 ~ 38.9%
G 100 von 401 ~ 24.94%
B 145 von 401 ~ 36.16%
Die Farbe #9C6491 wird in CMYK als (0,36,7,39) definiert.
CMYK: (0,36,7,39) C0M36Y7K39 (0%,36%,7%,39%) (0.00/0.36/0.07/0.39)
9C | 64 | 91 | |
---|---|---|---|
RGB | 156 | 100 | 145 |
HSL | 312° | 22.05% | 50.20% |
HSB/HSV | 312° | 35.90% | 61.18% |
CMYK | 0.00% | 35.90% | 7.05% |
38.82% |
Hexadezimal | 9C | 64 | 91 |
Dezimal | 156 | 100 | 145 |
Binär | 10011100 | 1100100 | 10010001 |
Oktal | 234 | 144 | 221 |
Beispiele css- und html für Elemente in der Farbe #9C6491. Bitte benutzen Sie auch rgb(156,100,145) statt hex-Code.
.myTextColor { color: #9C6491; }
<p style="color:#9C6491">This sample text font color is #9C6491.</p>
Die Farbe dieses Textes ist #9C6491.
.myBgColor { background-color: #9C6491; }
<div style="background-color:#9C6491">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9C6491.
.myBorderColor { border: 1px solid #9C6491; }
<div style="border:3px solid #9C6491">Div</div>
Die Grenzen von diesem div sind in Farbe #9C6491.
.myOpacity80 { color: #9C6491; opacity: 0.8; }
<p style="color:#9C6491;opacity:0.8;">80%</p>
Text in Farbe #9C6491 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9C6491;}
<p style="text-shadow: 3px 3px 1px #9C6491">Text here.</p>
Dieser Text hat den Schatten in Farbe #9C6491.
.textShadow {text-shadow: 3px 3px 1px #9C6491, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9C6491, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9C6491 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C6491, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9C6491, Direction=45, Strength=4)">Text</p>
This text has shadow with #9C6491 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9C6491; -webkit-box-shadow: 1px 1px 3px 2px #9C6491; box-shadow: 1px 1px 3px 2px #9C6491; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9C6491; -webkit-box-shadow: 1px 1px 3px 2px #9C6491; box-shadow:1px 1px 3px 2px #9C6491;">
Div content here</div>
Dieser Text ist in der Farbe #9C6491 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9C6491 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9C6491.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9C6491.