COLOR #9E52B1

HEX: #9E52B1
RGB: (158,82,177)

Color info

#9E52B1 contains mainly red and blue colors. Web safe color of #9E52B1 is #996699 (or #969).

RGB color model

#9E52B1 color RGB value is (158,82,177).

  • red value is 158;
  • green value is 82;
  • blue value is 177.
RGB:
(158,82,177)
(62%,32%,69%)

RGB channels and saturation

R 158 of 255 = 62%
G 82 of 255 = 32%
B 177 of 255 = 69%

158
82
177

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

Portions of RGB colors in percentages

R + G + B =
158 + 82 + 177 = 417 (100%)
R 158 of 417 ~ 37.89%
G 82 of 417 ~ 19.66%
B 177 of 417 ~ 42.45%

%37.89
%19.66
%42.45

CMYK color model

#9E52B1 color CMYK value is (11,54,0,31).

  • cyan value is 10.73%
  • magenta value is 53.67%
  • yellow value is 0.00%
  • key color value is 30.59%
CMYK:
(11,54,0,31)
C11M54Y0K31 
(11%,54%,0%,31%)
(0.11/0.54/0.00/0.31)	

CMYK percentages

%10.73
%53.67
%0
%30.59

Codes

Color #9E52B1 in popluar color models

9E52B1
RGB15882177
HSL288°37.85%50.78%
HSB/HSV288°53.67%69.41%
CMYK10.73%53.67%0.00%
30.59%

Color #9E52B1 in popluar number systems.

HEX9E52B1
Decimal15882177
Binary10011110101001010110001
Octal236122261

Shades and tints

Shades of #9E52B1

#9E52B1
(158,82,177)
#904BA1
(144,75,161)
#824491
(130,68,145)
#743D81
(116,61,129)
#663671
(102,54,113)
#582F61
(88,47,97)
#4A2851
(74,40,81)
#3C2141
(60,33,65)
#2E1A31
(46,26,49)
#201321
(32,19,33)
#120C11
(18,12,17)
#000000
(0,0,0)

Tints of #9E52B1

#9E52B1
(158,82,177)
#A661B8
(166,97,184)
#AE70BF
(174,112,191)
#B67FC6
(182,127,198)
#BE8ECD
(190,142,205)
#C69DD4
(198,157,212)
#CEACDB
(206,172,219)
#D6BBE2
(214,187,226)
#DECAE9
(222,202,233)
#E6D9F0
(230,217,240)
#EEE8F7
(238,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E52B1 color. Also use rgb(158,82,177) instead hex code.

Text Font Color

.myTextColor { color: #9E52B1; }

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

This text font color is #9E52B1.


Background Color

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

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

This div background color is #9E52B1.


Border color

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

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

This div border color is #9E52B1.


Opacity

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

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

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

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

This text has shadow with #9E52B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E52B1 on black background.


Color preview on white background

This text has color #9E52B1 on white background.



Black color preview on #9E52B1 background

This text has black color on #9E52B1 background.


White color preview on #9E52B1 background

This text has white color on #9E52B1 background.