COLOR #9E5EE6

HEX: #9E5EE6
RGB: (158,94,230)

Color info

#9E5EE6 contains mainly blue color. Web safe color of #9E5EE6 is #9966CC (or #96C).

RGB color model

#9E5EE6 color RGB value is (158,94,230).

  • red value is 158;
  • green value is 94;
  • blue value is 230.
RGB:
(158,94,230)
(62%,37%,90%)

RGB channels and saturation

R 158 of 255 = 62%
G 94 of 255 = 37%
B 230 of 255 = 90%

158
94
230

R + G + B ~ 63%. #9E5EE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 94 + 230 = 482 (100%)
R 158 of 482 ~ 32.78%
G 94 of 482 ~ 19.5%
B 230 of 482 ~ 47.72%

%32.78
%19.5
%47.72

CMYK color model

#9E5EE6 color CMYK value is (31,59,0,10).

  • cyan value is 31.30%
  • magenta value is 59.13%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(31,59,0,10)
C31M59Y0K10 
(31%,59%,0%,10%)
(0.31/0.59/0.00/0.10)	

CMYK percentages

%31.3
%59.13
%0
%9.8

Codes

Color #9E5EE6 in popluar color models

9E5EE6
RGB15894230
HSL268°73.12%63.53%
HSB/HSV268°59.13%90.20%
CMYK31.30%59.13%0.00%
9.80%

Color #9E5EE6 in popluar number systems.

HEX9E5EE6
Decimal15894230
Binary10011110101111011100110
Octal236136346

Shades and tints

Shades of #9E5EE6

#9E5EE6
(158,94,230)
#9056D2
(144,86,210)
#824EBE
(130,78,190)
#7446AA
(116,70,170)
#663E96
(102,62,150)
#583682
(88,54,130)
#4A2E6E
(74,46,110)
#3C265A
(60,38,90)
#2E1E46
(46,30,70)
#201632
(32,22,50)
#120E1E
(18,14,30)
#000000
(0,0,0)

Tints of #9E5EE6

#9E5EE6
(158,94,230)
#A66CE8
(166,108,232)
#AE7AEA
(174,122,234)
#B688EC
(182,136,236)
#BE96EE
(190,150,238)
#C6A4F0
(198,164,240)
#CEB2F2
(206,178,242)
#D6C0F4
(214,192,244)
#DECEF6
(222,206,246)
#E6DCF8
(230,220,248)
#EEEAFA
(238,234,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E5EE6 color. Also use rgb(158,94,230) instead hex code.

Text Font Color

.myTextColor { color: #9E5EE6; }

<p style="color:#9E5EE6">This sample text font color is #9E5EE6.</p>

This text font color is #9E5EE6.


Background Color

.myBgColor { background-color: #9E5EE6; }

<div style="background-color:#9E5EE6">Inner text</div>

This div background color is #9E5EE6.


Border color

.myBorderColor { border: 1px solid #9E5EE6; }

<div style="border:3px solid #9E5EE6">Div</div>

This div border color is #9E5EE6.


Opacity

.myOpacity80 { color: #9E5EE6; opacity: 0.8; }

<p style="color:#9E5EE6;opacity:0.8;">80%</p>

Text with #9E5EE6 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #9E5EE6;}

<p style="text-shadow: 3px 3px 1px #9E5EE6">Text here.</p>

This text has shadow with #9E5EE6 color.

.textShadow {text-shadow: 3px 3px 1px #9E5EE6, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #9E5EE6, 5px 5px 20px red">Text here.</p>

This text has shadow with #9E5EE6 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#9E5EE6, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#9E5EE6, Direction=45, Strength=4)">Text</p>

This text has shadow with #9E5EE6 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #9E5EE6;
  -webkit-box-shadow:	1px 1px 3px 2px #9E5EE6;
  box-shadow:		1px 1px 3px 2px #9E5EE6;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #9E5EE6;
-webkit-box-shadow: 1px 1px 3px 2px #9E5EE6;
box-shadow:1px 1px 3px 2px #9E5EE6;">
Div content here</div>
This div box has shadow with color #9E5EE6.

Preview

Color preview on black background

This text has color #9E5EE6 on black background.


Color preview on white background

This text has color #9E5EE6 on white background.



Black color preview on #9E5EE6 background

This text has black color on #9E5EE6 background.


White color preview on #9E5EE6 background

This text has white color on #9E5EE6 background.