HEX: #8A5A8D
RGB: (138,90,141)
#8A5A8D enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8A5A8D ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #8A5A8D wird in RGB als (138,90,141) definiert.
RGB: (138,90,141) (54%,35%,55%)
R 138 von 255 = 54%
G 90 von 255 = 35%
B 141 von 255 = 55%
R + G + B ~ 48%. #8A5A8D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
138 + 90 + 141 = 369 (100%)
R 138 von 369 ~ 37.4%
G 90 von 369 ~ 24.39%
B 141 von 369 ~ 38.21%
Die Farbe #8A5A8D wird in CMYK als (2,36,0,45) definiert.
CMYK: (2,36,0,45) C2M36Y0K45 (2%,36%,0%,45%) (0.02/0.36/0.00/0.45)
8A | 5A | 8D | |
---|---|---|---|
RGB | 138 | 90 | 141 |
HSL | 296° | 22.08% | 45.29% |
HSB/HSV | 296° | 36.17% | 55.29% |
CMYK | 2.13% | 36.17% | 0.00% |
44.71% |
Hexadezimal | 8A | 5A | 8D |
Dezimal | 138 | 90 | 141 |
Binär | 10001010 | 1011010 | 10001101 |
Oktal | 212 | 132 | 215 |
Beispiele css- und html für Elemente in der Farbe #8A5A8D. Bitte benutzen Sie auch rgb(138,90,141) statt hex-Code.
.myTextColor { color: #8A5A8D; }
<p style="color:#8A5A8D">This sample text font color is #8A5A8D.</p>
Die Farbe dieses Textes ist #8A5A8D.
.myBgColor { background-color: #8A5A8D; }
<div style="background-color:#8A5A8D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8A5A8D.
.myBorderColor { border: 1px solid #8A5A8D; }
<div style="border:3px solid #8A5A8D">Div</div>
Die Grenzen von diesem div sind in Farbe #8A5A8D.
.myOpacity80 { color: #8A5A8D; opacity: 0.8; }
<p style="color:#8A5A8D;opacity:0.8;">80%</p>
Text in Farbe #8A5A8D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8A5A8D;}
<p style="text-shadow: 3px 3px 1px #8A5A8D">Text here.</p>
Dieser Text hat den Schatten in Farbe #8A5A8D.
.textShadow {text-shadow: 3px 3px 1px #8A5A8D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8A5A8D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8A5A8D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8A5A8D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8A5A8D, Direction=45, Strength=4)">Text</p>
This text has shadow with #8A5A8D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8A5A8D; -webkit-box-shadow: 1px 1px 3px 2px #8A5A8D; box-shadow: 1px 1px 3px 2px #8A5A8D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8A5A8D; -webkit-box-shadow: 1px 1px 3px 2px #8A5A8D; box-shadow:1px 1px 3px 2px #8A5A8D;">
Div content here</div>
Dieser Text ist in der Farbe #8A5A8D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8A5A8D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8A5A8D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8A5A8D.