COLOR #9E4EDD

HEX: #9E4EDD
RGB: (158,78,221)

Color info

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

RGB color model

#9E4EDD color RGB value is (158,78,221).

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

RGB channels and saturation

R 158 of 255 = 62%
G 78 of 255 = 31%
B 221 of 255 = 87%

158
78
221

R + G + B ~ 60%. #9E4EDD is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
158 + 78 + 221 = 457 (100%)
R 158 of 457 ~ 34.57%
G 78 of 457 ~ 17.07%
B 221 of 457 ~ 48.36%

%34.57
%17.07
%48.36

CMYK color model

#9E4EDD color CMYK value is (29,65,0,13).

  • cyan value is 28.51%
  • magenta value is 64.71%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(29,65,0,13)
C29M65Y0K13 
(29%,65%,0%,13%)
(0.29/0.65/0.00/0.13)	

CMYK percentages

%28.51
%64.71
%0
%13.33

Codes

Color #9E4EDD in popluar color models

9E4EDD
RGB15878221
HSL274°67.77%58.63%
HSB/HSV274°64.71%86.67%
CMYK28.51%64.71%0.00%
13.33%

Color #9E4EDD in popluar number systems.

HEX9E4EDD
Decimal15878221
Binary10011110100111011011101
Octal236116335

Shades and tints

Shades of #9E4EDD

#9E4EDD
(158,78,221)
#9047C9
(144,71,201)
#8240B5
(130,64,181)
#7439A1
(116,57,161)
#66328D
(102,50,141)
#582B79
(88,43,121)
#4A2465
(74,36,101)
#3C1D51
(60,29,81)
#2E163D
(46,22,61)
#200F29
(32,15,41)
#120815
(18,8,21)
#000000
(0,0,0)

Tints of #9E4EDD

#9E4EDD
(158,78,221)
#A65EE0
(166,94,224)
#AE6EE3
(174,110,227)
#B67EE6
(182,126,230)
#BE8EE9
(190,142,233)
#C69EEC
(198,158,236)
#CEAEEF
(206,174,239)
#D6BEF2
(214,190,242)
#DECEF5
(222,206,245)
#E6DEF8
(230,222,248)
#EEEEFB
(238,238,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4EDD; }

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

This text font color is #9E4EDD.


Background Color

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

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

This div background color is #9E4EDD.


Border color

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

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

This div border color is #9E4EDD.


Opacity

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

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

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

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

This text has shadow with #9E4EDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4EDD on black background.


Color preview on white background

This text has color #9E4EDD on white background.



Black color preview on #9E4EDD background

This text has black color on #9E4EDD background.


White color preview on #9E4EDD background

This text has white color on #9E4EDD background.