HEX: #855699
RGB: (133,86,153)
#855699 enthält hauptsächlich rote und blaue Farbe. Für #855699 ist eine «websichere» Webfarbe #996699 (oder kurz #969).
Die Farbe #855699 wird in RGB als (133,86,153) definiert.
RGB: (133,86,153)
(52%, 34%, 60%)
R 133 von 255 = 52%
G 86 von 255 = 34%
B 153 von 255 = 60%
R + G + B ~ 49%. #855699 mittlere Farbe (nicht dunkel und nicht hell).
R + G + B = 133 + 86 + 153 = 372 (100%)
R 133 von 372 ~ 35.75%
G 86 von 372 ~ 23.12%
B 153 von 372 ~ 41.13'%
Die Farbe #855699 wird in CMYK als (13,44,0,40) definiert.
CMYK: (13,44,0,40)
C13M44Y0K40 (13%, 44%, 0%, 40%)
(0.13 / 0.44 / 0.00 / 0.40)
Farbe #855699 in den populären Farbmodellen.
85 | 56 | 99 | |
---|---|---|---|
RGB | 133 | 86 | 153 |
HSL | 282° | 28.03% | 46.86% |
HSB/HSV | 282° | 43.79% | 60.00% |
CMYK | 13.07% | 43.79% | 0.00% |
40.00% |
Die Farbe #855699 in den populären Zahlensystemen.
Hexadezimal | 85 | 56 | 99 |
Dezimal | 133 | 86 | 153 |
Binär | 10000101 | 1010110 | 10011001 |
Oktal | 205 | 126 | 231 |
Dunkle Töne der Farbe #855699
Helle Töne der Farbe #855699
Beispiele css- und html für Elemente in der Farbe #855699. Bitte benutzen Sie auch rgb(133,86,153) statt hex-Code.
.myTextColor { color: #855699; }
<p style="color:#855699">This sample text font color is #855699.</p>
Die Farbe dieses Textes ist #855699.
.myBgColor { background-color: #855699; }
<div style="background-color:#855699">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #855699.
.myBorderColor { border: 1px solid #855699; }
<div style="border:3px solid #855699">Div</div>
Die Grenzen von diesem div sind in Farbe #855699.
.myOpacity80 { color: #855699; opacity: 0.8; }
<p style="color:#855699;opacity:0.8;">80%</p>
Text in Farbe #855699 und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #855699;}
<p style="text-shadow: 3px 3px 1px #855699">Text here.</p>
Dieser Text hat den Schatten in Farbe #855699.
.textShadow {text-shadow: 3px 3px 1px #855699', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #855699, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #855699 und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#855699, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#855699, Direction=45, Strength=4)">Text</p>
This text has shadow with #855699 and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #855699;
-webkit-box-shadow: 1px 1px 3px 2px #855699;
box-shadow: 1px 1px 3px 2px #855699;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #855699; -webkit-box-shadow: 1px 1px 3px 2px #855699; box-shadow:1px 1px 3px 2px #855699;">
Div content here
</div>
Dieser Text ist in der Farbe #855699 auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #855699 auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #855699.
Dieser Text ist weiß auf dem Hintergrund in Farbe #855699.
Kontrastfarbe für #hex ist #7AA966.