COLOR #9D76AA

HEX: #9D76AA RGB: (157,118,170)

Color info

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

RGB color model

#9D76AA color RGB value is (157,118,170).

RGB: (157,118,170) (62%, 46%, 67%)

RGB channels and saturation

R 157 of 255 = 62%
G 118 of 255 = 46%
B 170 of 255 = 67%

157
118
170

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

Portions of RGB colors in percentages

R + G + B = 157 + 118 + 170 = 445 (100%)
R 157 of 445 ~ 35.28%
G 118 of 445 ~ 26.52%
B 170 of 445 ~ 38.2'%

%35.28
%26.52
%38.2

CMYK color model

#9D76AA color CMYK value is (8,31,0,33).

  • cyan value is 7.65%
  • magenta value is 30.59%
  • yellow value is 0.00%
  • key color value is 33.33%

CMYK: (8,31,0,33)
C8M31Y0K33 (8%, 31%, 0%, 33%)
(0.08 / 0.31 / 0.00 / 0.33)

CMYK percentages

%7.65
%30.59
%0
%33.33

Codes

Color #9D76AA in popluar color models

9D 76 AA
RGB 157 118 170
HSL 285° 23.42% 56.47%
HSB/HSV 285° 30.59% 66.67%
CMYK 7.65% 30.59% 0.00%
33.33%

Color #9D76AA in popluar number systems.

HEX 9D 76 AA
Decimal 157 118 170
Binary 10011101 1110110 10101010
Octal 235 166 252

Shades and tints

Shades of #9D76AA

#9D76AA
(157,118,170)
#8F6C9B
(143,108,155)
#81628C
(129,98,140)
#73587D
(115,88,125)
#654E6E
(101,78,110)
#57445F
(87,68,95)
#493A50
(73,58,80)
#3B3041
(59,48,65)
#2D2632
(45,38,50)
#1F1C23
(31,28,35)
#111214
(17,18,20)
#000000
(0,0,0)

Tints of #9D76AA

#9D76AA
(157,118,170)
#A582B1
(165,130,177)
#AD8EB8
(173,142,184)
#B59ABF
(181,154,191)
#BDA6C6
(189,166,198)
#C5B2CD
(197,178,205)
#CDBED4
(205,190,212)
#D5CADB
(213,202,219)
#DDD6E2
(221,214,226)
#E5E2E9
(229,226,233)
#EDEEF0
(237,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9D76AA color. Also use rgb(157,118,170) instead hex code.

Text Font Color

.myTextColor { color: #9D76AA; }

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

This text font color is #9D76AA.

Background Color

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

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

This div background color is #9D76AA.

Border color

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

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

This div border color is #9D76AA.

Opacity

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

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

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

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

This text has shadow with #9D76AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9D76AA.

Preview

Color preview on black background

This text has color #9D76AA on black background.


Color preview on white background

This text has color #9D76AA on white background.


Black color preview on #9D76AA background

This text has black color on #9D76AA background.


White color preview on #9D76AA background

This text has white color on #9D76AA background.


Related colors

Complementary color

Complementary color for #hex is #628955.


I love getcolorcode.com

Triadic colors

1 #AA9D76 and #76AA9D with #9D76AA are triadic colors.

2 #AA769D and #769DAA with #9D76AA are triadic colors.