COLOR #9D20AA

HEX: #9D20AA
RGB: (157,32,170)

Color info

#9D20AA contains mainly red and blue colors. Web safe color of #9D20AA is #993399 (or #939).

RGB color model

#9D20AA color RGB value is (157,32,170).

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

RGB channels and saturation

R 157 of 255 = 62%
G 32 of 255 = 13%
B 170 of 255 = 67%

157
32
170

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

Portions of RGB colors in percentages

R + G + B =
157 + 32 + 170 = 359 (100%)
R 157 of 359 ~ 43.73%
G 32 of 359 ~ 8.91%
B 170 of 359 ~ 47.35%

%43.73
%47.35

CMYK color model

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

  • cyan value is 7.65%
  • magenta value is 81.18%
  • yellow value is 0.00%
  • key color value is 33.33%
CMYK:
(8,81,0,33)
C8M81Y0K33 
(8%,81%,0%,33%)
(0.08/0.81/0.00/0.33)	

CMYK percentages

%7.65
%81.18
%0
%33.33

Codes

Color #9D20AA in popluar color models

9D20AA
RGB15732170
HSL294°68.32%39.61%
HSB/HSV294°81.18%66.67%
CMYK7.65%81.18%0.00%
33.33%

Color #9D20AA in popluar number systems.

HEX9D20AA
Decimal15732170
Binary1001110110000010101010
Octal23540252

Shades and tints

Shades of #9D20AA

#9D20AA
(157,32,170)
#8F1E9B
(143,30,155)
#811C8C
(129,28,140)
#731A7D
(115,26,125)
#65186E
(101,24,110)
#57165F
(87,22,95)
#491450
(73,20,80)
#3B1241
(59,18,65)
#2D1032
(45,16,50)
#1F0E23
(31,14,35)
#110C14
(17,12,20)
#000000
(0,0,0)

Tints of #9D20AA

#9D20AA
(157,32,170)
#A534B1
(165,52,177)
#AD48B8
(173,72,184)
#B55CBF
(181,92,191)
#BD70C6
(189,112,198)
#C584CD
(197,132,205)
#CD98D4
(205,152,212)
#D5ACDB
(213,172,219)
#DDC0E2
(221,192,226)
#E5D4E9
(229,212,233)
#EDE8F0
(237,232,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9D20AA; }

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

This text font color is #9D20AA.


Background Color

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

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

This div background color is #9D20AA.


Border color

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

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

This div border color is #9D20AA.


Opacity

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

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

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

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

This text has shadow with #9D20AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9D20AA on black background.


Color preview on white background

This text has color #9D20AA on white background.



Black color preview on #9D20AA background

This text has black color on #9D20AA background.


White color preview on #9D20AA background

This text has white color on #9D20AA background.