#9D207F

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

Shades of Dark Purple #9D207F

Tints of Dark Purple #9D207F

Color information

#9D207F (or 0x9D207F) is unknown color: approx Dark Purple. HEX triplet: 9D, 20 and 7F. RGB value is (157,32,127). Sum of RGB (Red+Green+Blue) = 157+32+127=316 (41% of max value = 765). Red value is 157 (61.72% from 255 or 49.68% from 316); Green value is 32 (12.89% from 255 or 10.13% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 157 - color contains mainly: red. Hex color #9D207F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D207F is #62DF80. Grayscale: #4F4F4F. Windows color (decimal): -6479745 or 8331421. OLE color: 8331421.

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

Color convert

RGB15732127-
CMYK00.800.190.38
HSL314.4º66.14%37.06%-
HSV(B)314.4º79.62%61.57%-
XYZ18.259.7321-
YUV80.2154.41182.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 49.68%
GREEN value IS 32 (12.89% from 255) = 10.13%
BLUE value IS 127 (50% from 255) = 40.19%
R=49.68%
G=10.13%
B=40.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.19
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573212700.800.190.38314.466.1437.06
Hex9D207F050132613a4225
Octal235401770120234647210245
Binary10011101100000111111101010000100111001101001110101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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