#9D207A

Color #9D207A Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #9D207A

Tints of Dark Purple #9D207A

Color information

#9D207A (or 0x9D207A) is unknown color: approx Dark Purple. HEX triplet: 9D, 20 and 7A. RGB value is (157,32,122). Sum of RGB (Red+Green+Blue) = 157+32+122=311 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.48% from 311); Green value is 32 (12.89% from 255 or 10.29% from 311); Blue value is 122 (48.05% from 255 or 39.23% from 311); Max value from RGB is 157 - color contains mainly: red. Hex color #9D207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D207A is #62DF85. Grayscale: #4F4F4F. Windows color (decimal): -6479750 or 8003741. OLE color: 8003741.

HSL color Cylindrical-coordinate representation of color #9D207A: hue angle of 316.8º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D207A is Cyan = 0, Magento = 0.80, Yellow = 0.22 and Black (K on CMYK) = 0.38.

Color convert

RGB15732122-
CMYK00.800.220.38
HSL316.8º66.14%37.06%-
HSV(B)316.8º79.62%61.57%-
XYZ17.939.6119.32-
YUV79.64151.91183.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 157 (61.72% from 255) = 50.48%
GREEN value IS 32 (12.89% from 255) = 10.29%
BLUE value IS 122 (48.05% from 255) = 39.23%
R=50.48%
G=10.29%
B=39.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573212200.800.220.38316.866.1437.06
Hex9D207A050162613d4225
Octal235401720120264647510245
Binary10011101100000111101001010000101101001101001111011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D207A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D207A; }

 p { color: rgb(157,32,122); }

 H1.HeaderClassName
 {
   color: #9D207A;
 }
 .AnyTagClassName
 {
   color: #9D207A;
 }
</style>
background-color css

<style>
 a { background-color: #9D207A; }

 a { background-color: rgb(157,32,122); }

 div.DivClassName
 {
   background-color: #9D207A;
 }
 .BgClassName
 {
   background-color: #9D207A;
 }
</style>
border-color css

<style>
 span { border-color: #9D207A; }

 span { border-color: rgb(157,32,122); }

 td.TdClassName
 {
   border-color: #9D207A;
 }
 .TagClassName
 {
   border-color: #9D207A;
 }
</style>