HEX: #9D5AAB
RGB: (157,90,171)
#9D5AAB enthält hauptsächlich rote und blaue Farbe. Für #9D5AAB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9D5AAB wird in RGB als (157,90,171) definiert.
RGB: (157,90,171) (62%,35%,67%)
R 157 von 255 = 62%
G 90 von 255 = 35%
B 171 von 255 = 67%
R + G + B ~ 55%. #9D5AAB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
157 + 90 + 171 = 418 (100%)
R 157 von 418 ~ 37.56%
G 90 von 418 ~ 21.53%
B 171 von 418 ~ 40.91%
Die Farbe #9D5AAB wird in CMYK als (8,47,0,33) definiert.
CMYK: (8,47,0,33) C8M47Y0K33 (8%,47%,0%,33%) (0.08/0.47/0.00/0.33)
9D | 5A | AB | |
---|---|---|---|
RGB | 157 | 90 | 171 |
HSL | 290° | 32.53% | 51.18% |
HSB/HSV | 290° | 47.37% | 67.06% |
CMYK | 8.19% | 47.37% | 0.00% |
32.94% |
Hexadezimal | 9D | 5A | AB |
Dezimal | 157 | 90 | 171 |
Binär | 10011101 | 1011010 | 10101011 |
Oktal | 235 | 132 | 253 |
Beispiele css- und html für Elemente in der Farbe #9D5AAB. Bitte benutzen Sie auch rgb(157,90,171) statt hex-Code.
.myTextColor { color: #9D5AAB; }
<p style="color:#9D5AAB">This sample text font color is #9D5AAB.</p>
Die Farbe dieses Textes ist #9D5AAB.
.myBgColor { background-color: #9D5AAB; }
<div style="background-color:#9D5AAB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9D5AAB.
.myBorderColor { border: 1px solid #9D5AAB; }
<div style="border:3px solid #9D5AAB">Div</div>
Die Grenzen von diesem div sind in Farbe #9D5AAB.
.myOpacity80 { color: #9D5AAB; opacity: 0.8; }
<p style="color:#9D5AAB;opacity:0.8;">80%</p>
Text in Farbe #9D5AAB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9D5AAB;}
<p style="text-shadow: 3px 3px 1px #9D5AAB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9D5AAB.
.textShadow {text-shadow: 3px 3px 1px #9D5AAB, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9D5AAB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9D5AAB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9D5AAB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9D5AAB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9D5AAB and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9D5AAB; -webkit-box-shadow: 1px 1px 3px 2px #9D5AAB; box-shadow: 1px 1px 3px 2px #9D5AAB; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9D5AAB; -webkit-box-shadow: 1px 1px 3px 2px #9D5AAB; box-shadow:1px 1px 3px 2px #9D5AAB;">
Div content here</div>
Dieser Text ist in der Farbe #9D5AAB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9D5AAB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9D5AAB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9D5AAB.