#9D207C

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

Shades of Dark Purple #9D207C

Tints of Dark Purple #9D207C

Color information

#9D207C (or 0x9D207C) is unknown color: approx Dark Purple. HEX triplet: 9D, 20 and 7C. RGB value is (157,32,124). Sum of RGB (Red+Green+Blue) = 157+32+124=313 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50.16% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 124 (48.83% from 255 or 39.62% from 313); Max value from RGB is 157 - color contains mainly: red. Hex color #9D207C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D207C is #62DF83. Grayscale: #4F4F4F. Windows color (decimal): -6479748 or 8134813. OLE color: 8134813.

HSL color Cylindrical-coordinate representation of color #9D207C: hue angle of 315.84º 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 #9D207C is Cyan = 0, Magento = 0.80, Yellow = 0.21 and Black (K on CMYK) = 0.38.

Color convert

RGB15732124-
CMYK00.800.210.38
HSL315.84º66.14%37.06%-
HSV(B)315.84º79.62%61.57%-
XYZ18.069.6619.98-
YUV79.86152.91183.02-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50.16%
GREEN value IS 32 (12.89% from 255) = 10.22%
BLUE value IS 124 (48.83% from 255) = 39.62%
R=50.16%
G=10.22%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.21
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573212400.800.210.38315.8466.1437.06
Hex9D207C050152613c4225
Octal235401740120254647410245
Binary10011101100000111110001010000101011001101001111001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D207C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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