HEX: #964CBC
RGB: (150,76,188)
#964CBC enthält hauptsächlich rote und blaue Farbe. Für #964CBC ist eine «websichere» Webfarbe #9933CC (oder kurz #93C).
Die Farbe #964CBC wird in RGB als (150,76,188) definiert.
RGB: (150,76,188) (59%,30%,74%)
R 150 von 255 = 59%
G 76 von 255 = 30%
B 188 von 255 = 74%
R + G + B ~ 54%. #964CBC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
150 + 76 + 188 = 414 (100%)
R 150 von 414 ~ 36.23%
G 76 von 414 ~ 18.36%
B 188 von 414 ~ 45.41%
Die Farbe #964CBC wird in CMYK als (20,60,0,26) definiert.
CMYK: (20,60,0,26) C20M60Y0K26 (20%,60%,0%,26%) (0.20/0.60/0.00/0.26)
96 | 4C | BC | |
---|---|---|---|
RGB | 150 | 76 | 188 |
HSL | 280° | 45.53% | 51.76% |
HSB/HSV | 280° | 59.57% | 73.73% |
CMYK | 20.21% | 59.57% | 0.00% |
26.27% |
Hexadezimal | 96 | 4C | BC |
Dezimal | 150 | 76 | 188 |
Binär | 10010110 | 1001100 | 10111100 |
Oktal | 226 | 114 | 274 |
Beispiele css- und html für Elemente in der Farbe #964CBC. Bitte benutzen Sie auch rgb(150,76,188) statt hex-Code.
.myTextColor { color: #964CBC; }
<p style="color:#964CBC">This sample text font color is #964CBC.</p>
Die Farbe dieses Textes ist #964CBC.
.myBgColor { background-color: #964CBC; }
<div style="background-color:#964CBC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #964CBC.
.myBorderColor { border: 1px solid #964CBC; }
<div style="border:3px solid #964CBC">Div</div>
Die Grenzen von diesem div sind in Farbe #964CBC.
.myOpacity80 { color: #964CBC; opacity: 0.8; }
<p style="color:#964CBC;opacity:0.8;">80%</p>
Text in Farbe #964CBC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #964CBC;}
<p style="text-shadow: 3px 3px 1px #964CBC">Text here.</p>
Dieser Text hat den Schatten in Farbe #964CBC.
.textShadow {text-shadow: 3px 3px 1px #964CBC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #964CBC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #964CBC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#964CBC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#964CBC, Direction=45, Strength=4)">Text</p>
This text has shadow with #964CBC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #964CBC; -webkit-box-shadow: 1px 1px 3px 2px #964CBC; box-shadow: 1px 1px 3px 2px #964CBC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #964CBC; -webkit-box-shadow: 1px 1px 3px 2px #964CBC; box-shadow:1px 1px 3px 2px #964CBC;">
Div content here</div>
Dieser Text ist in der Farbe #964CBC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #964CBC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #964CBC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #964CBC.