COLOR #9E62E5

HEX: #9E62E5
RGB: (158,98,229)

Color info

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

RGB color model

#9E62E5 color RGB value is (158,98,229).

  • red value is 158;
  • green value is 98;
  • blue value is 229.
RGB:
(158,98,229)
(62%,38%,90%)

RGB channels and saturation

R 158 of 255 = 62%
G 98 of 255 = 38%
B 229 of 255 = 90%

158
98
229

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

Portions of RGB colors in percentages

R + G + B =
158 + 98 + 229 = 485 (100%)
R 158 of 485 ~ 32.58%
G 98 of 485 ~ 20.21%
B 229 of 485 ~ 47.22%

%32.58
%20.21
%47.22

CMYK color model

#9E62E5 color CMYK value is (31,57,0,10).

  • cyan value is 31.00%
  • magenta value is 57.21%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(31,57,0,10)
C31M57Y0K10 
(31%,57%,0%,10%)
(0.31/0.57/0.00/0.10)	

CMYK percentages

%31
%57.21
%0
%10.2

Codes

Color #9E62E5 in popluar color models

9E62E5
RGB15898229
HSL267°71.58%64.12%
HSB/HSV267°57.21%89.80%
CMYK31.00%57.21%0.00%
10.20%

Color #9E62E5 in popluar number systems.

HEX9E62E5
Decimal15898229
Binary10011110110001011100101
Octal236142345

Shades and tints

Shades of #9E62E5

#9E62E5
(158,98,229)
#905AD1
(144,90,209)
#8252BD
(130,82,189)
#744AA9
(116,74,169)
#664295
(102,66,149)
#583A81
(88,58,129)
#4A326D
(74,50,109)
#3C2A59
(60,42,89)
#2E2245
(46,34,69)
#201A31
(32,26,49)
#12121D
(18,18,29)
#000000
(0,0,0)

Tints of #9E62E5

#9E62E5
(158,98,229)
#A670E7
(166,112,231)
#AE7EE9
(174,126,233)
#B68CEB
(182,140,235)
#BE9AED
(190,154,237)
#C6A8EF
(198,168,239)
#CEB6F1
(206,182,241)
#D6C4F3
(214,196,243)
#DED2F5
(222,210,245)
#E6E0F7
(230,224,247)
#EEEEF9
(238,238,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E62E5 color. Also use rgb(158,98,229) instead hex code.

Text Font Color

.myTextColor { color: #9E62E5; }

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

This text font color is #9E62E5.


Background Color

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

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

This div background color is #9E62E5.


Border color

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

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

This div border color is #9E62E5.


Opacity

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

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

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

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

This text has shadow with #9E62E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E62E5 on black background.


Color preview on white background

This text has color #9E62E5 on white background.



Black color preview on #9E62E5 background

This text has black color on #9E62E5 background.


White color preview on #9E62E5 background

This text has white color on #9E62E5 background.