HEX: #9B669B
RGB: (155,102,155)
#9B669B enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9B669B ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9B669B wird in RGB als (155,102,155) definiert.
RGB: (155,102,155)
(61%, 40%, 61%)
R 155 von 255 = 61%
G 102 von 255 = 40%
B 155 von 255 = 61%
R + G + B ~ 54%. #9B669B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 155 + 102 + 155 = 412 (100%)
R 155 von 412 ~ 37.62%
G 102 von 412 ~ 24.76%
B 155 von 412 ~ 37.62'%
Die Farbe #9B669B wird in CMYK als (0,34,0,39) definiert.
CMYK: (0,34,0,39)
C0M34Y0K39 (0%, 34%, 0%, 39%)
(0.00 / 0.34 / 0.00 / 0.39)
Farbe #9B669B in den populären Farbmodellen.
9B | 66 | 9B | |
---|---|---|---|
RGB | 155 | 102 | 155 |
HSL | 300° | 20.95% | 50.39% |
HSB/HSV | 300° | 34.19% | 60.78% |
CMYK | 0.00% | 34.19% | 0.00% |
39.22% |
Die Farbe #9B669B in den populären Zahlensystemen.
Hexadezimal | 9B | 66 | 9B |
Dezimal | 155 | 102 | 155 |
Binär | 10011011 | 1100110 | 10011011 |
Oktal | 233 | 146 | 233 |
Dunkle Töne der Farbe #9B669B
Helle Töne der Farbe #9B669B
Beispiele css- und html für Elemente in der Farbe #9B669B. Bitte benutzen Sie auch rgb(155,102,155) statt hex-Code.
.myTextColor { color: #9B669B; }
<p style="color:#9B669B">This sample text font color is #9B669B.</p>
Die Farbe dieses Textes ist #9B669B.
.myBgColor { background-color: #9B669B; }
<div style="background-color:#9B669B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B669B.
.myBorderColor { border: 1px solid #9B669B; }
<div style="border:3px solid #9B669B">Div</div>
Die Grenzen von diesem div sind in Farbe #9B669B.
.myOpacity80 { color: #9B669B; opacity: 0.8; }
<p style="color:#9B669B;opacity:0.8;">80%</p>
Text in Farbe #9B669B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B669B;}
<p style="text-shadow: 3px 3px 1px #9B669B">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B669B.
.textShadow {text-shadow: 3px 3px 1px #9B669B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B669B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B669B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B669B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B669B, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B669B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B669B;
-webkit-box-shadow: 1px 1px 3px 2px #9B669B;
box-shadow: 1px 1px 3px 2px #9B669B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B669B; -webkit-box-shadow: 1px 1px 3px 2px #9B669B; box-shadow:1px 1px 3px 2px #9B669B;">
Div content here
</div>
Dieser Text ist in der Farbe #9B669B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B669B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B669B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B669B.
Kontrastfarbe für #hex ist #649964.