COLOR #9E73AD

HEX: #9E73AD RGB: (158,115,173)

Color info

#9E73AD contains red, green and blue colors in about the same proportion. Web safe color of #9E73AD is #996699 (or #969).

RGB color model

#9E73AD color RGB value is (158,115,173).

RGB: (158,115,173) (62%, 45%, 68%)

RGB channels and saturation

R 158 of 255 = 62%
G 115 of 255 = 45%
B 173 of 255 = 68%

158
115
173

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

Portions of RGB colors in percentages

R + G + B = 158 + 115 + 173 = 446 (100%)
R 158 of 446 ~ 35.43%
G 115 of 446 ~ 25.78%
B 173 of 446 ~ 38.79'%

%35.43
%25.78
%38.79

CMYK color model

#9E73AD color CMYK value is (9,34,0,32).

  • cyan value is 8.67%
  • magenta value is 33.53%
  • yellow value is 0.00%
  • key color value is 32.16%

CMYK: (9,34,0,32)
C9M34Y0K32 (9%, 34%, 0%, 32%)
(0.09 / 0.34 / 0.00 / 0.32)

CMYK percentages

%8.67
%33.53
%0
%32.16

Codes

Color #9E73AD in popluar color models

9E 73 AD
RGB 158 115 173
HSL 284° 26.13% 56.47%
HSB/HSV 284° 33.53% 67.84%
CMYK 8.67% 33.53% 0.00%
32.16%

Color #9E73AD in popluar number systems.

HEX 9E 73 AD
Decimal 158 115 173
Binary 10011110 1110011 10101101
Octal 236 163 255

Shades and tints

Shades of #9E73AD

#9E73AD
(158,115,173)
#90699E
(144,105,158)
#825F8F
(130,95,143)
#745580
(116,85,128)
#664B71
(102,75,113)
#584162
(88,65,98)
#4A3753
(74,55,83)
#3C2D44
(60,45,68)
#2E2335
(46,35,53)
#201926
(32,25,38)
#120F17
(18,15,23)
#000000
(0,0,0)

Tints of #9E73AD

#9E73AD
(158,115,173)
#A67FB4
(166,127,180)
#AE8BBB
(174,139,187)
#B697C2
(182,151,194)
#BEA3C9
(190,163,201)
#C6AFD0
(198,175,208)
#CEBBD7
(206,187,215)
#D6C7DE
(214,199,222)
#DED3E5
(222,211,229)
#E6DFEC
(230,223,236)
#EEEBF3
(238,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9E73AD color. Also use rgb(158,115,173) instead hex code.

Text Font Color

.myTextColor { color: #9E73AD; }

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

This text font color is #9E73AD.

Background Color

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

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

This div background color is #9E73AD.

Border color

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

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

This div border color is #9E73AD.

Opacity

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

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

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

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

This text has shadow with #9E73AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9E73AD.

Preview

Color preview on black background

This text has color #9E73AD on black background.


Color preview on white background

This text has color #9E73AD on white background.


Black color preview on #9E73AD background

This text has black color on #9E73AD background.


White color preview on #9E73AD background

This text has white color on #9E73AD background.


Related colors

Complementary color

Complementary color for #hex is #618C52.


I love getcolorcode.com

Triadic colors

1 #AD9E73 and #73AD9E with #9E73AD are triadic colors.

2 #AD739E and #739EAD with #9E73AD are triadic colors.