HEX: #9D63AB
RGB: (157,99,171)
#9D63AB enthält hauptsächlich rote und blaue Farbe. Für #9D63AB ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9D63AB wird in RGB als (157,99,171) definiert.
RGB: (157,99,171)
(62%, 39%, 67%)
R 157 von 255 = 62%
G 99 von 255 = 39%
B 171 von 255 = 67%
R + G + B ~ 56%. #9D63AB mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 157 + 99 + 171 = 427 (100%)
R 157 von 427 ~ 36.77%
G 99 von 427 ~ 23.19%
B 171 von 427 ~ 40.05'%
Die Farbe #9D63AB wird in CMYK als (8,42,0,33) definiert.
CMYK: (8,42,0,33)
C8M42Y0K33 (8%, 42%, 0%, 33%)
(0.08 / 0.42 / 0.00 / 0.33)
Farbe #9D63AB in den populären Farbmodellen.
9D | 63 | AB | |
---|---|---|---|
RGB | 157 | 99 | 171 |
HSL | 288° | 30.00% | 52.94% |
HSB/HSV | 288° | 42.11% | 67.06% |
CMYK | 8.19% | 42.11% | 0.00% |
32.94% |
Die Farbe #9D63AB in den populären Zahlensystemen.
Hexadezimal | 9D | 63 | AB |
Dezimal | 157 | 99 | 171 |
Binär | 10011101 | 1100011 | 10101011 |
Oktal | 235 | 143 | 253 |
Dunkle Töne der Farbe #9D63AB
Helle Töne der Farbe #9D63AB
Beispiele css- und html für Elemente in der Farbe #9D63AB. Bitte benutzen Sie auch rgb(157,99,171) statt hex-Code.
.myTextColor { color: #9D63AB; }
<p style="color:#9D63AB">This sample text font color is #9D63AB.</p>
Die Farbe dieses Textes ist #9D63AB.
.myBgColor { background-color: #9D63AB; }
<div style="background-color:#9D63AB">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9D63AB.
.myBorderColor { border: 1px solid #9D63AB; }
<div style="border:3px solid #9D63AB">Div</div>
Die Grenzen von diesem div sind in Farbe #9D63AB.
.myOpacity80 { color: #9D63AB; opacity: 0.8; }
<p style="color:#9D63AB;opacity:0.8;">80%</p>
Text in Farbe #9D63AB und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9D63AB;}
<p style="text-shadow: 3px 3px 1px #9D63AB">Text here.</p>
Dieser Text hat den Schatten in Farbe #9D63AB.
.textShadow {text-shadow: 3px 3px 1px #9D63AB', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9D63AB, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9D63AB und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9D63AB, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9D63AB, Direction=45, Strength=4)">Text</p>
This text has shadow with #9D63AB and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9D63AB;
-webkit-box-shadow: 1px 1px 3px 2px #9D63AB;
box-shadow: 1px 1px 3px 2px #9D63AB;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9D63AB; -webkit-box-shadow: 1px 1px 3px 2px #9D63AB; box-shadow:1px 1px 3px 2px #9D63AB;">
Div content here
</div>
Dieser Text ist in der Farbe #9D63AB auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9D63AB auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9D63AB.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9D63AB.
Kontrastfarbe für #hex ist #629C54.