HEX: #9A47AD
RGB: (154,71,173)
#9A47AD enthält hauptsächlich rote und blaue Farbe. Für #9A47AD ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #9A47AD wird in RGB als (154,71,173) definiert.
RGB: (154,71,173) (60%,28%,68%)
R 154 von 255 = 60%
G 71 von 255 = 28%
B 173 von 255 = 68%
R + G + B ~ 52%. #9A47AD mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
154 + 71 + 173 = 398 (100%)
R 154 von 398 ~ 38.69%
G 71 von 398 ~ 17.84%
B 173 von 398 ~ 43.47%
Die Farbe #9A47AD wird in CMYK als (11,59,0,32) definiert.
CMYK: (11,59,0,32) C11M59Y0K32 (11%,59%,0%,32%) (0.11/0.59/0.00/0.32)
9A | 47 | AD | |
---|---|---|---|
RGB | 154 | 71 | 173 |
HSL | 289° | 41.80% | 47.84% |
HSB/HSV | 289° | 58.96% | 67.84% |
CMYK | 10.98% | 58.96% | 0.00% |
32.16% |
Hexadezimal | 9A | 47 | AD |
Dezimal | 154 | 71 | 173 |
Binär | 10011010 | 1000111 | 10101101 |
Oktal | 232 | 107 | 255 |
Beispiele css- und html für Elemente in der Farbe #9A47AD. Bitte benutzen Sie auch rgb(154,71,173) statt hex-Code.
.myTextColor { color: #9A47AD; }
<p style="color:#9A47AD">This sample text font color is #9A47AD.</p>
Die Farbe dieses Textes ist #9A47AD.
.myBgColor { background-color: #9A47AD; }
<div style="background-color:#9A47AD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9A47AD.
.myBorderColor { border: 1px solid #9A47AD; }
<div style="border:3px solid #9A47AD">Div</div>
Die Grenzen von diesem div sind in Farbe #9A47AD.
.myOpacity80 { color: #9A47AD; opacity: 0.8; }
<p style="color:#9A47AD;opacity:0.8;">80%</p>
Text in Farbe #9A47AD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9A47AD;}
<p style="text-shadow: 3px 3px 1px #9A47AD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9A47AD.
.textShadow {text-shadow: 3px 3px 1px #9A47AD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9A47AD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9A47AD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9A47AD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9A47AD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9A47AD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9A47AD; -webkit-box-shadow: 1px 1px 3px 2px #9A47AD; box-shadow: 1px 1px 3px 2px #9A47AD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9A47AD; -webkit-box-shadow: 1px 1px 3px 2px #9A47AD; box-shadow:1px 1px 3px 2px #9A47AD;">
Div content here</div>
Dieser Text ist in der Farbe #9A47AD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9A47AD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9A47AD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9A47AD.