COLOR #9D73A3

HEX: #9D73A3
RGB: (157,115,163)

Color info

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

RGB color model

#9D73A3 color RGB value is (157,115,163).

  • red value is 157;
  • green value is 115;
  • blue value is 163.
RGB:
(157,115,163)
(62%,45%,64%)

RGB channels and saturation

R 157 of 255 = 62%
G 115 of 255 = 45%
B 163 of 255 = 64%

157
115
163

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

Portions of RGB colors in percentages

R + G + B =
157 + 115 + 163 = 435 (100%)
R 157 of 435 ~ 36.09%
G 115 of 435 ~ 26.44%
B 163 of 435 ~ 37.47%

%36.09
%26.44
%37.47

CMYK color model

#9D73A3 color CMYK value is (4,29,0,36).

  • cyan value is 3.68%
  • magenta value is 29.45%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(4,29,0,36)
C4M29Y0K36 
(4%,29%,0%,36%)
(0.04/0.29/0.00/0.36)	

CMYK percentages

%3.68
%29.45
%0
%36.08

Codes

Color #9D73A3 in popluar color models

9D73A3
RGB157115163
HSL293°20.69%54.51%
HSB/HSV293°29.45%63.92%
CMYK3.68%29.45%0.00%
36.08%

Color #9D73A3 in popluar number systems.

HEX9D73A3
Decimal157115163
Binary10011101111001110100011
Octal235163243

Shades and tints

Shades of #9D73A3

#9D73A3
(157,115,163)
#8F6995
(143,105,149)
#815F87
(129,95,135)
#735579
(115,85,121)
#654B6B
(101,75,107)
#57415D
(87,65,93)
#49374F
(73,55,79)
#3B2D41
(59,45,65)
#2D2333
(45,35,51)
#1F1925
(31,25,37)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #9D73A3

#9D73A3
(157,115,163)
#A57FAB
(165,127,171)
#AD8BB3
(173,139,179)
#B597BB
(181,151,187)
#BDA3C3
(189,163,195)
#C5AFCB
(197,175,203)
#CDBBD3
(205,187,211)
#D5C7DB
(213,199,219)
#DDD3E3
(221,211,227)
#E5DFEB
(229,223,235)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D73A3 color. Also use rgb(157,115,163) instead hex code.

Text Font Color

.myTextColor { color: #9D73A3; }

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

This text font color is #9D73A3.


Background Color

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

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

This div background color is #9D73A3.


Border color

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

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

This div border color is #9D73A3.


Opacity

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

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

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

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

This text has shadow with #9D73A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D73A3 on black background.


Color preview on white background

This text has color #9D73A3 on white background.



Black color preview on #9D73A3 background

This text has black color on #9D73A3 background.


White color preview on #9D73A3 background

This text has white color on #9D73A3 background.