HEX: #9B476D
RGB: (155,71,109)
#9B476D enthält hauptsächlich rote und blaue Farbe. Für #9B476D ist eine «websichere» Webfarbe #993366 (oder kurz #936).
Die Farbe #9B476D wird in RGB als (155,71,109) definiert.
RGB: (155,71,109) (61%,28%,43%)
R 155 von 255 = 61%
G 71 von 255 = 28%
B 109 von 255 = 43%
R + G + B ~ 44%. #9B476D mittlere Farbe (nicht dunkel und nicht hell).
R + G + B =
155 + 71 + 109 = 335 (100%)
R 155 von 335 ~ 46.27%
G 71 von 335 ~ 21.19%
B 109 von 335 ~ 32.54%
Die Farbe #9B476D wird in CMYK als (0,54,30,39) definiert.
CMYK: (0,54,30,39) C0M54Y30K39 (0%,54%,30%,39%) (0.00/0.54/0.30/0.39)
9B | 47 | 6D | |
---|---|---|---|
RGB | 155 | 71 | 109 |
HSL | 333° | 37.17% | 44.31% |
HSB/HSV | 333° | 54.19% | 60.78% |
CMYK | 0.00% | 54.19% | 29.68% |
39.22% |
Hexadezimal | 9B | 47 | 6D |
Dezimal | 155 | 71 | 109 |
Binär | 10011011 | 1000111 | 1101101 |
Oktal | 233 | 107 | 155 |
Beispiele css- und html für Elemente in der Farbe #9B476D. Bitte benutzen Sie auch rgb(155,71,109) statt hex-Code.
.myTextColor { color: #9B476D; }
<p style="color:#9B476D">This sample text font color is #9B476D.</p>
Die Farbe dieses Textes ist #9B476D.
.myBgColor { background-color: #9B476D; }
<div style="background-color:#9B476D">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B476D.
.myBorderColor { border: 1px solid #9B476D; }
<div style="border:3px solid #9B476D">Div</div>
Die Grenzen von diesem div sind in Farbe #9B476D.
.myOpacity80 { color: #9B476D; opacity: 0.8; }
<p style="color:#9B476D;opacity:0.8;">80%</p>
Text in Farbe #9B476D und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B476D;}
<p style="text-shadow: 3px 3px 1px #9B476D">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B476D.
.textShadow {text-shadow: 3px 3px 1px #9B476D, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B476D, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B476D und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B476D, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B476D, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B476D and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B476D; -webkit-box-shadow: 1px 1px 3px 2px #9B476D; box-shadow: 1px 1px 3px 2px #9B476D; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B476D; -webkit-box-shadow: 1px 1px 3px 2px #9B476D; box-shadow:1px 1px 3px 2px #9B476D;">
Div content here</div>
Dieser Text ist in der Farbe #9B476D auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B476D auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B476D.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B476D.