COLOR #9D7399

HEX: #9D7399 RGB: (157,115,153)

Color info

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

RGB color model

#9D7399 color RGB value is (157,115,153).

RGB: (157,115,153) (62%, 45%, 60%)

RGB channels and saturation

R 157 of 255 = 62%
G 115 of 255 = 45%
B 153 of 255 = 60%

157
115
153

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

Portions of RGB colors in percentages

R + G + B = 157 + 115 + 153 = 425 (100%)
R 157 of 425 ~ 36.94%
G 115 of 425 ~ 27.06%
B 153 of 425 ~ 36'%

%36.94
%27.06
%36

CMYK color model

#9D7399 color CMYK value is (0,27,3,38).

  • cyan value is 0.00%
  • magenta value is 26.75%
  • yellow value is 2.55%
  • key color value is 38.43%
CMYK: (0,27,3,38) C0M27Y3K38 (0%,27%,3%,38%) (0.00/0.27/0.03/0.38) 

CMYK percentages

%0
%26.75
%2.55
%38.43

Codes

Color #9D7399 in popluar color models

9D 73 99
RGB 157 115 153
HSL 306° 17.65% 53.33%
HSB/HSV 306° 26.75% 61.57%
CMYK 0.00% 26.75% 2.55%
38.43%

Color #9D7399 in popluar number systems.

HEX 9D 73 99
Decimal 157 115 153
Binary 10011101 1110011 10011001
Octal 235 163 231

Shades and tints

Shades of #9D7399

#9D7399
(157,115,153)
#8F698C
(143,105,140)
#815F7F
(129,95,127)
#735572
(115,85,114)
#654B65
(101,75,101)
#574158
(87,65,88)
#49374B
(73,55,75)
#3B2D3E
(59,45,62)
#2D2331
(45,35,49)
#1F1924
(31,25,36)
#110F17
(17,15,23)
#000000
(0,0,0)

Tints of #9D7399

#9D7399
(157,115,153)
#A57FA2
(165,127,162)
#AD8BAB
(173,139,171)
#B597B4
(181,151,180)
#BDA3BD
(189,163,189)
#C5AFC6
(197,175,198)
#CDBBCF
(205,187,207)
#D5C7D8
(213,199,216)
#DDD3E1
(221,211,225)
#E5DFEA
(229,223,234)
#EDEBF3
(237,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D7399; }

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

This text font color is #9D7399.

Background Color

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

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

This div background color is #9D7399.

Border color

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

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

This div border color is #9D7399.

Opacity

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

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

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

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

This text has shadow with #9D7399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D7399.

Preview

Color preview on black background

This text has color #9D7399 on black background.


Color preview on white background

This text has color #9D7399 on white background.


Black color preview on #9D7399 background

This text has black color on #9D7399 background.


White color preview on #9D7399 background

This text has white color on #9D7399 background.


Related colors

Complementary color

Complementary color for #hex is #628C66.


I love getcolorcode.com

Triadic colors

1 #999D73 and #73999D with #9D7399 are triadic colors.

2 #99739D and #739D99 with #9D7399 are triadic colors.