HEX: #9577AD
RGB: (149,119,173)
#9577AD enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9577AD ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9577AD wird in RGB als (149,119,173) definiert.
RGB: (149,119,173) (58%,47%,68%)
R 149 von 255 = 58%
G 119 von 255 = 47%
B 173 von 255 = 68%
R + G + B ~ 58%. #9577AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
149 + 119 + 173 = 441 (100%)
R 149 von 441 ~ 33.79%
G 119 von 441 ~ 26.98%
B 173 von 441 ~ 39.23%
Die Farbe #9577AD wird in CMYK als (14,31,0,32) definiert.
CMYK: (14,31,0,32) C14M31Y0K32 (14%,31%,0%,32%) (0.14/0.31/0.00/0.32)
95 | 77 | AD | |
---|---|---|---|
RGB | 149 | 119 | 173 |
HSL | 273° | 24.77% | 57.25% |
HSB/HSV | 273° | 31.21% | 67.84% |
CMYK | 13.87% | 31.21% | 0.00% |
32.16% |
Hexadezimal | 95 | 77 | AD |
Dezimal | 149 | 119 | 173 |
Binär | 10010101 | 1110111 | 10101101 |
Oktal | 225 | 167 | 255 |
Beispiele css- und html für Elemente in der Farbe #9577AD. Bitte benutzen Sie auch rgb(149,119,173) statt hex-Code.
.myTextColor { color: #9577AD; }
<p style="color:#9577AD">This sample text font color is #9577AD.</p>
Die Farbe dieses Textes ist #9577AD.
.myBgColor { background-color: #9577AD; }
<div style="background-color:#9577AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9577AD.
.myBorderColor { border: 1px solid #9577AD; }
<div style="border:3px solid #9577AD">Div</div>
Die Grenzen von diesem div sind in Farbe #9577AD.
.myOpacity80 { color: #9577AD; opacity: 0.8; }
<p style="color:#9577AD;opacity:0.8;">80%</p>
Text in Farbe #9577AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9577AD;}
<p style="text-shadow: 3px 3px 1px #9577AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9577AD.
.textShadow {text-shadow: 3px 3px 1px #9577AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9577AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9577AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9577AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9577AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9577AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9577AD; -webkit-box-shadow: 1px 1px 3px 2px #9577AD; box-shadow: 1px 1px 3px 2px #9577AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9577AD; -webkit-box-shadow: 1px 1px 3px 2px #9577AD; box-shadow:1px 1px 3px 2px #9577AD;">
Div content here</div>
Dieser Text ist in der Farbe #9577AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9577AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9577AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9577AD.