COLOR #9D6A7D

HEX: #9D6A7D RGB: (157,106,125)

Color info

#9D6A7D contains red, green and blue colors in about the same proportion. Web safe color of #9D6A7D is #996666 (or #966).

RGB color model

#9D6A7D color RGB value is (157,106,125).

RGB: (157,106,125) (62%, 42%, 49%)

RGB channels and saturation

R 157 of 255 = 62%
G 106 of 255 = 42%
B 125 of 255 = 49%

157
106
125

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

Portions of RGB colors in percentages

R + G + B = 157 + 106 + 125 = 388 (100%)
R 157 of 388 ~ 40.46%
G 106 of 388 ~ 27.32%
B 125 of 388 ~ 32.22'%

%40.46
%27.32
%32.22

CMYK color model

#9D6A7D color CMYK value is (0,32,20,38).

  • cyan value is 0.00%
  • magenta value is 32.48%
  • yellow value is 20.38%
  • key color value is 38.43%
CMYK: (0,32,20,38) C0M32Y20K38 (0%,32%,20%,38%) (0.00/0.32/0.20/0.38) 

CMYK percentages

%0
%32.48
%20.38
%38.43

Codes

Color #9D6A7D in popluar color models

9D 6A 7D
RGB 157 106 125
HSL 338° 20.65% 51.57%
HSB/HSV 338° 32.48% 61.57%
CMYK 0.00% 32.48% 20.38%
38.43%

Color #9D6A7D in popluar number systems.

HEX 9D 6A 7D
Decimal 157 106 125
Binary 10011101 1101010 1111101
Octal 235 152 175

Shades and tints

Shades of #9D6A7D

#9D6A7D
(157,106,125)
#8F6172
(143,97,114)
#815867
(129,88,103)
#734F5C
(115,79,92)
#654651
(101,70,81)
#573D46
(87,61,70)
#49343B
(73,52,59)
#3B2B30
(59,43,48)
#2D2225
(45,34,37)
#1F191A
(31,25,26)
#11100F
(17,16,15)
#000000
(0,0,0)

Tints of #9D6A7D

#9D6A7D
(157,106,125)
#A57788
(165,119,136)
#AD8493
(173,132,147)
#B5919E
(181,145,158)
#BD9EA9
(189,158,169)
#C5ABB4
(197,171,180)
#CDB8BF
(205,184,191)
#D5C5CA
(213,197,202)
#DDD2D5
(221,210,213)
#E5DFE0
(229,223,224)
#EDECEB
(237,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D6A7D color. Also use rgb(157,106,125) instead hex code.

Text Font Color

.myTextColor { color: #9D6A7D; }

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

This text font color is #9D6A7D.

Background Color

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

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

This div background color is #9D6A7D.

Border color

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

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

This div border color is #9D6A7D.

Opacity

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

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

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

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

This text has shadow with #9D6A7D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D6A7D.

Preview

Color preview on black background

This text has color #9D6A7D on black background.


Color preview on white background

This text has color #9D6A7D on white background.


Black color preview on #9D6A7D background

This text has black color on #9D6A7D background.


White color preview on #9D6A7D background

This text has white color on #9D6A7D background.


Related colors

Complementary color

Complementary color for #hex is #629582.


I love getcolorcode.com

Triadic colors

1 #7D9D6A and #6A7D9D with #9D6A7D are triadic colors.

2 #7D6A9D and #6A9D7D with #9D6A7D are triadic colors.