HEX: #9E78AA
RGB: (158,120,170)
#9E78AA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9E78AA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9E78AA wird in RGB als (158,120,170) definiert.
RGB: (158,120,170) (62%,47%,67%)
R 158 von 255 = 62%
G 120 von 255 = 47%
B 170 von 255 = 67%
R + G + B ~ 59%. #9E78AA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
158 + 120 + 170 = 448 (100%)
R 158 von 448 ~ 35.27%
G 120 von 448 ~ 26.79%
B 170 von 448 ~ 37.95%
Die Farbe #9E78AA wird in CMYK als (7,29,0,33) definiert.
CMYK: (7,29,0,33) C7M29Y0K33 (7%,29%,0%,33%) (0.07/0.29/0.00/0.33)
9E | 78 | AA | |
---|---|---|---|
RGB | 158 | 120 | 170 |
HSL | 286° | 22.73% | 56.86% |
HSB/HSV | 286° | 29.41% | 66.67% |
CMYK | 7.06% | 29.41% | 0.00% |
33.33% |
Hexadezimal | 9E | 78 | AA |
Dezimal | 158 | 120 | 170 |
Binär | 10011110 | 1111000 | 10101010 |
Oktal | 236 | 170 | 252 |
Beispiele css- und html für Elemente in der Farbe #9E78AA. Bitte benutzen Sie auch rgb(158,120,170) statt hex-Code.
.myTextColor { color: #9E78AA; }
<p style="color:#9E78AA">This sample text font color is #9E78AA.</p>
Die Farbe dieses Textes ist #9E78AA.
.myBgColor { background-color: #9E78AA; }
<div style="background-color:#9E78AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9E78AA.
.myBorderColor { border: 1px solid #9E78AA; }
<div style="border:3px solid #9E78AA">Div</div>
Die Grenzen von diesem div sind in Farbe #9E78AA.
.myOpacity80 { color: #9E78AA; opacity: 0.8; }
<p style="color:#9E78AA;opacity:0.8;">80%</p>
Text in Farbe #9E78AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9E78AA;}
<p style="text-shadow: 3px 3px 1px #9E78AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #9E78AA.
.textShadow {text-shadow: 3px 3px 1px #9E78AA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9E78AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9E78AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E78AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9E78AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #9E78AA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9E78AA; -webkit-box-shadow: 1px 1px 3px 2px #9E78AA; box-shadow: 1px 1px 3px 2px #9E78AA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9E78AA; -webkit-box-shadow: 1px 1px 3px 2px #9E78AA; box-shadow:1px 1px 3px 2px #9E78AA;">
Div content here</div>
Dieser Text ist in der Farbe #9E78AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9E78AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9E78AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9E78AA.