HEX: #9D7DAC
RGB: (157,125,172)
#9D7DAC enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #9D7DAC ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #9D7DAC wird in RGB als (157,125,172) definiert.
RGB: (157,125,172) (62%,49%,67%)
R 157 von 255 = 62%
G 125 von 255 = 49%
B 172 von 255 = 67%
R + G + B ~ 59%. #9D7DAC mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
157 + 125 + 172 = 454 (100%)
R 157 von 454 ~ 34.58%
G 125 von 454 ~ 27.53%
B 172 von 454 ~ 37.89%
Die Farbe #9D7DAC wird in CMYK als (9,27,0,33) definiert.
CMYK: (9,27,0,33) C9M27Y0K33 (9%,27%,0%,33%) (0.09/0.27/0.00/0.33)
9D | 7D | AC | |
---|---|---|---|
RGB | 157 | 125 | 172 |
HSL | 281° | 22.07% | 58.24% |
HSB/HSV | 281° | 27.33% | 67.45% |
CMYK | 8.72% | 27.33% | 0.00% |
32.55% |
Hexadezimal | 9D | 7D | AC |
Dezimal | 157 | 125 | 172 |
Binär | 10011101 | 1111101 | 10101100 |
Oktal | 235 | 175 | 254 |
Beispiele css- und html für Elemente in der Farbe #9D7DAC. Bitte benutzen Sie auch rgb(157,125,172) statt hex-Code.
.myTextColor { color: #9D7DAC; }
<p style="color:#9D7DAC">This sample text font color is #9D7DAC.</p>
Die Farbe dieses Textes ist #9D7DAC.
.myBgColor { background-color: #9D7DAC; }
<div style="background-color:#9D7DAC">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9D7DAC.
.myBorderColor { border: 1px solid #9D7DAC; }
<div style="border:3px solid #9D7DAC">Div</div>
Die Grenzen von diesem div sind in Farbe #9D7DAC.
.myOpacity80 { color: #9D7DAC; opacity: 0.8; }
<p style="color:#9D7DAC;opacity:0.8;">80%</p>
Text in Farbe #9D7DAC und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9D7DAC;}
<p style="text-shadow: 3px 3px 1px #9D7DAC">Text here.</p>
Dieser Text hat den Schatten in Farbe #9D7DAC.
.textShadow {text-shadow: 3px 3px 1px #9D7DAC, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9D7DAC, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9D7DAC und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9D7DAC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9D7DAC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9D7DAC and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9D7DAC; -webkit-box-shadow: 1px 1px 3px 2px #9D7DAC; box-shadow: 1px 1px 3px 2px #9D7DAC; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9D7DAC; -webkit-box-shadow: 1px 1px 3px 2px #9D7DAC; box-shadow:1px 1px 3px 2px #9D7DAC;">
Div content here</div>
Dieser Text ist in der Farbe #9D7DAC auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9D7DAC auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9D7DAC.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9D7DAC.