HEX: #9966CC
RGB: (153,102,204)
#9966CC enthält hauptsächlich rote und blaue Farbe. Die Farbe #9966CC ist «eine websichere» Webfarbe. Sie kann kurz als #96C geschrieben werden.
Die Farbe #9966CC wird in RGB als (153,102,204) definiert.
RGB: (153,102,204) (60%,40%,80%)
R 153 von 255 = 60%
G 102 von 255 = 40%
B 204 von 255 = 80%
R + G + B ~ 60%. #9966CC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
153 + 102 + 204 = 459 (100%)
R 153 von 459 ~ 33.33%
G 102 von 459 ~ 22.22%
B 204 von 459 ~ 44.44%
Die Farbe #9966CC wird in CMYK als (25,50,0,20) definiert.
CMYK: (25,50,0,20) C25M50Y0K20 (25%,50%,0%,20%) (0.25/0.50/0.00/0.20)
99 | 66 | CC | |
---|---|---|---|
RGB | 153 | 102 | 204 |
HSL | 270° | 50.00% | 60.00% |
HSB/HSV | 270° | 50.00% | 80.00% |
CMYK | 25.00% | 50.00% | 0.00% |
20.00% |
Hexadezimal | 99 | 66 | CC |
Dezimal | 153 | 102 | 204 |
Binär | 10011001 | 1100110 | 11001100 |
Oktal | 231 | 146 | 314 |
Beispiele css- und html für Elemente in der Farbe #9966CC. Bitte benutzen Sie auch rgb(153,102,204) statt hex-Code.
.myTextColor { color: #9966CC; }
<p style="color:#9966CC">This sample text font color is #9966CC.</p>
Die Farbe dieses Textes ist #9966CC.
.myBgColor { background-color: #9966CC; }
<div style="background-color:#9966CC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9966CC.
.myBorderColor { border: 1px solid #9966CC; }
<div style="border:3px solid #9966CC">Div</div>
Die Grenzen von diesem div sind in Farbe #9966CC.
.myOpacity80 { color: #9966CC; opacity: 0.8; }
<p style="color:#9966CC;opacity:0.8;">80%</p>
Text in Farbe #9966CC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9966CC;}
<p style="text-shadow: 3px 3px 1px #9966CC">Text here.</p>
Dieser Text hat den Schatten in Farbe #9966CC.
.textShadow {text-shadow: 3px 3px 1px #9966CC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9966CC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9966CC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9966CC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9966CC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9966CC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9966CC; -webkit-box-shadow: 1px 1px 3px 2px #9966CC; box-shadow: 1px 1px 3px 2px #9966CC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9966CC; -webkit-box-shadow: 1px 1px 3px 2px #9966CC; box-shadow:1px 1px 3px 2px #9966CC;">
Div content here</div>
Dieser Text ist in der Farbe #9966CC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9966CC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9966CC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9966CC.