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