#9D207D

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

Shades of Dark Purple #9D207D

Tints of Dark Purple #9D207D

Color information

#9D207D (or 0x9D207D) is unknown color: approx Dark Purple. HEX triplet: 9D, 20 and 7D. RGB value is (157,32,125). Sum of RGB (Red+Green+Blue) = 157+32+125=314 (41% of max value = 765). Red value is 157 (61.72% from 255 or 50% from 314); Green value is 32 (12.89% from 255 or 10.19% from 314); Blue value is 125 (49.22% from 255 or 39.81% from 314); Max value from RGB is 157 - color contains mainly: red. Hex color #9D207D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D207D is #62DF82. Grayscale: #4F4F4F. Windows color (decimal): -6479747 or 8200349. OLE color: 8200349.

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

Color convert

RGB15732125-
CMYK00.800.200.38
HSL315.36º66.14%37.06%-
HSV(B)315.36º79.62%61.57%-
XYZ18.129.6820.32-
YUV79.98153.41182.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 50%
GREEN value IS 32 (12.89% from 255) = 10.19%
BLUE value IS 125 (49.22% from 255) = 39.81%
R=50%
G=10.19%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.20
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573212500.800.200.38315.3666.1437.06
Hex9D207D050142613b4225
Octal235401750120244647310245
Binary10011101100000111110101010000101001001101001110111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D207D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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