HEX: #956BB0
RGB: (149,107,176)
#956BB0 enthält hauptsächlich rote und blaue Farbe. Für #956BB0 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #956BB0 wird in RGB als (149,107,176) definiert.
RGB: (149,107,176) (58%,42%,69%)
R 149 von 255 = 58%
G 107 von 255 = 42%
B 176 von 255 = 69%
R + G + B ~ 56%. #956BB0 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
149 + 107 + 176 = 432 (100%)
R 149 von 432 ~ 34.49%
G 107 von 432 ~ 24.77%
B 176 von 432 ~ 40.74%
Die Farbe #956BB0 wird in CMYK als (15,39,0,31) definiert.
CMYK: (15,39,0,31) C15M39Y0K31 (15%,39%,0%,31%) (0.15/0.39/0.00/0.31)
95 | 6B | B0 | |
---|---|---|---|
RGB | 149 | 107 | 176 |
HSL | 277° | 30.40% | 55.49% |
HSB/HSV | 277° | 39.20% | 69.02% |
CMYK | 15.34% | 39.20% | 0.00% |
30.98% |
Hexadezimal | 95 | 6B | B0 |
Dezimal | 149 | 107 | 176 |
Binär | 10010101 | 1101011 | 10110000 |
Oktal | 225 | 153 | 260 |
Beispiele css- und html für Elemente in der Farbe #956BB0. Bitte benutzen Sie auch rgb(149,107,176) statt hex-Code.
.myTextColor { color: #956BB0; }
<p style="color:#956BB0">This sample text font color is #956BB0.</p>
Die Farbe dieses Textes ist #956BB0.
.myBgColor { background-color: #956BB0; }
<div style="background-color:#956BB0">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #956BB0.
.myBorderColor { border: 1px solid #956BB0; }
<div style="border:3px solid #956BB0">Div</div>
Die Grenzen von diesem div sind in Farbe #956BB0.
.myOpacity80 { color: #956BB0; opacity: 0.8; }
<p style="color:#956BB0;opacity:0.8;">80%</p>
Text in Farbe #956BB0 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #956BB0;}
<p style="text-shadow: 3px 3px 1px #956BB0">Text here.</p>
Dieser Text hat den Schatten in Farbe #956BB0.
.textShadow {text-shadow: 3px 3px 1px #956BB0, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #956BB0, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #956BB0 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#956BB0, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#956BB0, Direction=45, Strength=4)">Text</p>
This text has shadow with #956BB0 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #956BB0; -webkit-box-shadow: 1px 1px 3px 2px #956BB0; box-shadow: 1px 1px 3px 2px #956BB0; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #956BB0; -webkit-box-shadow: 1px 1px 3px 2px #956BB0; box-shadow:1px 1px 3px 2px #956BB0;">
Div content here</div>
Dieser Text ist in der Farbe #956BB0 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #956BB0 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #956BB0.
Dieser Text ist weiß auf dem Hintergrund in Farbe #956BB0.