HEX: #9975CD
RGB: (153,117,205)
#9975CD enthält hauptsächlich rote und blaue Farbe. Für #9975CD ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9975CD wird in RGB als (153,117,205) definiert.
RGB: (153,117,205) (60%,46%,80%)
R 153 von 255 = 60%
G 117 von 255 = 46%
B 205 von 255 = 80%
R + G + B ~ 62%. #9975CD ziemlich helle Farbe.
R + G + B =
153 + 117 + 205 = 475 (100%)
R 153 von 475 ~ 32.21%
G 117 von 475 ~ 24.63%
B 205 von 475 ~ 43.16%
Die Farbe #9975CD wird in CMYK als (25,43,0,20) definiert.
CMYK: (25,43,0,20) C25M43Y0K20 (25%,43%,0%,20%) (0.25/0.43/0.00/0.20)
99 | 75 | CD | |
---|---|---|---|
RGB | 153 | 117 | 205 |
HSL | 265° | 46.81% | 63.14% |
HSB/HSV | 265° | 42.93% | 80.39% |
CMYK | 25.37% | 42.93% | 0.00% |
19.61% |
Hexadezimal | 99 | 75 | CD |
Dezimal | 153 | 117 | 205 |
Binär | 10011001 | 1110101 | 11001101 |
Oktal | 231 | 165 | 315 |
Beispiele css- und html für Elemente in der Farbe #9975CD. Bitte benutzen Sie auch rgb(153,117,205) statt hex-Code.
.myTextColor { color: #9975CD; }
<p style="color:#9975CD">This sample text font color is #9975CD.</p>
Die Farbe dieses Textes ist #9975CD.
.myBgColor { background-color: #9975CD; }
<div style="background-color:#9975CD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9975CD.
.myBorderColor { border: 1px solid #9975CD; }
<div style="border:3px solid #9975CD">Div</div>
Die Grenzen von diesem div sind in Farbe #9975CD.
.myOpacity80 { color: #9975CD; opacity: 0.8; }
<p style="color:#9975CD;opacity:0.8;">80%</p>
Text in Farbe #9975CD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9975CD;}
<p style="text-shadow: 3px 3px 1px #9975CD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9975CD.
.textShadow {text-shadow: 3px 3px 1px #9975CD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9975CD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9975CD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9975CD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9975CD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9975CD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9975CD; -webkit-box-shadow: 1px 1px 3px 2px #9975CD; box-shadow: 1px 1px 3px 2px #9975CD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9975CD; -webkit-box-shadow: 1px 1px 3px 2px #9975CD; box-shadow:1px 1px 3px 2px #9975CD;">
Div content here</div>
Dieser Text ist in der Farbe #9975CD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9975CD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9975CD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9975CD.