HEX: #9B72BC
RGB: (155,114,188)
#9B72BC enthält hauptsächlich rote und blaue Farbe. Für #9B72BC ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9B72BC wird in RGB als (155,114,188) definiert.
RGB: (155,114,188) (61%,45%,74%)
R 155 von 255 = 61%
G 114 von 255 = 45%
B 188 von 255 = 74%
R + G + B ~ 60%. #9B72BC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 114 + 188 = 457 (100%)
R 155 von 457 ~ 33.92%
G 114 von 457 ~ 24.95%
B 188 von 457 ~ 41.14%
Die Farbe #9B72BC wird in CMYK als (18,39,0,26) definiert.
CMYK: (18,39,0,26) C18M39Y0K26 (18%,39%,0%,26%) (0.18/0.39/0.00/0.26)
9B | 72 | BC | |
---|---|---|---|
RGB | 155 | 114 | 188 |
HSL | 273° | 35.58% | 59.22% |
HSB/HSV | 273° | 39.36% | 73.73% |
CMYK | 17.55% | 39.36% | 0.00% |
26.27% |
Hexadezimal | 9B | 72 | BC |
Dezimal | 155 | 114 | 188 |
Binär | 10011011 | 1110010 | 10111100 |
Oktal | 233 | 162 | 274 |
Beispiele css- und html für Elemente in der Farbe #9B72BC. Bitte benutzen Sie auch rgb(155,114,188) statt hex-Code.
.myTextColor { color: #9B72BC; }
<p style="color:#9B72BC">This sample text font color is #9B72BC.</p>
Die Farbe dieses Textes ist #9B72BC.
.myBgColor { background-color: #9B72BC; }
<div style="background-color:#9B72BC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B72BC.
.myBorderColor { border: 1px solid #9B72BC; }
<div style="border:3px solid #9B72BC">Div</div>
Die Grenzen von diesem div sind in Farbe #9B72BC.
.myOpacity80 { color: #9B72BC; opacity: 0.8; }
<p style="color:#9B72BC;opacity:0.8;">80%</p>
Text in Farbe #9B72BC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B72BC;}
<p style="text-shadow: 3px 3px 1px #9B72BC">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B72BC.
.textShadow {text-shadow: 3px 3px 1px #9B72BC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B72BC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B72BC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B72BC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B72BC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B72BC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B72BC; -webkit-box-shadow: 1px 1px 3px 2px #9B72BC; box-shadow: 1px 1px 3px 2px #9B72BC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B72BC; -webkit-box-shadow: 1px 1px 3px 2px #9B72BC; box-shadow:1px 1px 3px 2px #9B72BC;">
Div content here</div>
Dieser Text ist in der Farbe #9B72BC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B72BC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B72BC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B72BC.