HEX: #955D8D
RGB: (149,93,141)
#955D8D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #955D8D ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #955D8D wird in RGB als (149,93,141) definiert.
RGB: (149,93,141) (58%,36%,55%)
R 149 von 255 = 58%
G 93 von 255 = 36%
B 141 von 255 = 55%
R + G + B ~ 50%. #955D8D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
149 + 93 + 141 = 383 (100%)
R 149 von 383 ~ 38.9%
G 93 von 383 ~ 24.28%
B 141 von 383 ~ 36.81%
Die Farbe #955D8D wird in CMYK als (0,38,5,42) definiert.
CMYK: (0,38,5,42) C0M38Y5K42 (0%,38%,5%,42%) (0.00/0.38/0.05/0.42)
95 | 5D | 8D | |
---|---|---|---|
RGB | 149 | 93 | 141 |
HSL | 309° | 23.14% | 47.45% |
HSB/HSV | 309° | 37.58% | 58.43% |
CMYK | 0.00% | 37.58% | 5.37% |
41.57% |
Hexadezimal | 95 | 5D | 8D |
Dezimal | 149 | 93 | 141 |
Binär | 10010101 | 1011101 | 10001101 |
Oktal | 225 | 135 | 215 |
Beispiele css- und html für Elemente in der Farbe #955D8D. Bitte benutzen Sie auch rgb(149,93,141) statt hex-Code.
.myTextColor { color: #955D8D; }
<p style="color:#955D8D">This sample text font color is #955D8D.</p>
Die Farbe dieses Textes ist #955D8D.
.myBgColor { background-color: #955D8D; }
<div style="background-color:#955D8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #955D8D.
.myBorderColor { border: 1px solid #955D8D; }
<div style="border:3px solid #955D8D">Div</div>
Die Grenzen von diesem div sind in Farbe #955D8D.
.myOpacity80 { color: #955D8D; opacity: 0.8; }
<p style="color:#955D8D;opacity:0.8;">80%</p>
Text in Farbe #955D8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #955D8D;}
<p style="text-shadow: 3px 3px 1px #955D8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #955D8D.
.textShadow {text-shadow: 3px 3px 1px #955D8D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #955D8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #955D8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#955D8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#955D8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #955D8D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #955D8D; -webkit-box-shadow: 1px 1px 3px 2px #955D8D; box-shadow: 1px 1px 3px 2px #955D8D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #955D8D; -webkit-box-shadow: 1px 1px 3px 2px #955D8D; box-shadow:1px 1px 3px 2px #955D8D;">
Div content here</div>
Dieser Text ist in der Farbe #955D8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #955D8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #955D8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #955D8D.