HEX: #957FAA
RGB: (149,127,170)
#957FAA enthält rote, grüne und blaue Farben ungefähr im gleichen Verhältnis. Für #957FAA ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #957FAA wird in RGB als (149,127,170) definiert.
RGB: (149,127,170) (58%,50%,67%)
R 149 von 255 = 58%
G 127 von 255 = 50%
B 170 von 255 = 67%
R + G + B ~ 58%. #957FAA mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
149 + 127 + 170 = 446 (100%)
R 149 von 446 ~ 33.41%
G 127 von 446 ~ 28.48%
B 170 von 446 ~ 38.12%
Die Farbe #957FAA wird in CMYK als (12,25,0,33) definiert.
CMYK: (12,25,0,33) C12M25Y0K33 (12%,25%,0%,33%) (0.12/0.25/0.00/0.33)
95 | 7F | AA | |
---|---|---|---|
RGB | 149 | 127 | 170 |
HSL | 271° | 20.19% | 58.24% |
HSB/HSV | 271° | 25.29% | 66.67% |
CMYK | 12.35% | 25.29% | 0.00% |
33.33% |
Hexadezimal | 95 | 7F | AA |
Dezimal | 149 | 127 | 170 |
Binär | 10010101 | 1111111 | 10101010 |
Oktal | 225 | 177 | 252 |
Beispiele css- und html für Elemente in der Farbe #957FAA. Bitte benutzen Sie auch rgb(149,127,170) statt hex-Code.
.myTextColor { color: #957FAA; }
<p style="color:#957FAA">This sample text font color is #957FAA.</p>
Die Farbe dieses Textes ist #957FAA.
.myBgColor { background-color: #957FAA; }
<div style="background-color:#957FAA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #957FAA.
.myBorderColor { border: 1px solid #957FAA; }
<div style="border:3px solid #957FAA">Div</div>
Die Grenzen von diesem div sind in Farbe #957FAA.
.myOpacity80 { color: #957FAA; opacity: 0.8; }
<p style="color:#957FAA;opacity:0.8;">80%</p>
Text in Farbe #957FAA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #957FAA;}
<p style="text-shadow: 3px 3px 1px #957FAA">Text here.</p>
Dieser Text hat den Schatten in Farbe #957FAA.
.textShadow {text-shadow: 3px 3px 1px #957FAA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #957FAA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #957FAA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#957FAA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#957FAA, Direction=45, Strength=4)">Text</p>
This text has shadow with #957FAA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #957FAA; -webkit-box-shadow: 1px 1px 3px 2px #957FAA; box-shadow: 1px 1px 3px 2px #957FAA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #957FAA; -webkit-box-shadow: 1px 1px 3px 2px #957FAA; box-shadow:1px 1px 3px 2px #957FAA;">
Div content here</div>
Dieser Text ist in der Farbe #957FAA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #957FAA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #957FAA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #957FAA.