HEX: #9B7DDB
RGB: (155,125,219)
#9B7DDB enthält hauptsächlich blaue Farbe. Für #9B7DDB ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9B7DDB wird in RGB als (155,125,219) definiert.
RGB: (155,125,219)
(61%, 49%, 86%)
R 155 von 255 = 61%
G 125 von 255 = 49%
B 219 von 255 = 86%
R + G + B ~ 65%. #9B7DDB ziemlich helle Farbe.
R + G + B = 155 + 125 + 219 = 499 (100%)
R 155 von 499 ~ 31.06%
G 125 von 499 ~ 25.05%
B 219 von 499 ~ 43.89'%
Die Farbe #9B7DDB wird in CMYK als (29,43,0,14) definiert.
CMYK: (29,43,0,14) C29M43Y0K14 (29%,43%,0%,14%) (0.29/0.43/0.00/0.14)
Farbe #9B7DDB in den populären Farbmodellen.
9B | 7D | DB | |
---|---|---|---|
RGB | 155 | 125 | 219 |
HSL | 259° | 56.63% | 67.45% |
HSB/HSV | 259° | 42.92% | 85.88% |
CMYK | 29.22% | 42.92% | 0.00% |
14.12% |
Die Farbe #9B7DDB in den populären Zahlensystemen.
Hexadezimal | 9B | 7D | DB |
Dezimal | 155 | 125 | 219 |
Binär | 10011011 | 1111101 | 11011011 |
Oktal | 233 | 175 | 333 |
Dunkle Töne der Farbe #9B7DDB
Helle Töne der Farbe #9B7DDB
Beispiele css- und html für Elemente in der Farbe #9B7DDB. Bitte benutzen Sie auch rgb(155,125,219) statt hex-Code.
.myTextColor { color: #9B7DDB; }
<p style="color:#9B7DDB">This sample text font color is #9B7DDB.</p>
Die Farbe dieses Textes ist #9B7DDB.
.myBgColor { background-color: #9B7DDB; }
<div style="background-color:#9B7DDB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B7DDB.
.myBorderColor { border: 1px solid #9B7DDB; }
<div style="border:3px solid #9B7DDB">Div</div>
Die Grenzen von diesem div sind in Farbe #9B7DDB.
.myOpacity80 { color: #9B7DDB; opacity: 0.8; }
<p style="color:#9B7DDB;opacity:0.8;">80%</p>
Text in Farbe #9B7DDB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B7DDB;}
<p style="text-shadow: 3px 3px 1px #9B7DDB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B7DDB.
.textShadow {text-shadow: 3px 3px 1px #9B7DDB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B7DDB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B7DDB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B7DDB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B7DDB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B7DDB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B7DDB;
-webkit-box-shadow: 1px 1px 3px 2px #9B7DDB;
box-shadow: 1px 1px 3px 2px #9B7DDB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B7DDB; -webkit-box-shadow: 1px 1px 3px 2px #9B7DDB; box-shadow:1px 1px 3px 2px #9B7DDB;">
Div content here
</div>
Dieser Text ist in der Farbe #9B7DDB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B7DDB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B7DDB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B7DDB.
Kontrastfarbe für #hex ist #648224.