HEX: #8B809A
RGB: (139,128,154)
#8B809A enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #8B809A ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #8B809A wird in RGB als (139,128,154) definiert.
RGB: (139,128,154) (55%,50%,60%)
R 139 von 255 = 55%
G 128 von 255 = 50%
B 154 von 255 = 60%
R + G + B ~ 55%. #8B809A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
139 + 128 + 154 = 421 (100%)
R 139 von 421 ~ 33.02%
G 128 von 421 ~ 30.4%
B 154 von 421 ~ 36.58%
Die Farbe #8B809A wird in CMYK als (10,17,0,40) definiert.
CMYK: (10,17,0,40) C10M17Y0K40 (10%,17%,0%,40%) (0.10/0.17/0.00/0.40)
8B | 80 | 9A | |
---|---|---|---|
RGB | 139 | 128 | 154 |
HSL | 265° | 11.40% | 55.29% |
HSB/HSV | 265° | 16.88% | 60.39% |
CMYK | 9.74% | 16.88% | 0.00% |
39.61% |
Hexadezimal | 8B | 80 | 9A |
Dezimal | 139 | 128 | 154 |
Binär | 10001011 | 10000000 | 10011010 |
Oktal | 213 | 200 | 232 |
Beispiele css- und html für Elemente in der Farbe #8B809A. Bitte benutzen Sie auch rgb(139,128,154) statt hex-Code.
.myTextColor { color: #8B809A; }
<p style="color:#8B809A">This sample text font color is #8B809A.</p>
Die Farbe dieses Textes ist #8B809A.
.myBgColor { background-color: #8B809A; }
<div style="background-color:#8B809A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #8B809A.
.myBorderColor { border: 1px solid #8B809A; }
<div style="border:3px solid #8B809A">Div</div>
Die Grenzen von diesem div sind in Farbe #8B809A.
.myOpacity80 { color: #8B809A; opacity: 0.8; }
<p style="color:#8B809A;opacity:0.8;">80%</p>
Text in Farbe #8B809A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #8B809A;}
<p style="text-shadow: 3px 3px 1px #8B809A">Text here.</p>
Dieser Text hat den Schatten in Farbe #8B809A.
.textShadow {text-shadow: 3px 3px 1px #8B809A, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #8B809A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #8B809A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#8B809A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#8B809A, Direction=45, Strength=4)">Text</p>
This text has shadow with #8B809A and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #8B809A; -webkit-box-shadow: 1px 1px 3px 2px #8B809A; box-shadow: 1px 1px 3px 2px #8B809A; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #8B809A; -webkit-box-shadow: 1px 1px 3px 2px #8B809A; box-shadow:1px 1px 3px 2px #8B809A;">
Div content here</div>
Dieser Text ist in der Farbe #8B809A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #8B809A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #8B809A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #8B809A.