HEX: #9F75BB
RGB: (159,117,187)
#9F75BB enthält hauptsächlich rote und blaue Farbe. Für #9F75BB ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9F75BB wird in RGB als (159,117,187) definiert.
RGB: (159,117,187) (62%,46%,73%)
R 159 von 255 = 62%
G 117 von 255 = 46%
B 187 von 255 = 73%
R + G + B ~ 60%. #9F75BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
159 + 117 + 187 = 463 (100%)
R 159 von 463 ~ 34.34%
G 117 von 463 ~ 25.27%
B 187 von 463 ~ 40.39%
Die Farbe #9F75BB wird in CMYK als (15,37,0,27) definiert.
CMYK: (15,37,0,27) C15M37Y0K27 (15%,37%,0%,27%) (0.15/0.37/0.00/0.27)
9F | 75 | BB | |
---|---|---|---|
RGB | 159 | 117 | 187 |
HSL | 276° | 33.98% | 59.61% |
HSB/HSV | 276° | 37.43% | 73.33% |
CMYK | 14.97% | 37.43% | 0.00% |
26.67% |
Hexadezimal | 9F | 75 | BB |
Dezimal | 159 | 117 | 187 |
Binär | 10011111 | 1110101 | 10111011 |
Oktal | 237 | 165 | 273 |
Beispiele css- und html für Elemente in der Farbe #9F75BB. Bitte benutzen Sie auch rgb(159,117,187) statt hex-Code.
.myTextColor { color: #9F75BB; }
<p style="color:#9F75BB">This sample text font color is #9F75BB.</p>
Die Farbe dieses Textes ist #9F75BB.
.myBgColor { background-color: #9F75BB; }
<div style="background-color:#9F75BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9F75BB.
.myBorderColor { border: 1px solid #9F75BB; }
<div style="border:3px solid #9F75BB">Div</div>
Die Grenzen von diesem div sind in Farbe #9F75BB.
.myOpacity80 { color: #9F75BB; opacity: 0.8; }
<p style="color:#9F75BB;opacity:0.8;">80%</p>
Text in Farbe #9F75BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9F75BB;}
<p style="text-shadow: 3px 3px 1px #9F75BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9F75BB.
.textShadow {text-shadow: 3px 3px 1px #9F75BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9F75BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9F75BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9F75BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9F75BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9F75BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9F75BB; -webkit-box-shadow: 1px 1px 3px 2px #9F75BB; box-shadow: 1px 1px 3px 2px #9F75BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9F75BB; -webkit-box-shadow: 1px 1px 3px 2px #9F75BB; box-shadow:1px 1px 3px 2px #9F75BB;">
Div content here</div>
Dieser Text ist in der Farbe #9F75BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9F75BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9F75BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9F75BB.