HEX: #9C7ADD
RGB: (156,122,221)
#9C7ADD enthält hauptsächlich blaue Farbe. Für #9C7ADD ist eine «websichere» Webfarbe #9966CC (oder kurz #96C).
Die Farbe #9C7ADD wird in RGB als (156,122,221) definiert.
RGB: (156,122,221) (61%,48%,87%)
R 156 von 255 = 61%
G 122 von 255 = 48%
B 221 von 255 = 87%
R + G + B ~ 65%. #9C7ADD ziemlich helle Farbe.
R + G + B =
156 + 122 + 221 = 499 (100%)
R 156 von 499 ~ 31.26%
G 122 von 499 ~ 24.45%
B 221 von 499 ~ 44.29%
Die Farbe #9C7ADD wird in CMYK als (29,45,0,13) definiert.
CMYK: (29,45,0,13) C29M45Y0K13 (29%,45%,0%,13%) (0.29/0.45/0.00/0.13)
9C | 7A | DD | |
---|---|---|---|
RGB | 156 | 122 | 221 |
HSL | 261° | 59.28% | 67.25% |
HSB/HSV | 261° | 44.80% | 86.67% |
CMYK | 29.41% | 44.80% | 0.00% |
13.33% |
Hexadezimal | 9C | 7A | DD |
Dezimal | 156 | 122 | 221 |
Binär | 10011100 | 1111010 | 11011101 |
Oktal | 234 | 172 | 335 |
Beispiele css- und html für Elemente in der Farbe #9C7ADD. Bitte benutzen Sie auch rgb(156,122,221) statt hex-Code.
.myTextColor { color: #9C7ADD; }
<p style="color:#9C7ADD">This sample text font color is #9C7ADD.</p>
Die Farbe dieses Textes ist #9C7ADD.
.myBgColor { background-color: #9C7ADD; }
<div style="background-color:#9C7ADD">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9C7ADD.
.myBorderColor { border: 1px solid #9C7ADD; }
<div style="border:3px solid #9C7ADD">Div</div>
Die Grenzen von diesem div sind in Farbe #9C7ADD.
.myOpacity80 { color: #9C7ADD; opacity: 0.8; }
<p style="color:#9C7ADD;opacity:0.8;">80%</p>
Text in Farbe #9C7ADD und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9C7ADD;}
<p style="text-shadow: 3px 3px 1px #9C7ADD">Text here.</p>
Dieser Text hat den Schatten in Farbe #9C7ADD.
.textShadow {text-shadow: 3px 3px 1px #9C7ADD, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9C7ADD, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9C7ADD und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9C7ADD, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9C7ADD, Direction=45, Strength=4)">Text</p>
This text has shadow with #9C7ADD and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9C7ADD; -webkit-box-shadow: 1px 1px 3px 2px #9C7ADD; box-shadow: 1px 1px 3px 2px #9C7ADD; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9C7ADD; -webkit-box-shadow: 1px 1px 3px 2px #9C7ADD; box-shadow:1px 1px 3px 2px #9C7ADD;">
Div content here</div>
Dieser Text ist in der Farbe #9C7ADD auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9C7ADD auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9C7ADD.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9C7ADD.