HEX: #9B83BD
RGB: (155,131,189)
#9B83BD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B83BD ist eine «websichere» Webfarbe #9999CC (oder kurz #99C).
Die Farbe #9B83BD wird in RGB als (155,131,189) definiert.
RGB: (155,131,189) (61%,51%,74%)
R 155 von 255 = 61%
G 131 von 255 = 51%
B 189 von 255 = 74%
R + G + B ~ 62%. #9B83BD ziemlich helle Farbe.
R + G + B =
155 + 131 + 189 = 475 (100%)
R 155 von 475 ~ 32.63%
G 131 von 475 ~ 27.58%
B 189 von 475 ~ 39.79%
Die Farbe #9B83BD wird in CMYK als (18,31,0,26) definiert.
CMYK: (18,31,0,26) C18M31Y0K26 (18%,31%,0%,26%) (0.18/0.31/0.00/0.26)
9B | 83 | BD | |
---|---|---|---|
RGB | 155 | 131 | 189 |
HSL | 265° | 30.53% | 62.75% |
HSB/HSV | 265° | 30.69% | 74.12% |
CMYK | 17.99% | 30.69% | 0.00% |
25.88% |
Hexadezimal | 9B | 83 | BD |
Dezimal | 155 | 131 | 189 |
Binär | 10011011 | 10000011 | 10111101 |
Oktal | 233 | 203 | 275 |
Beispiele css- und html für Elemente in der Farbe #9B83BD. Bitte benutzen Sie auch rgb(155,131,189) statt hex-Code.
.myTextColor { color: #9B83BD; }
<p style="color:#9B83BD">This sample text font color is #9B83BD.</p>
Die Farbe dieses Textes ist #9B83BD.
.myBgColor { background-color: #9B83BD; }
<div style="background-color:#9B83BD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B83BD.
.myBorderColor { border: 1px solid #9B83BD; }
<div style="border:3px solid #9B83BD">Div</div>
Die Grenzen von diesem div sind in Farbe #9B83BD.
.myOpacity80 { color: #9B83BD; opacity: 0.8; }
<p style="color:#9B83BD;opacity:0.8;">80%</p>
Text in Farbe #9B83BD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B83BD;}
<p style="text-shadow: 3px 3px 1px #9B83BD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B83BD.
.textShadow {text-shadow: 3px 3px 1px #9B83BD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B83BD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B83BD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B83BD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B83BD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B83BD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B83BD; -webkit-box-shadow: 1px 1px 3px 2px #9B83BD; box-shadow: 1px 1px 3px 2px #9B83BD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B83BD; -webkit-box-shadow: 1px 1px 3px 2px #9B83BD; box-shadow:1px 1px 3px 2px #9B83BD;">
Div content here</div>
Dieser Text ist in der Farbe #9B83BD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B83BD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B83BD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B83BD.