COLOR #9E71E1

HEX: #9E71E1
RGB: (158,113,225)

Color info

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

RGB color model

#9E71E1 color RGB value is (158,113,225).

  • red value is 158;
  • green value is 113;
  • blue value is 225.
RGB:
(158,113,225)
(62%,44%,88%)

RGB channels and saturation

R 158 of 255 = 62%
G 113 of 255 = 44%
B 225 of 255 = 88%

158
113
225

R + G + B ~ 65%. #9E71E1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
158 + 113 + 225 = 496 (100%)
R 158 of 496 ~ 31.85%
G 113 of 496 ~ 22.78%
B 225 of 496 ~ 45.36%

%31.85
%22.78
%45.36

CMYK color model

#9E71E1 color CMYK value is (30,50,0,12).

  • cyan value is 29.78%
  • magenta value is 49.78%
  • yellow value is 0.00%
  • key color value is 11.76%
CMYK:
(30,50,0,12)
C30M50Y0K12 
(30%,50%,0%,12%)
(0.30/0.50/0.00/0.12)	

CMYK percentages

%29.78
%49.78
%0
%11.76

Codes

Color #9E71E1 in popluar color models

9E71E1
RGB158113225
HSL264°65.12%66.27%
HSB/HSV264°49.78%88.24%
CMYK29.78%49.78%0.00%
11.76%

Color #9E71E1 in popluar number systems.

HEX9E71E1
Decimal158113225
Binary10011110111000111100001
Octal236161341

Shades and tints

Shades of #9E71E1

#9E71E1
(158,113,225)
#9067CD
(144,103,205)
#825DB9
(130,93,185)
#7453A5
(116,83,165)
#664991
(102,73,145)
#583F7D
(88,63,125)
#4A3569
(74,53,105)
#3C2B55
(60,43,85)
#2E2141
(46,33,65)
#20172D
(32,23,45)
#120D19
(18,13,25)
#000000
(0,0,0)

Tints of #9E71E1

#9E71E1
(158,113,225)
#A67DE3
(166,125,227)
#AE89E5
(174,137,229)
#B695E7
(182,149,231)
#BEA1E9
(190,161,233)
#C6ADEB
(198,173,235)
#CEB9ED
(206,185,237)
#D6C5EF
(214,197,239)
#DED1F1
(222,209,241)
#E6DDF3
(230,221,243)
#EEE9F5
(238,233,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E71E1 color. Also use rgb(158,113,225) instead hex code.

Text Font Color

.myTextColor { color: #9E71E1; }

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

This text font color is #9E71E1.


Background Color

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

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

This div background color is #9E71E1.


Border color

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

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

This div border color is #9E71E1.


Opacity

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

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

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

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

This text has shadow with #9E71E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E71E1 on black background.


Color preview on white background

This text has color #9E71E1 on white background.



Black color preview on #9E71E1 background

This text has black color on #9E71E1 background.


White color preview on #9E71E1 background

This text has white color on #9E71E1 background.