COLOR #9E1ECD

HEX: #9E1ECD
RGB: (158,30,205)

Color info

#9E1ECD contains mainly red and blue colors. Web safe color of #9E1ECD is #9933CC (or #93C).

RGB color model

#9E1ECD color RGB value is (158,30,205).

  • red value is 158;
  • green value is 30;
  • blue value is 205.
RGB:
(158,30,205)
(62%,12%,80%)

RGB channels and saturation

R 158 of 255 = 62%
G 30 of 255 = 12%
B 205 of 255 = 80%

158
30
205

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

Portions of RGB colors in percentages

R + G + B =
158 + 30 + 205 = 393 (100%)
R 158 of 393 ~ 40.2%
G 30 of 393 ~ 7.63%
B 205 of 393 ~ 52.16%

%40.2
%52.16

CMYK color model

#9E1ECD color CMYK value is (23,85,0,20).

  • cyan value is 22.93%
  • magenta value is 85.37%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(23,85,0,20)
C23M85Y0K20 
(23%,85%,0%,20%)
(0.23/0.85/0.00/0.20)	

CMYK percentages

%22.93
%85.37
%0
%19.61

Codes

Color #9E1ECD in popluar color models

9E1ECD
RGB15830205
HSL284°74.47%46.08%
HSB/HSV284°85.37%80.39%
CMYK22.93%85.37%0.00%
19.61%

Color #9E1ECD in popluar number systems.

HEX9E1ECD
Decimal15830205
Binary100111101111011001101
Octal23636315

Shades and tints

Shades of #9E1ECD

#9E1ECD
(158,30,205)
#901CBB
(144,28,187)
#821AA9
(130,26,169)
#741897
(116,24,151)
#661685
(102,22,133)
#581473
(88,20,115)
#4A1261
(74,18,97)
#3C104F
(60,16,79)
#2E0E3D
(46,14,61)
#200C2B
(32,12,43)
#120A19
(18,10,25)
#000000
(0,0,0)

Tints of #9E1ECD

#9E1ECD
(158,30,205)
#A632D1
(166,50,209)
#AE46D5
(174,70,213)
#B65AD9
(182,90,217)
#BE6EDD
(190,110,221)
#C682E1
(198,130,225)
#CE96E5
(206,150,229)
#D6AAE9
(214,170,233)
#DEBEED
(222,190,237)
#E6D2F1
(230,210,241)
#EEE6F5
(238,230,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E1ECD color. Also use rgb(158,30,205) instead hex code.

Text Font Color

.myTextColor { color: #9E1ECD; }

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

This text font color is #9E1ECD.


Background Color

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

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

This div background color is #9E1ECD.


Border color

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

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

This div border color is #9E1ECD.


Opacity

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

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

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

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

This text has shadow with #9E1ECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E1ECD on black background.


Color preview on white background

This text has color #9E1ECD on white background.



Black color preview on #9E1ECD background

This text has black color on #9E1ECD background.


White color preview on #9E1ECD background

This text has white color on #9E1ECD background.