HEX: #9E5ADC
RGB: (158,90,220)
#9E5ADC contains mainly blue color. Web safe color of #9E5ADC is #9966CC (or #96C).
#9E5ADC color RGB value is (158,90,220).
RGB: (158,90,220)
(62%, 35%, 86%)
R 158 of 255 = 62%
G 90 of 255 = 35%
B 220 of 255 = 86%
R + G + B ~ 61%. #9E5ADC is quite light color.
R + G + B = 158 + 90 + 220 = 468 (100%)
R 158 of 468 ~ 33.76%
G 90 of 468 ~ 19.23%
B 220 of 468 ~ 47.01'%
#9E5ADC color CMYK value is (28,59,0,14).
CMYK: (28,59,0,14)
C28M59Y0K14 (28%, 59%, 0%, 14%)
(0.28 / 0.59 / 0.00 / 0.14)
Color #9E5ADC in popluar color models
9E | 5A | DC | |
---|---|---|---|
RGB | 158 | 90 | 220 |
HSL | 271° | 65.00% | 60.78% |
HSB/HSV | 271° | 59.09% | 86.27% |
CMYK | 28.18% | 59.09% | 0.00% |
13.73% |
Color #9E5ADC in popluar number systems.
HEX | 9E | 5A | DC |
Decimal | 158 | 90 | 220 |
Binary | 10011110 | 1011010 | 11011100 |
Octal | 236 | 132 | 334 |
Shades of #9E5ADC
Tints of #9E5ADC
Examples of css and html codes for elements with #9E5ADC color. Also use rgb(158,90,220) instead hex code.
.myTextColor { color: #9E5ADC; }
<p style="color:#9E5ADC">This sample text font color is #9E5ADC.</p>
This text font color is #9E5ADC.
.myBgColor { background-color: #9E5ADC; }
<div style="background-color:#9E5ADC">Inner text</div>
This div background color is #9E5ADC.
.myBorderColor { border: 1px solid #9E5ADC; }
<div style="border:3px solid #9E5ADC">Div</div>
This div border color is #9E5ADC.
.myOpacity80 { color: #9E5ADC; opacity: 0.8; }
<p style="color:#9E5ADC;opacity:0.8;">80%</p>
Text with #9E5ADC color and opacity 100% | 80% | 50% | 30%.
.textShadow {text-shadow: 3px 3px 1px #9E5ADC;}
<p style="text-shadow: 3px 3px 1px #9E5ADC">Text here.</p>
This text has shadow with #9E5ADC color.
.textShadow {text-shadow: 3px 3px 1px #9E5ADC', 3px 3px 1px red;}
<p style="text-shadow: 3px 3px 1px #9E5ADC, 5px 5px 20px red">Text here.</p>
This text has shadow with #9E5ADC primary color and red secondary color.
Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E5ADC, Direction=45, Strength=4)}
<p style="filter: Shadow(Color=#9E5ADC, Direction=45, Strength=4)">Text</p>
This text has shadow with #9E5ADC and red colors in old Internet Explorer.
/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #9E5ADC;
-webkit-box-shadow: 1px 1px 3px 2px #9E5ADC;
box-shadow: 1px 1px 3px 2px #9E5ADC;
}
/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9E5ADC; -webkit-box-shadow: 1px 1px 3px 2px #9E5ADC; box-shadow:1px 1px 3px 2px #9E5ADC;">
Div content here
</div>
This text has color #9E5ADC on black background.
This text has color #9E5ADC on white background.
This text has black color on #9E5ADC background.
This text has white color on #9E5ADC background.
Complementary color for #hex is #61A523.