#9D1973

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

Shades of Dark Purple #9D1973

Tints of Dark Purple #9D1973

Color information

#9D1973 (or 0x9D1973) is unknown color: approx Dark Purple. HEX triplet: 9D, 19 and 73. RGB value is (157,25,115). Sum of RGB (Red+Green+Blue) = 157+25+115=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 25 (10.16% from 255 or 8.42% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1973 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1973 is #62E68C. Grayscale: #4A4A4A. Windows color (decimal): -6481549 or 7543197. OLE color: 7543197.

HSL color Cylindrical-coordinate representation of color #9D1973: hue angle of 319.09º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1973 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB15725115-
CMYK00.840.270.38
HSL319.09º72.53%35.69%-
HSV(B)319.09º84.08%61.57%-
XYZ17.359.117.06-
YUV74.73150.73186.68-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.86%
GREEN value IS 25 (10.16% from 255) = 8.42%
BLUE value IS 115 (45.31% from 255) = 38.72%
R=52.86%
G=8.42%
B=38.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572511500.840.270.38319.0972.5335.69
Hex9D19730541B2613f4924
Octal235311630124334647711144
Binary1001110111001111001101010100110111001101001111111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,25,115); }

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

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

 a { background-color: rgb(157,25,115); }

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

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

 span { border-color: rgb(157,25,115); }

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