HEX: #9579AB
RGB: (149,121,171)
#9579AB enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9579AB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9579AB wird in RGB als (149,121,171) definiert.
RGB: (149,121,171)
(58%, 47%, 67%)
R 149 von 255 = 58%
G 121 von 255 = 47%
B 171 von 255 = 67%
R + G + B ~ 57%. #9579AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 149 + 121 + 171 = 441 (100%)
R 149 von 441 ~ 33.79%
G 121 von 441 ~ 27.44%
B 171 von 441 ~ 38.78'%
Die Farbe #9579AB wird in CMYK als (13,29,0,33) definiert.
CMYK: (13,29,0,33)
C13M29Y0K33 (13%, 29%, 0%, 33%)
(0.13 / 0.29 / 0.00 / 0.33)
Farbe #9579AB in den populären Farbmodellen.
95 | 79 | AB | |
---|---|---|---|
RGB | 149 | 121 | 171 |
HSL | 274° | 22.94% | 57.25% |
HSB/HSV | 274° | 29.24% | 67.06% |
CMYK | 12.87% | 29.24% | 0.00% |
32.94% |
Die Farbe #9579AB in den populären Zahlensystemen.
Hexadezimal | 95 | 79 | AB |
Dezimal | 149 | 121 | 171 |
Binär | 10010101 | 1111001 | 10101011 |
Oktal | 225 | 171 | 253 |
Dunkle Töne der Farbe #9579AB
Helle Töne der Farbe #9579AB
Beispiele css- und html für Elemente in der Farbe #9579AB. Bitte benutzen Sie auch rgb(149,121,171) statt hex-Code.
.myTextColor { color: #9579AB; }
<p style="color:#9579AB">This sample text font color is #9579AB.</p>
Die Farbe dieses Textes ist #9579AB.
.myBgColor { background-color: #9579AB; }
<div style="background-color:#9579AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9579AB.
.myBorderColor { border: 1px solid #9579AB; }
<div style="border:3px solid #9579AB">Div</div>
Die Grenzen von diesem div sind in Farbe #9579AB.
.myOpacity80 { color: #9579AB; opacity: 0.8; }
<p style="color:#9579AB;opacity:0.8;">80%</p>
Text in Farbe #9579AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9579AB;}
<p style="text-shadow: 3px 3px 1px #9579AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9579AB.
.textShadow {text-shadow: 3px 3px 1px #9579AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9579AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9579AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9579AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9579AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9579AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9579AB;
-webkit-box-shadow: 1px 1px 3px 2px #9579AB;
box-shadow: 1px 1px 3px 2px #9579AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9579AB; -webkit-box-shadow: 1px 1px 3px 2px #9579AB; box-shadow:1px 1px 3px 2px #9579AB;">
Div content here
</div>
Dieser Text ist in der Farbe #9579AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9579AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9579AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9579AB.
Kontrastfarbe für #hex ist #6A8654.