HEX: #9B50EA
RGB: (155,80,234)
#9B50EA enthält hauptsächlich blaue Farbe. Für #9B50EA ist eine «websichere» Webfarbe #9966FF (oder kurz #96F).
Die Farbe #9B50EA wird in RGB als (155,80,234) definiert.
RGB: (155,80,234) (61%,31%,92%)
R 155 von 255 = 61%
G 80 von 255 = 31%
B 234 von 255 = 92%
R + G + B ~ 61%. #9B50EA ziemlich helle Farbe.
R + G + B =
155 + 80 + 234 = 469 (100%)
R 155 von 469 ~ 33.05%
G 80 von 469 ~ 17.06%
B 234 von 469 ~ 49.89%
Die Farbe #9B50EA wird in CMYK als (34,66,0,8) definiert.
CMYK: (34,66,0,8) C34M66Y0K8 (34%,66%,0%,8%) (0.34/0.66/0.00/0.08)
9B | 50 | EA | |
---|---|---|---|
RGB | 155 | 80 | 234 |
HSL | 269° | 78.57% | 61.57% |
HSB/HSV | 269° | 65.81% | 91.76% |
CMYK | 33.76% | 65.81% | 0.00% |
8.24% |
Hexadezimal | 9B | 50 | EA |
Dezimal | 155 | 80 | 234 |
Binär | 10011011 | 1010000 | 11101010 |
Oktal | 233 | 120 | 352 |
Beispiele css- und html für Elemente in der Farbe #9B50EA. Bitte benutzen Sie auch rgb(155,80,234) statt hex-Code.
.myTextColor { color: #9B50EA; }
<p style="color:#9B50EA">This sample text font color is #9B50EA.</p>
Die Farbe dieses Textes ist #9B50EA.
.myBgColor { background-color: #9B50EA; }
<div style="background-color:#9B50EA">Inner text</div>
Der Hintergrund von diesem div ist in Farbe #9B50EA.
.myBorderColor { border: 1px solid #9B50EA; }
<div style="border:3px solid #9B50EA">Div</div>
Die Grenzen von diesem div sind in Farbe #9B50EA.
.myOpacity80 { color: #9B50EA; opacity: 0.8; }
<p style="color:#9B50EA;opacity:0.8;">80%</p>
Text in Farbe #9B50EA und mit Transparenz 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9B50EA;}
<p style="text-shadow: 3px 3px 1px #9B50EA">Text here.</p>
Dieser Text hat den Schatten in Farbe #9B50EA.
.textShadow {text-shadow: 3px 3px 1px #9B50EA, 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9B50EA, 5px 5px 20px red">Text here.</p>
Dieser Text hat den Schatten in Grundfarbe #9B50EA und zusätzlichem Rot.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9B50EA, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9B50EA, Direction=45, Strength=4)">Text</p>
This text has shadow with #9B50EA and red colors in old Internet Explorer.
/* css code */ .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9B50EA; -webkit-box-shadow: 1px 1px 3px 2px #9B50EA; box-shadow: 1px 1px 3px 2px #9B50EA; } /* html code with inline style */ <div style="-moz-box-shadow: 1px 1px 3px 2px #9B50EA; -webkit-box-shadow: 1px 1px 3px 2px #9B50EA; box-shadow:1px 1px 3px 2px #9B50EA;">
Div content here</div>
Dieser Text ist in der Farbe #9B50EA auf dem schwarzen Hintergrund.
Dieser Text ist in Farbe #9B50EA auf dem weißen Hintergrund.
Dieser Text ist schwarz auf dem Hintergrund in Farbe #9B50EA.
Dieser Text ist weiß auf dem Hintergrund in Farbe #9B50EA.