#973A84

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

Shades of Dark Purple #973A84

Tints of Dark Purple #973A84

Color information

#973A84 (or 0x973A84) is unknown color: approx Dark Purple. HEX triplet: 97, 3A and 84. RGB value is (151,58,132). Sum of RGB (Red+Green+Blue) = 151+58+132=341 (45% of max value = 765). Red value is 151 (59.38% from 255 or 44.28% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 132 (51.95% from 255 or 38.71% from 341); Max value from RGB is 151 - color contains mainly: red. Hex color #973A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973A84 is #68C57B. Grayscale: #5E5E5E. Windows color (decimal): -6866300 or 8665751. OLE color: 8665751.

HSL color Cylindrical-coordinate representation of color #973A84: hue angle of 312.26º 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 #973A84 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB15158132-
CMYK00.620.130.41
HSL312.26º44.5%40.98%-
HSV(B)312.26º61.59%59.22%-
XYZ18.4411.2723.03-
YUV94.24149.31168.48-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 44.28%
GREEN value IS 58 (23.05% from 255) = 17.01%
BLUE value IS 132 (51.95% from 255) = 38.71%
R=44.28%
G=17.01%
B=38.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1515813200.620.130.41312.2644.540.98
Hex973A8403ED291382c29
Octal2277220407615514705451
Binary100101111110101000010001111101101101001100111000101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973A84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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