HEX: #9D60BD
RGB: (157,96,189)
#9D60BD enthält hauptsächlich rote und blaue Farbe. Für #9D60BD ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9D60BD wird in RGB als (157,96,189) definiert.
RGB: (157,96,189) (62%,38%,74%)
R 157 von 255 = 62%
G 96 von 255 = 38%
B 189 von 255 = 74%
R + G + B ~ 58%. #9D60BD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
157 + 96 + 189 = 442 (100%)
R 157 von 442 ~ 35.52%
G 96 von 442 ~ 21.72%
B 189 von 442 ~ 42.76%
Die Farbe #9D60BD wird in CMYK als (17,49,0,26) definiert.
CMYK: (17,49,0,26) C17M49Y0K26 (17%,49%,0%,26%) (0.17/0.49/0.00/0.26)
9D | 60 | BD | |
---|---|---|---|
RGB | 157 | 96 | 189 |
HSL | 279° | 41.33% | 55.88% |
HSB/HSV | 279° | 49.21% | 74.12% |
CMYK | 16.93% | 49.21% | 0.00% |
25.88% |
Hexadezimal | 9D | 60 | BD |
Dezimal | 157 | 96 | 189 |
Binär | 10011101 | 1100000 | 10111101 |
Oktal | 235 | 140 | 275 |
Beispiele css- und html für Elemente in der Farbe #9D60BD. Bitte benutzen Sie auch rgb(157,96,189) statt hex-Code.
.myTextColor { color: #9D60BD; }
<p style="color:#9D60BD">This sample text font color is #9D60BD.</p>
Die Farbe dieses Textes ist #9D60BD.
.myBgColor { background-color: #9D60BD; }
<div style="background-color:#9D60BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9D60BD.
.myBorderColor { border: 1px solid #9D60BD; }
<div style="border:3px solid #9D60BD">Div</div>
Die Grenzen von diesem div sind in Farbe #9D60BD.
.myOpacity80 { color: #9D60BD; opacity: 0.8; }
<p style="color:#9D60BD;opacity:0.8;">80%</p>
Text in Farbe #9D60BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9D60BD;}
<p style="text-shadow: 3px 3px 1px #9D60BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9D60BD.
.textShadow {text-shadow: 3px 3px 1px #9D60BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9D60BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9D60BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9D60BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9D60BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9D60BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9D60BD; -webkit-box-shadow: 1px 1px 3px 2px #9D60BD; box-shadow: 1px 1px 3px 2px #9D60BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9D60BD; -webkit-box-shadow: 1px 1px 3px 2px #9D60BD; box-shadow:1px 1px 3px 2px #9D60BD;">
Div content here</div>
Dieser Text ist in der Farbe #9D60BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9D60BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9D60BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9D60BD.