#96059C

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

Shades of Dark Magenta #96059C

Tints of Dark Magenta #96059C

Color information

#96059C (or 0x96059C) is unknown color: approx Dark Magenta. HEX triplet: 96, 05 and 9C. RGB value is (150,5,156). Sum of RGB (Red+Green+Blue) = 150+5+156=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 5 (2.34% from 255 or 1.61% from 311); Blue value is 156 (61.33% from 255 or 50.16% from 311); Max value from RGB is 156 - color contains mainly: blue. Hex color #96059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #96059C is #69FA63. Grayscale: #414141. Windows color (decimal): -6945380 or 10225046. OLE color: 10225046.

HSL color Cylindrical-coordinate representation of color #96059C: hue angle of 297.62º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #96059C is Cyan = 0.04, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1505156-
CMYK0.040.9700.39
HSL297.62º93.79%31.57%-
HSV(B)297.62º96.79%61.18%-
XYZ18.638.9932.21-
YUV65.57179.04188.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.23%
GREEN value IS 5 (2.34% from 255) = 1.61%
BLUE value IS 156 (61.33% from 255) = 50.16%
R=48.23%
G=1.61%
B=50.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15051560.040.9700.39297.6293.7931.57
Hex9659C46102712a5e20
Octal2265234414104745213640
Binary1001011010110011100100110000101001111001010101011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96059C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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