HEX: #9C51BB
RGB: (156,81,187)
#9C51BB enthält hauptsächlich rote und blaue Farbe. Für #9C51BB ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9C51BB wird in RGB als (156,81,187) definiert.
RGB: (156,81,187) (61%,32%,73%)
R 156 von 255 = 61%
G 81 von 255 = 32%
B 187 von 255 = 73%
R + G + B ~ 55%. #9C51BB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
156 + 81 + 187 = 424 (100%)
R 156 von 424 ~ 36.79%
G 81 von 424 ~ 19.1%
B 187 von 424 ~ 44.1%
Die Farbe #9C51BB wird in CMYK als (17,57,0,27) definiert.
CMYK: (17,57,0,27) C17M57Y0K27 (17%,57%,0%,27%) (0.17/0.57/0.00/0.27)
9C | 51 | BB | |
---|---|---|---|
RGB | 156 | 81 | 187 |
HSL | 282° | 43.80% | 52.55% |
HSB/HSV | 282° | 56.68% | 73.33% |
CMYK | 16.58% | 56.68% | 0.00% |
26.67% |
Hexadezimal | 9C | 51 | BB |
Dezimal | 156 | 81 | 187 |
Binär | 10011100 | 1010001 | 10111011 |
Oktal | 234 | 121 | 273 |
Beispiele css- und html für Elemente in der Farbe #9C51BB. Bitte benutzen Sie auch rgb(156,81,187) statt hex-Code.
.myTextColor { color: #9C51BB; }
<p style="color:#9C51BB">This sample text font color is #9C51BB.</p>
Die Farbe dieses Textes ist #9C51BB.
.myBgColor { background-color: #9C51BB; }
<div style="background-color:#9C51BB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9C51BB.
.myBorderColor { border: 1px solid #9C51BB; }
<div style="border:3px solid #9C51BB">Div</div>
Die Grenzen von diesem div sind in Farbe #9C51BB.
.myOpacity80 { color: #9C51BB; opacity: 0.8; }
<p style="color:#9C51BB;opacity:0.8;">80%</p>
Text in Farbe #9C51BB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9C51BB;}
<p style="text-shadow: 3px 3px 1px #9C51BB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9C51BB.
.textShadow {text-shadow: 3px 3px 1px #9C51BB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9C51BB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9C51BB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C51BB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9C51BB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9C51BB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9C51BB; -webkit-box-shadow: 1px 1px 3px 2px #9C51BB; box-shadow: 1px 1px 3px 2px #9C51BB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9C51BB; -webkit-box-shadow: 1px 1px 3px 2px #9C51BB; box-shadow:1px 1px 3px 2px #9C51BB;">
Div content here</div>
Dieser Text ist in der Farbe #9C51BB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9C51BB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9C51BB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9C51BB.