COLOR #9E71B5

HEX: #9E71B5
RGB: (158,113,181)

Color info

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

RGB color model

#9E71B5 color RGB value is (158,113,181).

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

RGB channels and saturation

R 158 of 255 = 62%
G 113 of 255 = 44%
B 181 of 255 = 71%

158
113
181

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

Portions of RGB colors in percentages

R + G + B =
158 + 113 + 181 = 452 (100%)
R 158 of 452 ~ 34.96%
G 113 of 452 ~ 25%
B 181 of 452 ~ 40.04%

%34.96
%25
%40.04

CMYK color model

#9E71B5 color CMYK value is (13,38,0,29).

  • cyan value is 12.71%
  • magenta value is 37.57%
  • yellow value is 0.00%
  • key color value is 29.02%
CMYK:
(13,38,0,29)
C13M38Y0K29 
(13%,38%,0%,29%)
(0.13/0.38/0.00/0.29)	

CMYK percentages

%12.71
%37.57
%0
%29.02

Codes

Color #9E71B5 in popluar color models

9E71B5
RGB158113181
HSL280°31.48%57.65%
HSB/HSV280°37.57%70.98%
CMYK12.71%37.57%0.00%
29.02%

Color #9E71B5 in popluar number systems.

HEX9E71B5
Decimal158113181
Binary10011110111000110110101
Octal236161265

Shades and tints

Shades of #9E71B5

#9E71B5
(158,113,181)
#9067A5
(144,103,165)
#825D95
(130,93,149)
#745385
(116,83,133)
#664975
(102,73,117)
#583F65
(88,63,101)
#4A3555
(74,53,85)
#3C2B45
(60,43,69)
#2E2135
(46,33,53)
#201725
(32,23,37)
#120D15
(18,13,21)
#000000
(0,0,0)

Tints of #9E71B5

#9E71B5
(158,113,181)
#A67DBB
(166,125,187)
#AE89C1
(174,137,193)
#B695C7
(182,149,199)
#BEA1CD
(190,161,205)
#C6ADD3
(198,173,211)
#CEB9D9
(206,185,217)
#D6C5DF
(214,197,223)
#DED1E5
(222,209,229)
#E6DDEB
(230,221,235)
#EEE9F1
(238,233,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E71B5; }

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

This text font color is #9E71B5.


Background Color

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

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

This div background color is #9E71B5.


Border color

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

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

This div border color is #9E71B5.


Opacity

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

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

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

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

This text has shadow with #9E71B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E71B5 on black background.


Color preview on white background

This text has color #9E71B5 on white background.



Black color preview on #9E71B5 background

This text has black color on #9E71B5 background.


White color preview on #9E71B5 background

This text has white color on #9E71B5 background.