COLOR #9E52A8

HEX: #9E52A8
RGB: (158,82,168)

Color info

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

RGB color model

#9E52A8 color RGB value is (158,82,168).

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

RGB channels and saturation

R 158 of 255 = 62%
G 82 of 255 = 32%
B 168 of 255 = 66%

158
82
168

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

Portions of RGB colors in percentages

R + G + B =
158 + 82 + 168 = 408 (100%)
R 158 of 408 ~ 38.73%
G 82 of 408 ~ 20.1%
B 168 of 408 ~ 41.18%

%38.73
%20.1
%41.18

CMYK color model

#9E52A8 color CMYK value is (6,51,0,34).

  • cyan value is 5.95%
  • magenta value is 51.19%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(6,51,0,34)
C6M51Y0K34 
(6%,51%,0%,34%)
(0.06/0.51/0.00/0.34)	

CMYK percentages

%5.95
%51.19
%0
%34.12

Codes

Color #9E52A8 in popluar color models

9E52A8
RGB15882168
HSL293°34.40%49.02%
HSB/HSV293°51.19%65.88%
CMYK5.95%51.19%0.00%
34.12%

Color #9E52A8 in popluar number systems.

HEX9E52A8
Decimal15882168
Binary10011110101001010101000
Octal236122250

Shades and tints

Shades of #9E52A8

#9E52A8
(158,82,168)
#904B99
(144,75,153)
#82448A
(130,68,138)
#743D7B
(116,61,123)
#66366C
(102,54,108)
#582F5D
(88,47,93)
#4A284E
(74,40,78)
#3C213F
(60,33,63)
#2E1A30
(46,26,48)
#201321
(32,19,33)
#120C12
(18,12,18)
#000000
(0,0,0)

Tints of #9E52A8

#9E52A8
(158,82,168)
#A661AF
(166,97,175)
#AE70B6
(174,112,182)
#B67FBD
(182,127,189)
#BE8EC4
(190,142,196)
#C69DCB
(198,157,203)
#CEACD2
(206,172,210)
#D6BBD9
(214,187,217)
#DECAE0
(222,202,224)
#E6D9E7
(230,217,231)
#EEE8EE
(238,232,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9E52A8; }

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

This text font color is #9E52A8.


Background Color

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

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

This div background color is #9E52A8.


Border color

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

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

This div border color is #9E52A8.


Opacity

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

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

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

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

This text has shadow with #9E52A8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E52A8 on black background.


Color preview on white background

This text has color #9E52A8 on white background.



Black color preview on #9E52A8 background

This text has black color on #9E52A8 background.


White color preview on #9E52A8 background

This text has white color on #9E52A8 background.