COLOR #9E51E6

HEX: #9E51E6
RGB: (158,81,230)

Color info

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

RGB color model

#9E51E6 color RGB value is (158,81,230).

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

RGB channels and saturation

R 158 of 255 = 62%
G 81 of 255 = 32%
B 230 of 255 = 90%

158
81
230

R + G + B ~ 61%. #9E51E6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 81 + 230 = 469 (100%)
R 158 of 469 ~ 33.69%
G 81 of 469 ~ 17.27%
B 230 of 469 ~ 49.04%

%33.69
%17.27
%49.04

CMYK color model

#9E51E6 color CMYK value is (31,65,0,10).

  • cyan value is 31.30%
  • magenta value is 64.78%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(31,65,0,10)
C31M65Y0K10 
(31%,65%,0%,10%)
(0.31/0.65/0.00/0.10)	

CMYK percentages

%31.3
%64.78
%0
%9.8

Codes

Color #9E51E6 in popluar color models

9E51E6
RGB15881230
HSL271°74.87%60.98%
HSB/HSV271°64.78%90.20%
CMYK31.30%64.78%0.00%
9.80%

Color #9E51E6 in popluar number systems.

HEX9E51E6
Decimal15881230
Binary10011110101000111100110
Octal236121346

Shades and tints

Shades of #9E51E6

#9E51E6
(158,81,230)
#904AD2
(144,74,210)
#8243BE
(130,67,190)
#743CAA
(116,60,170)
#663596
(102,53,150)
#582E82
(88,46,130)
#4A276E
(74,39,110)
#3C205A
(60,32,90)
#2E1946
(46,25,70)
#201232
(32,18,50)
#120B1E
(18,11,30)
#000000
(0,0,0)

Tints of #9E51E6

#9E51E6
(158,81,230)
#A660E8
(166,96,232)
#AE6FEA
(174,111,234)
#B67EEC
(182,126,236)
#BE8DEE
(190,141,238)
#C69CF0
(198,156,240)
#CEABF2
(206,171,242)
#D6BAF4
(214,186,244)
#DEC9F6
(222,201,246)
#E6D8F8
(230,216,248)
#EEE7FA
(238,231,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E51E6; }

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

This text font color is #9E51E6.


Background Color

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

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

This div background color is #9E51E6.


Border color

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

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

This div border color is #9E51E6.


Opacity

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

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

Text with #9E51E6 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 #9E51E6;}

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

This text has shadow with #9E51E6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E51E6 on black background.


Color preview on white background

This text has color #9E51E6 on white background.



Black color preview on #9E51E6 background

This text has black color on #9E51E6 background.


White color preview on #9E51E6 background

This text has white color on #9E51E6 background.