#973A82

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

Shades of Dark Purple #973A82

Tints of Dark Purple #973A82

Color information

#973A82 (or 0x973A82) is unknown color: approx Dark Purple. HEX triplet: 97, 3A and 82. RGB value is (151,58,130). Sum of RGB (Red+Green+Blue) = 151+58+130=339 (44% of max value = 765). Red value is 151 (59.38% from 255 or 44.54% from 339); Green value is 58 (23.05% from 255 or 17.11% from 339); Blue value is 130 (51.17% from 255 or 38.35% from 339); Max value from RGB is 151 - color contains mainly: red. Hex color #973A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973A82 is #68C57D. Grayscale: #5D5D5D. Windows color (decimal): -6866302 or 8534679. OLE color: 8534679.

HSL color Cylindrical-coordinate representation of color #973A82: hue angle of 313.55º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973A82 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB15158130-
CMYK00.620.140.41
HSL313.55º44.5%40.98%-
HSV(B)313.55º61.59%59.22%-
XYZ18.311.2222.32-
YUV94.01148.31168.65-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.54%
GREEN value IS 58 (23.05% from 255) = 17.11%
BLUE value IS 130 (51.17% from 255) = 38.35%
R=44.54%
G=17.11%
B=38.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515813000.620.140.41313.5544.540.98
Hex973A8203EE2913a2c29
Octal2277220207616514725451
Binary100101111110101000001001111101110101001100111010101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973A82; }

 p { color: rgb(151,58,130); }

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

<style>
 a { background-color: #973A82; }

 a { background-color: rgb(151,58,130); }

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

<style>
 span { border-color: #973A82; }

 span { border-color: rgb(151,58,130); }

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