COLOR #9D72AA

HEX: #9D72AA
RGB: (157,114,170)

Color info

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

RGB color model

#9D72AA color RGB value is (157,114,170).

  • red value is 157;
  • green value is 114;
  • blue value is 170.
RGB:
(157,114,170)
(62%,45%,67%)

RGB channels and saturation

R 157 of 255 = 62%
G 114 of 255 = 45%
B 170 of 255 = 67%

157
114
170

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

Portions of RGB colors in percentages

R + G + B =
157 + 114 + 170 = 441 (100%)
R 157 of 441 ~ 35.6%
G 114 of 441 ~ 25.85%
B 170 of 441 ~ 38.55%

%35.6
%25.85
%38.55

CMYK color model

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

  • cyan value is 7.65%
  • magenta value is 32.94%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,33,0,33)
C8M33Y0K33 
(8%,33%,0%,33%)
(0.08/0.33/0.00/0.33)	

CMYK percentages

%7.65
%32.94
%0
%33.33

Codes

Color #9D72AA in popluar color models

9D72AA
RGB157114170
HSL286°24.78%55.69%
HSB/HSV286°32.94%66.67%
CMYK7.65%32.94%0.00%
33.33%

Color #9D72AA in popluar number systems.

HEX9D72AA
Decimal157114170
Binary10011101111001010101010
Octal235162252

Shades and tints

Shades of #9D72AA

#9D72AA
(157,114,170)
#8F689B
(143,104,155)
#815E8C
(129,94,140)
#73547D
(115,84,125)
#654A6E
(101,74,110)
#57405F
(87,64,95)
#493650
(73,54,80)
#3B2C41
(59,44,65)
#2D2232
(45,34,50)
#1F1823
(31,24,35)
#110E14
(17,14,20)
#000000
(0,0,0)

Tints of #9D72AA

#9D72AA
(157,114,170)
#A57EB1
(165,126,177)
#AD8AB8
(173,138,184)
#B596BF
(181,150,191)
#BDA2C6
(189,162,198)
#C5AECD
(197,174,205)
#CDBAD4
(205,186,212)
#D5C6DB
(213,198,219)
#DDD2E2
(221,210,226)
#E5DEE9
(229,222,233)
#EDEAF0
(237,234,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D72AA; }

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

This text font color is #9D72AA.


Background Color

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

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

This div background color is #9D72AA.


Border color

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

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

This div border color is #9D72AA.


Opacity

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

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

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

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

This text has shadow with #9D72AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D72AA on black background.


Color preview on white background

This text has color #9D72AA on white background.



Black color preview on #9D72AA background

This text has black color on #9D72AA background.


White color preview on #9D72AA background

This text has white color on #9D72AA background.