HEX: #9B74AA
RGB: (155,116,170)
#9B74AA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B74AA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9B74AA wird in RGB als (155,116,170) definiert.
RGB: (155,116,170) (61%,45%,67%)
R 155 von 255 = 61%
G 116 von 255 = 45%
B 170 von 255 = 67%
R + G + B ~ 58%. #9B74AA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 116 + 170 = 441 (100%)
R 155 von 441 ~ 35.15%
G 116 von 441 ~ 26.3%
B 170 von 441 ~ 38.55%
Die Farbe #9B74AA wird in CMYK als (9,32,0,33) definiert.
CMYK: (9,32,0,33) C9M32Y0K33 (9%,32%,0%,33%) (0.09/0.32/0.00/0.33)
9B | 74 | AA | |
---|---|---|---|
RGB | 155 | 116 | 170 |
HSL | 283° | 24.11% | 56.08% |
HSB/HSV | 283° | 31.76% | 66.67% |
CMYK | 8.82% | 31.76% | 0.00% |
33.33% |
Hexadezimal | 9B | 74 | AA |
Dezimal | 155 | 116 | 170 |
Binär | 10011011 | 1110100 | 10101010 |
Oktal | 233 | 164 | 252 |
Beispiele css- und html für Elemente in der Farbe #9B74AA. Bitte benutzen Sie auch rgb(155,116,170) statt hex-Code.
.myTextColor { color: #9B74AA; }
<p style="color:#9B74AA">This sample text font color is #9B74AA.</p>
Die Farbe dieses Textes ist #9B74AA.
.myBgColor { background-color: #9B74AA; }
<div style="background-color:#9B74AA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B74AA.
.myBorderColor { border: 1px solid #9B74AA; }
<div style="border:3px solid #9B74AA">Div</div>
Die Grenzen von diesem div sind in Farbe #9B74AA.
.myOpacity80 { color: #9B74AA; opacity: 0.8; }
<p style="color:#9B74AA;opacity:0.8;">80%</p>
Text in Farbe #9B74AA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B74AA;}
<p style="text-shadow: 3px 3px 1px #9B74AA">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B74AA.
.textShadow {text-shadow: 3px 3px 1px #9B74AA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B74AA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B74AA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B74AA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B74AA, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B74AA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B74AA; -webkit-box-shadow: 1px 1px 3px 2px #9B74AA; box-shadow: 1px 1px 3px 2px #9B74AA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B74AA; -webkit-box-shadow: 1px 1px 3px 2px #9B74AA; box-shadow:1px 1px 3px 2px #9B74AA;">
Div content here</div>
Dieser Text ist in der Farbe #9B74AA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B74AA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B74AA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B74AA.