HEX: #9B509A
RGB: (155,80,154)
#9B509A enthält hauptsächlich rote und blaue Farbe. Für #9B509A ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9B509A wird in RGB als (155,80,154) definiert.
RGB: (155,80,154)
(61%, 31%, 60%)
R 155 von 255 = 61%
G 80 von 255 = 31%
B 154 von 255 = 60%
R + G + B ~ 51%. #9B509A mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 155 + 80 + 154 = 389 (100%)
R 155 von 389 ~ 39.85%
G 80 von 389 ~ 20.57%
B 154 von 389 ~ 39.59'%
Die Farbe #9B509A wird in CMYK als (0,48,1,39) definiert.
CMYK: (0,48,1,39)
C0M48Y1K39 (0%, 48%, 1%, 39%)
(0.00 / 0.48 / 0.01 / 0.39)
Farbe #9B509A in den populären Farbmodellen.
9B | 50 | 9A | |
---|---|---|---|
RGB | 155 | 80 | 154 |
HSL | 301° | 31.91% | 46.08% |
HSB/HSV | 301° | 48.39% | 60.78% |
CMYK | 0.00% | 48.39% | 0.65% |
39.22% |
Die Farbe #9B509A in den populären Zahlensystemen.
Hexadezimal | 9B | 50 | 9A |
Dezimal | 155 | 80 | 154 |
Binär | 10011011 | 1010000 | 10011010 |
Oktal | 233 | 120 | 232 |
Dunkle Töne der Farbe #9B509A
Helle Töne der Farbe #9B509A
Beispiele css- und html für Elemente in der Farbe #9B509A. Bitte benutzen Sie auch rgb(155,80,154) statt hex-Code.
.myTextColor { color: #9B509A; }
<p style="color:#9B509A">This sample text font color is #9B509A.</p>
Die Farbe dieses Textes ist #9B509A.
.myBgColor { background-color: #9B509A; }
<div style="background-color:#9B509A">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B509A.
.myBorderColor { border: 1px solid #9B509A; }
<div style="border:3px solid #9B509A">Div</div>
Die Grenzen von diesem div sind in Farbe #9B509A.
.myOpacity80 { color: #9B509A; opacity: 0.8; }
<p style="color:#9B509A;opacity:0.8;">80%</p>
Text in Farbe #9B509A und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B509A;}
<p style="text-shadow: 3px 3px 1px #9B509A">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B509A.
.textShadow {text-shadow: 3px 3px 1px #9B509A', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B509A, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B509A und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B509A, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B509A, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B509A and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9B509A;
-webkit-box-shadow: 1px 1px 3px 2px #9B509A;
box-shadow: 1px 1px 3px 2px #9B509A;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9B509A; -webkit-box-shadow: 1px 1px 3px 2px #9B509A; box-shadow:1px 1px 3px 2px #9B509A;">
Div content here
</div>
Dieser Text ist in der Farbe #9B509A auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B509A auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B509A.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B509A.
Kontrastfarbe für #9B509A ist #64AF65.