HEX: #9370DB
RGB: (147,112,219)
Die Farbenname ist MediumPurple. #9370DB enthält hauptsächlich blaue Farbe. Für #9370DB ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9370DB wird in RGB als (147,112,219) definiert.
RGB: (147,112,219) (58%,44%,86%)
R 147 von 255 = 58%
G 112 von 255 = 44%
B 219 von 255 = 86%
R + G + B ~ 63%. #9370DB ziemlich helle Farbe.
R + G + B =
147 + 112 + 219 = 478 (100%)
R 147 von 478 ~ 30.75%
G 112 von 478 ~ 23.43%
B 219 von 478 ~ 45.82%
Die Farbe #9370DB wird in CMYK als (33,49,0,14) definiert.
CMYK: (33,49,0,14) C33M49Y0K14 (33%,49%,0%,14%) (0.33/0.49/0.00/0.14)
93 | 70 | DB | |
---|---|---|---|
RGB | 147 | 112 | 219 |
HSL | 260° | 59.78% | 64.90% |
HSB/HSV | 260° | 48.86% | 85.88% |
CMYK | 32.88% | 48.86% | 0.00% |
14.12% |
Hexadezimal | 93 | 70 | DB |
Dezimal | 147 | 112 | 219 |
Binär | 10010011 | 1110000 | 11011011 |
Oktal | 223 | 160 | 333 |
Beispiele css- und html für Elemente in der Farbe #9370DB. Bitte benutzen Sie auch rgb(147,112,219) statt hex-Code.
.myTextColor { color: #9370DB; }
<p style="color:#9370DB">This sample text font color is #9370DB.</p>
Die Farbe dieses Textes ist #9370DB.
.myBgColor { background-color: #9370DB; }
<div style="background-color:#9370DB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9370DB.
.myBorderColor { border: 1px solid #9370DB; }
<div style="border:3px solid #9370DB">Div</div>
Die Grenzen von diesem div sind in Farbe #9370DB.
.myOpacity80 { color: #9370DB; opacity: 0.8; }
<p style="color:#9370DB;opacity:0.8;">80%</p>
Text in Farbe #9370DB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9370DB;}
<p style="text-shadow: 3px 3px 1px #9370DB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9370DB.
.textShadow {text-shadow: 3px 3px 1px #9370DB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9370DB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9370DB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9370DB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9370DB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9370DB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9370DB; -webkit-box-shadow: 1px 1px 3px 2px #9370DB; box-shadow: 1px 1px 3px 2px #9370DB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9370DB; -webkit-box-shadow: 1px 1px 3px 2px #9370DB; box-shadow:1px 1px 3px 2px #9370DB;">
Div content here</div>
Dieser Text ist in der Farbe #9370DB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9370DB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9370DB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9370DB.