HEX: #954A9B
RGB: (149,74,155)
#954A9B enthält hauptsächlich rote und blaue Farbe. Für #954A9B ist eine «websichere» Webfarbe #993399 (oder kurz #939).
Die Farbe #954A9B wird in RGB als (149,74,155) definiert.
RGB: (149,74,155)
(58%, 29%, 61%)
R 149 von 255 = 58%
G 74 von 255 = 29%
B 155 von 255 = 61%
R + G + B ~ 49%. #954A9B mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 149 + 74 + 155 = 378 (100%)
R 149 von 378 ~ 39.42%
G 74 von 378 ~ 19.58%
B 155 von 378 ~ 41.01'%
Die Farbe #954A9B wird in CMYK als (4,52,0,39) definiert.
CMYK: (4,52,0,39)
C4M52Y0K39 (4%, 52%, 0%, 39%)
(0.04 / 0.52 / 0.00 / 0.39)
Farbe #954A9B in den populären Farbmodellen.
95 | 4A | 9B | |
---|---|---|---|
RGB | 149 | 74 | 155 |
HSL | 296° | 35.37% | 44.90% |
HSB/HSV | 296° | 52.26% | 60.78% |
CMYK | 3.87% | 52.26% | 0.00% |
39.22% |
Die Farbe #954A9B in den populären Zahlensystemen.
Hexadezimal | 95 | 4A | 9B |
Dezimal | 149 | 74 | 155 |
Binär | 10010101 | 1001010 | 10011011 |
Oktal | 225 | 112 | 233 |
Dunkle Töne der Farbe #954A9B
Helle Töne der Farbe #954A9B
Beispiele css- und html für Elemente in der Farbe #954A9B. Bitte benutzen Sie auch rgb(149,74,155) statt hex-Code.
.myTextColor { color: #954A9B; }
<p style="color:#954A9B">This sample text font color is #954A9B.</p>
Die Farbe dieses Textes ist #954A9B.
.myBgColor { background-color: #954A9B; }
<div style="background-color:#954A9B">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #954A9B.
.myBorderColor { border: 1px solid #954A9B; }
<div style="border:3px solid #954A9B">Div</div>
Die Grenzen von diesem div sind in Farbe #954A9B.
.myOpacity80 { color: #954A9B; opacity: 0.8; }
<p style="color:#954A9B;opacity:0.8;">80%</p>
Text in Farbe #954A9B und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #954A9B;}
<p style="text-shadow: 3px 3px 1px #954A9B">Text here.</p>
Dieser Text hat den Schatten in Farbe #954A9B.
.textShadow {text-shadow: 3px 3px 1px #954A9B', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #954A9B, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #954A9B und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#954A9B, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#954A9B, Direction=45, Strength=4)">Text</p>
This text has shadow with #954A9B and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #954A9B;
-webkit-box-shadow: 1px 1px 3px 2px #954A9B;
box-shadow: 1px 1px 3px 2px #954A9B;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #954A9B; -webkit-box-shadow: 1px 1px 3px 2px #954A9B; box-shadow:1px 1px 3px 2px #954A9B;">
Div content here
</div>
Dieser Text ist in der Farbe #954A9B auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #954A9B auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #954A9B.
Dieser Text ist weiß auf dem Hintergrund in Farbe #954A9B.
Kontrastfarbe für #hex ist #6AB564.