#960593

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

Shades of Dark Magenta #960593

Tints of Dark Magenta #960593

Color information

#960593 (or 0x960593) is unknown color: approx Dark Magenta. HEX triplet: 96, 05 and 93. RGB value is (150,5,147). Sum of RGB (Red+Green+Blue) = 150+5+147=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 147 (57.81% from 255 or 48.68% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #960593 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960593 is #69FA6C. Grayscale: #404040. Windows color (decimal): -6945389 or 9635222. OLE color: 9635222.

HSL color Cylindrical-coordinate representation of color #960593: hue angle of 301.24º 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 #960593 is Cyan = 0, Magento = 0.97, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB1505147-
CMYK00.970.020.41
HSL301.24º93.55%30.39%-
HSV(B)301.24º96.67%58.82%-
XYZ17.98.728.34-
YUV64.54174.54188.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 5 (2.34% from 255) = 1.66%
BLUE value IS 147 (57.81% from 255) = 48.68%
R=49.67%
G=1.66%
B=48.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.02
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150514700.970.020.41301.2493.5530.39
Hex9659306122912d5e1e
Octal2265223014125145513636
Binary10010110101100100110110000110101001100101101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960593; }

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

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

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

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

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

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

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

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