HEX: #9B6497
RGB: (155,100,151)
#9B6497 enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B6497 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9B6497 wird in RGB als (155,100,151) definiert.
RGB: (155,100,151) (61%,39%,59%)
R 155 von 255 = 61%
G 100 von 255 = 39%
B 151 von 255 = 59%
R + G + B ~ 53%. #9B6497 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 100 + 151 = 406 (100%)
R 155 von 406 ~ 38.18%
G 100 von 406 ~ 24.63%
B 151 von 406 ~ 37.19%
Die Farbe #9B6497 wird in CMYK als (0,35,3,39) definiert.
CMYK: (0,35,3,39) C0M35Y3K39 (0%,35%,3%,39%) (0.00/0.35/0.03/0.39)
9B | 64 | 97 | |
---|---|---|---|
RGB | 155 | 100 | 151 |
HSL | 304° | 21.57% | 50.00% |
HSB/HSV | 304° | 35.48% | 60.78% |
CMYK | 0.00% | 35.48% | 2.58% |
39.22% |
Hexadezimal | 9B | 64 | 97 |
Dezimal | 155 | 100 | 151 |
Binär | 10011011 | 1100100 | 10010111 |
Oktal | 233 | 144 | 227 |
Beispiele css- und html für Elemente in der Farbe #9B6497. Bitte benutzen Sie auch rgb(155,100,151) statt hex-Code.
.myTextColor { color: #9B6497; }
<p style="color:#9B6497">This sample text font color is #9B6497.</p>
Die Farbe dieses Textes ist #9B6497.
.myBgColor { background-color: #9B6497; }
<div style="background-color:#9B6497">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B6497.
.myBorderColor { border: 1px solid #9B6497; }
<div style="border:3px solid #9B6497">Div</div>
Die Grenzen von diesem div sind in Farbe #9B6497.
.myOpacity80 { color: #9B6497; opacity: 0.8; }
<p style="color:#9B6497;opacity:0.8;">80%</p>
Text in Farbe #9B6497 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B6497;}
<p style="text-shadow: 3px 3px 1px #9B6497">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B6497.
.textShadow {text-shadow: 3px 3px 1px #9B6497, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B6497, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B6497 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B6497, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B6497, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B6497 and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B6497; -webkit-box-shadow: 1px 1px 3px 2px #9B6497; box-shadow: 1px 1px 3px 2px #9B6497; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B6497; -webkit-box-shadow: 1px 1px 3px 2px #9B6497; box-shadow:1px 1px 3px 2px #9B6497;">
Div content here</div>
Dieser Text ist in der Farbe #9B6497 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B6497 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B6497.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B6497.