HEX: #9B7DD5
RGB: (155,125,213)
#9B7DD5 enthält hauptsächlich rote und blaue Farbe. Für #9B7DD5 ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9B7DD5 wird in RGB als (155,125,213) definiert.
RGB: (155,125,213)
(61%, 49%, 84%)
R 155 von 255 = 61%
G 125 von 255 = 49%
B 213 von 255 = 84%
R + G + B ~ 65%. #9B7DD5 ziemlich helle Farbe.
R + G + B = 155 + 125 + 213 = 493 (100%)
R 155 von 493 ~ 31.44%
G 125 von 493 ~ 25.35%
B 213 von 493 ~ 43.2'%
Die Farbe #9B7DD5 wird in CMYK als (27,41,0,16) definiert.
CMYK: (27,41,0,16)
C27M41Y0K16 (27%, 41%, 0%, 16%)
(0.27 / 0.41 / 0.00 / 0.16)
Farbe #9B7DD5 in den populären Farbmodellen.
9B | 7D | D5 | |
---|---|---|---|
RGB | 155 | 125 | 213 |
HSL | 260° | 51.16% | 66.27% |
HSB/HSV | 260° | 41.31% | 83.53% |
CMYK | 27.23% | 41.31% | 0.00% |
16.47% |
Die Farbe #9B7DD5 in den populären Zahlensystemen.
Hexadezimal | 9B | 7D | D5 |
Dezimal | 155 | 125 | 213 |
Binär | 10011011 | 1111101 | 11010101 |
Oktal | 233 | 175 | 325 |
Dunkle Töne der Farbe #9B7DD5
Helle Töne der Farbe #9B7DD5
Beispiele css- und html für Elemente in der Farbe #9B7DD5. Bitte benutzen Sie auch rgb(155,125,213) statt hex-Code.
.myTextColor { color: #9B7DD5; }
<p style="color:#9B7DD5">This sample text font color is #9B7DD5.</p>
Die Farbe dieses Textes ist #9B7DD5.
.myBgColor { background-color: #9B7DD5; }
<div style="background-color:#9B7DD5">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B7DD5.
.myBorderColor { border: 1px solid #9B7DD5; }
<div style="border:3px solid #9B7DD5">Div</div>
Die Grenzen von diesem div sind in Farbe #9B7DD5.
.myOpacity80 { color: #9B7DD5; opacity: 0.8; }
<p style="color:#9B7DD5;opacity:0.8;">80%</p>
Text in Farbe #9B7DD5 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B7DD5;}
<p style="text-shadow: 3px 3px 1px #9B7DD5">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B7DD5.
.textShadow {text-shadow: 3px 3px 1px #9B7DD5', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B7DD5, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B7DD5 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B7DD5, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B7DD5, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B7DD5 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B7DD5;
-webkit-box-shadow: 1px 1px 3px 2px #9B7DD5;
box-shadow: 1px 1px 3px 2px #9B7DD5;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B7DD5; -webkit-box-shadow: 1px 1px 3px 2px #9B7DD5; box-shadow:1px 1px 3px 2px #9B7DD5;">
Div content here
</div>
Dieser Text ist in der Farbe #9B7DD5 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B7DD5 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B7DD5.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B7DD5.
Kontrastfarbe für #hex ist #64822A.