#960584

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

Shades of Dark Magenta #960584

Tints of Dark Magenta #960584

Color information

#960584 (or 0x960584) is unknown color: approx Dark Magenta. HEX triplet: 96, 05 and 84. RGB value is (150,5,132). Sum of RGB (Red+Green+Blue) = 150+5+132=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 5 (2.34% from 255 or 1.74% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #960584 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960584 is #69FA7B. Grayscale: #3E3E3E. Windows color (decimal): -6945404 or 8652182. OLE color: 8652182.

HSL color Cylindrical-coordinate representation of color #960584: hue angle of 307.45º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960584 is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB1505132-
CMYK00.970.120.41
HSL307.45º93.55%30.39%-
HSV(B)307.45º96.67%58.82%-
XYZ16.88.2622.54-
YUV62.83167.04190.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 5 (2.34% from 255) = 1.74%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=52.26%
G=1.74%
B=45.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150513200.970.120.41307.4593.5530.39
Hex96584061C291335e1e
Octal22652040141145146313636
Binary1001011010110000100011000011100101001100110011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960584; }

 p { color: rgb(150,5,132); }

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

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

 a { background-color: rgb(150,5,132); }

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

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

 span { border-color: rgb(150,5,132); }

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