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