HEX: #8D4DAF
RGB: (141,77,175)
#8D4DAF enthält hauptsächlich rote und blaue Farbe. Für #8D4DAF ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #8D4DAF wird in RGB als (141,77,175) definiert.
RGB: (141,77,175) (55%,30%,69%)
R 141 von 255 = 55%
G 77 von 255 = 30%
B 175 von 255 = 69%
R + G + B ~ 51%. #8D4DAF mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
141 + 77 + 175 = 393 (100%)
R 141 von 393 ~ 35.88%
G 77 von 393 ~ 19.59%
B 175 von 393 ~ 44.53%
Die Farbe #8D4DAF wird in CMYK als (19,56,0,31) definiert.
CMYK: (19,56,0,31) C19M56Y0K31 (19%,56%,0%,31%) (0.19/0.56/0.00/0.31)
8D | 4D | AF | |
---|---|---|---|
RGB | 141 | 77 | 175 |
HSL | 279° | 38.89% | 49.41% |
HSB/HSV | 279° | 56.00% | 68.63% |
CMYK | 19.43% | 56.00% | 0.00% |
31.37% |
Hexadezimal | 8D | 4D | AF |
Dezimal | 141 | 77 | 175 |
Binär | 10001101 | 1001101 | 10101111 |
Oktal | 215 | 115 | 257 |
Beispiele css- und html für Elemente in der Farbe #8D4DAF. Bitte benutzen Sie auch rgb(141,77,175) statt hex-Code.
.myTextColor { color: #8D4DAF; }
<p style="color:#8D4DAF">This sample text font color is #8D4DAF.</p>
Die Farbe dieses Textes ist #8D4DAF.
.myBgColor { background-color: #8D4DAF; }
<div style="background-color:#8D4DAF">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8D4DAF.
.myBorderColor { border: 1px solid #8D4DAF; }
<div style="border:3px solid #8D4DAF">Div</div>
Die Grenzen von diesem div sind in Farbe #8D4DAF.
.myOpacity80 { color: #8D4DAF; opacity: 0.8; }
<p style="color:#8D4DAF;opacity:0.8;">80%</p>
Text in Farbe #8D4DAF und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8D4DAF;}
<p style="text-shadow: 3px 3px 1px #8D4DAF">Text here.</p>
Dieser Text hat den Schatten in Farbe #8D4DAF.
.textShadow {text-shadow: 3px 3px 1px #8D4DAF, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8D4DAF, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8D4DAF und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8D4DAF, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8D4DAF, Direction=45, Strength=4)">Text</p>
This text has shadow with #8D4DAF and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8D4DAF; -webkit-box-shadow: 1px 1px 3px 2px #8D4DAF; box-shadow: 1px 1px 3px 2px #8D4DAF; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8D4DAF; -webkit-box-shadow: 1px 1px 3px 2px #8D4DAF; box-shadow:1px 1px 3px 2px #8D4DAF;">
Div content here</div>
Dieser Text ist in der Farbe #8D4DAF auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8D4DAF auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8D4DAF.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8D4DAF.