HEX: #9B59AA
RGB: (155,89,170)
#9B59AA enthält hauptsächlich rote und blaue Farbe. Für #9B59AA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9B59AA wird in RGB als (155,89,170) definiert.
RGB: (155,89,170) (61%,35%,67%)
R 155 von 255 = 61%
G 89 von 255 = 35%
B 170 von 255 = 67%
R + G + B ~ 54%. #9B59AA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 89 + 170 = 414 (100%)
R 155 von 414 ~ 37.44%
G 89 von 414 ~ 21.5%
B 170 von 414 ~ 41.06%
Die Farbe #9B59AA wird in CMYK als (9,48,0,33) definiert.
CMYK: (9,48,0,33) C9M48Y0K33 (9%,48%,0%,33%) (0.09/0.48/0.00/0.33)
9B | 59 | AA | |
---|---|---|---|
RGB | 155 | 89 | 170 |
HSL | 289° | 32.27% | 50.78% |
HSB/HSV | 289° | 47.65% | 66.67% |
CMYK | 8.82% | 47.65% | 0.00% |
33.33% |
Hexadezimal | 9B | 59 | AA |
Dezimal | 155 | 89 | 170 |
Binär | 10011011 | 1011001 | 10101010 |
Oktal | 233 | 131 | 252 |
Beispiele css- und html für Elemente in der Farbe #9B59AA. Bitte benutzen Sie auch rgb(155,89,170) statt hex-Code.
.myTextColor { color: #9B59AA; }
<p style="color:#9B59AA">This sample text font color is #9B59AA.</p>
Die Farbe dieses Textes ist #9B59AA.
.myBgColor { background-color: #9B59AA; }
<div style="background-color:#9B59AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B59AA.
.myBorderColor { border: 1px solid #9B59AA; }
<div style="border:3px solid #9B59AA">Div</div>
Die Grenzen von diesem div sind in Farbe #9B59AA.
.myOpacity80 { color: #9B59AA; opacity: 0.8; }
<p style="color:#9B59AA;opacity:0.8;">80%</p>
Text in Farbe #9B59AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B59AA;}
<p style="text-shadow: 3px 3px 1px #9B59AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B59AA.
.textShadow {text-shadow: 3px 3px 1px #9B59AA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B59AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B59AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B59AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B59AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B59AA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B59AA; -webkit-box-shadow: 1px 1px 3px 2px #9B59AA; box-shadow: 1px 1px 3px 2px #9B59AA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B59AA; -webkit-box-shadow: 1px 1px 3px 2px #9B59AA; box-shadow:1px 1px 3px 2px #9B59AA;">
Div content here</div>
Dieser Text ist in der Farbe #9B59AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B59AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B59AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B59AA.