COLOR #9E4EF2

HEX: #9E4EF2
RGB: (158,78,242)

Color info

#9E4EF2 contains mainly blue color. Web safe color of #9E4EF2 is #9966FF (or #96F).

RGB color model

#9E4EF2 color RGB value is (158,78,242).

  • red value is 158;
  • green value is 78;
  • blue value is 242.
RGB:
(158,78,242)
(62%,31%,95%)

RGB channels and saturation

R 158 of 255 = 62%
G 78 of 255 = 31%
B 242 of 255 = 95%

158
78
242

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

Portions of RGB colors in percentages

R + G + B =
158 + 78 + 242 = 478 (100%)
R 158 of 478 ~ 33.05%
G 78 of 478 ~ 16.32%
B 242 of 478 ~ 50.63%

%33.05
%16.32
%50.63

CMYK color model

#9E4EF2 color CMYK value is (35,68,0,5).

  • cyan value is 34.71%
  • magenta value is 67.77%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(35,68,0,5)
C35M68Y0K5 
(35%,68%,0%,5%)
(0.35/0.68/0.00/0.05)	

CMYK percentages

%34.71
%67.77
%0
%5.1

Codes

Color #9E4EF2 in popluar color models

9E4EF2
RGB15878242
HSL269°86.32%62.75%
HSB/HSV269°67.77%94.90%
CMYK34.71%67.77%0.00%
5.10%

Color #9E4EF2 in popluar number systems.

HEX9E4EF2
Decimal15878242
Binary10011110100111011110010
Octal236116362

Shades and tints

Shades of #9E4EF2

#9E4EF2
(158,78,242)
#9047DC
(144,71,220)
#8240C6
(130,64,198)
#7439B0
(116,57,176)
#66329A
(102,50,154)
#582B84
(88,43,132)
#4A246E
(74,36,110)
#3C1D58
(60,29,88)
#2E1642
(46,22,66)
#200F2C
(32,15,44)
#120816
(18,8,22)
#000000
(0,0,0)

Tints of #9E4EF2

#9E4EF2
(158,78,242)
#A65EF3
(166,94,243)
#AE6EF4
(174,110,244)
#B67EF5
(182,126,245)
#BE8EF6
(190,142,246)
#C69EF7
(198,158,247)
#CEAEF8
(206,174,248)
#D6BEF9
(214,190,249)
#DECEFA
(222,206,250)
#E6DEFB
(230,222,251)
#EEEEFC
(238,238,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E4EF2 color. Also use rgb(158,78,242) instead hex code.

Text Font Color

.myTextColor { color: #9E4EF2; }

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

This text font color is #9E4EF2.


Background Color

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

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

This div background color is #9E4EF2.


Border color

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

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

This div border color is #9E4EF2.


Opacity

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

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

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

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

This text has shadow with #9E4EF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4EF2 on black background.


Color preview on white background

This text has color #9E4EF2 on white background.



Black color preview on #9E4EF2 background

This text has black color on #9E4EF2 background.


White color preview on #9E4EF2 background

This text has white color on #9E4EF2 background.