COLOR #9E49A6

HEX: #9E49A6
RGB: (158,73,166)

Color info

#9E49A6 contains mainly red and blue colors. Web safe color of #9E49A6 is #993399 (or #939).

RGB color model

#9E49A6 color RGB value is (158,73,166).

  • red value is 158;
  • green value is 73;
  • blue value is 166.
RGB:
(158,73,166)
(62%,29%,65%)

RGB channels and saturation

R 158 of 255 = 62%
G 73 of 255 = 29%
B 166 of 255 = 65%

158
73
166

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

Portions of RGB colors in percentages

R + G + B =
158 + 73 + 166 = 397 (100%)
R 158 of 397 ~ 39.8%
G 73 of 397 ~ 18.39%
B 166 of 397 ~ 41.81%

%39.8
%18.39
%41.81

CMYK color model

#9E49A6 color CMYK value is (5,56,0,35).

  • cyan value is 4.82%
  • magenta value is 56.02%
  • yellow value is 0.00%
  • key color value is 34.90%
CMYK:
(5,56,0,35)
C5M56Y0K35 
(5%,56%,0%,35%)
(0.05/0.56/0.00/0.35)	

CMYK percentages

%4.82
%56.02
%0
%34.9

Codes

Color #9E49A6 in popluar color models

9E49A6
RGB15873166
HSL295°38.91%46.86%
HSB/HSV295°56.02%65.10%
CMYK4.82%56.02%0.00%
34.90%

Color #9E49A6 in popluar number systems.

HEX9E49A6
Decimal15873166
Binary10011110100100110100110
Octal236111246

Shades and tints

Shades of #9E49A6

#9E49A6
(158,73,166)
#904397
(144,67,151)
#823D88
(130,61,136)
#743779
(116,55,121)
#66316A
(102,49,106)
#582B5B
(88,43,91)
#4A254C
(74,37,76)
#3C1F3D
(60,31,61)
#2E192E
(46,25,46)
#20131F
(32,19,31)
#120D10
(18,13,16)
#000000
(0,0,0)

Tints of #9E49A6

#9E49A6
(158,73,166)
#A659AE
(166,89,174)
#AE69B6
(174,105,182)
#B679BE
(182,121,190)
#BE89C6
(190,137,198)
#C699CE
(198,153,206)
#CEA9D6
(206,169,214)
#D6B9DE
(214,185,222)
#DEC9E6
(222,201,230)
#E6D9EE
(230,217,238)
#EEE9F6
(238,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E49A6 color. Also use rgb(158,73,166) instead hex code.

Text Font Color

.myTextColor { color: #9E49A6; }

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

This text font color is #9E49A6.


Background Color

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

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

This div background color is #9E49A6.


Border color

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

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

This div border color is #9E49A6.


Opacity

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

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

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

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

This text has shadow with #9E49A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9E49A6 on black background.


Color preview on white background

This text has color #9E49A6 on white background.



Black color preview on #9E49A6 background

This text has black color on #9E49A6 background.


White color preview on #9E49A6 background

This text has white color on #9E49A6 background.