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