COLOR #9E62D8

HEX: #9E62D8
RGB: (158,98,216)

Color info

#9E62D8 contains mainly red and blue colors. Web safe color of #9E62D8 is #9966CC (or #96C).

RGB color model

#9E62D8 color RGB value is (158,98,216).

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

RGB channels and saturation

R 158 of 255 = 62%
G 98 of 255 = 38%
B 216 of 255 = 85%

158
98
216

R + G + B ~ 62%. #9E62D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 98 + 216 = 472 (100%)
R 158 of 472 ~ 33.47%
G 98 of 472 ~ 20.76%
B 216 of 472 ~ 45.76%

%33.47
%20.76
%45.76

CMYK color model

#9E62D8 color CMYK value is (27,55,0,15).

  • cyan value is 26.85%
  • magenta value is 54.63%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK:
(27,55,0,15)
C27M55Y0K15 
(27%,55%,0%,15%)
(0.27/0.55/0.00/0.15)	

CMYK percentages

%26.85
%54.63
%0
%15.29

Codes

Color #9E62D8 in popluar color models

9E62D8
RGB15898216
HSL271°60.20%61.57%
HSB/HSV271°54.63%84.71%
CMYK26.85%54.63%0.00%
15.29%

Color #9E62D8 in popluar number systems.

HEX9E62D8
Decimal15898216
Binary10011110110001011011000
Octal236142330

Shades and tints

Shades of #9E62D8

#9E62D8
(158,98,216)
#905AC5
(144,90,197)
#8252B2
(130,82,178)
#744A9F
(116,74,159)
#66428C
(102,66,140)
#583A79
(88,58,121)
#4A3266
(74,50,102)
#3C2A53
(60,42,83)
#2E2240
(46,34,64)
#201A2D
(32,26,45)
#12121A
(18,18,26)
#000000
(0,0,0)

Tints of #9E62D8

#9E62D8
(158,98,216)
#A670DB
(166,112,219)
#AE7EDE
(174,126,222)
#B68CE1
(182,140,225)
#BE9AE4
(190,154,228)
#C6A8E7
(198,168,231)
#CEB6EA
(206,182,234)
#D6C4ED
(214,196,237)
#DED2F0
(222,210,240)
#E6E0F3
(230,224,243)
#EEEEF6
(238,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E62D8; }

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

This text font color is #9E62D8.


Background Color

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

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

This div background color is #9E62D8.


Border color

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

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

This div border color is #9E62D8.


Opacity

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

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

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

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

This text has shadow with #9E62D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E62D8 on black background.


Color preview on white background

This text has color #9E62D8 on white background.



Black color preview on #9E62D8 background

This text has black color on #9E62D8 background.


White color preview on #9E62D8 background

This text has white color on #9E62D8 background.