#96057C

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

Shades of Dark Magenta #96057C

Tints of Dark Magenta #96057C

Color information

#96057C (or 0x96057C) is unknown color: approx Dark Magenta. HEX triplet: 96, 05 and 7C. RGB value is (150,5,124). Sum of RGB (Red+Green+Blue) = 150+5+124=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 5 (2.34% from 255 or 1.79% from 279); Blue value is 124 (48.83% from 255 or 44.44% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96057C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96057C is #69FA83. Grayscale: #3D3D3D. Windows color (decimal): -6945412 or 8127894. OLE color: 8127894.

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

Color convert

RGB1505124-
CMYK00.970.170.41
HSL310.76º93.55%30.39%-
HSV(B)310.76º96.67%58.82%-
XYZ16.278.0519.76-
YUV61.92163.04190.82-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.76%
GREEN value IS 5 (2.34% from 255) = 1.79%
BLUE value IS 124 (48.83% from 255) = 44.44%
R=53.76%
G=1.79%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.17
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150512400.970.170.41310.7693.5530.39
Hex9657C06111291375e1e
Octal22651740141215146713636
Binary1001011010111111000110000110001101001100110111101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96057C; }

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

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

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

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

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

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

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

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