#9D2072

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

Shades of Dark Purple #9D2072

Tints of Dark Purple #9D2072

Color information

#9D2072 (or 0x9D2072) is unknown color: approx Dark Purple. HEX triplet: 9D, 20 and 72. RGB value is (157,32,114). Sum of RGB (Red+Green+Blue) = 157+32+114=303 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.82% from 303); Green value is 32 (12.89% from 255 or 10.56% from 303); Blue value is 114 (44.92% from 255 or 37.62% from 303); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2072 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2072 is #62DF8D. Grayscale: #4E4E4E. Windows color (decimal): -6479758 or 7479453. OLE color: 7479453.

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

Color convert

RGB15732114-
CMYK00.800.270.38
HSL320.64º66.14%37.06%-
HSV(B)320.64º79.62%61.57%-
XYZ17.469.4216.82-
YUV78.72147.91183.83-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.82%
GREEN value IS 32 (12.89% from 255) = 10.56%
BLUE value IS 114 (44.92% from 255) = 37.62%
R=51.82%
G=10.56%
B=37.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573211400.800.270.38320.6466.1437.06
Hex9D20720501B261414225
Octal235401620120334650110245
Binary10011101100000111001001010000110111001101010000011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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