COLOR #9E4EBE

HEX: #9E4EBE
RGB: (158,78,190)

Color info

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

RGB color model

#9E4EBE color RGB value is (158,78,190).

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

RGB channels and saturation

R 158 of 255 = 62%
G 78 of 255 = 31%
B 190 of 255 = 75%

158
78
190

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

Portions of RGB colors in percentages

R + G + B =
158 + 78 + 190 = 426 (100%)
R 158 of 426 ~ 37.09%
G 78 of 426 ~ 18.31%
B 190 of 426 ~ 44.6%

%37.09
%18.31
%44.6

CMYK color model

#9E4EBE color CMYK value is (17,59,0,25).

  • cyan value is 16.84%
  • magenta value is 58.95%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK:
(17,59,0,25)
C17M59Y0K25 
(17%,59%,0%,25%)
(0.17/0.59/0.00/0.25)	

CMYK percentages

%16.84
%58.95
%0
%25.49

Codes

Color #9E4EBE in popluar color models

9E4EBE
RGB15878190
HSL283°46.28%52.55%
HSB/HSV283°58.95%74.51%
CMYK16.84%58.95%0.00%
25.49%

Color #9E4EBE in popluar number systems.

HEX9E4EBE
Decimal15878190
Binary10011110100111010111110
Octal236116276

Shades and tints

Shades of #9E4EBE

#9E4EBE
(158,78,190)
#9047AD
(144,71,173)
#82409C
(130,64,156)
#74398B
(116,57,139)
#66327A
(102,50,122)
#582B69
(88,43,105)
#4A2458
(74,36,88)
#3C1D47
(60,29,71)
#2E1636
(46,22,54)
#200F25
(32,15,37)
#120814
(18,8,20)
#000000
(0,0,0)

Tints of #9E4EBE

#9E4EBE
(158,78,190)
#A65EC3
(166,94,195)
#AE6EC8
(174,110,200)
#B67ECD
(182,126,205)
#BE8ED2
(190,142,210)
#C69ED7
(198,158,215)
#CEAEDC
(206,174,220)
#D6BEE1
(214,190,225)
#DECEE6
(222,206,230)
#E6DEEB
(230,222,235)
#EEEEF0
(238,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E4EBE; }

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

This text font color is #9E4EBE.


Background Color

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

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

This div background color is #9E4EBE.


Border color

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

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

This div border color is #9E4EBE.


Opacity

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

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

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

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

This text has shadow with #9E4EBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E4EBE on black background.


Color preview on white background

This text has color #9E4EBE on white background.



Black color preview on #9E4EBE background

This text has black color on #9E4EBE background.


White color preview on #9E4EBE background

This text has white color on #9E4EBE background.