#960496

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

Shades of Dark Magenta #960496

Tints of Dark Magenta #960496

Color information

#960496 (or 0x960496) is unknown color: approx Dark Magenta. HEX triplet: 96, 04 and 96. RGB value is (150,4,150). Sum of RGB (Red+Green+Blue) = 150+4+150=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 150 (58.98% from 255 or 49.34% from 304); Max value from RGB is 150 - color contains mainly: red, blue. Hex color #960496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960496 is #69FB69. Grayscale: #3F3F3F. Windows color (decimal): -6945642 or 9831574. OLE color: 9831574.

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

Color convert

RGB1504150-
CMYK00.9700.41
HSL300º94.81%30.2%-
HSV(B)300º97.33%58.82%-
XYZ18.138.7729.59-
YUV64.3176.37189.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 150 (58.98% from 255) = 49.34%
R=49.34%
G=1.32%
B=49.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150415000.9700.4130094.8130.2
Hex9649606102912c5f1e
Octal2264226014105145413736
Binary1001011010010010110011000010101001100101100101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960496; }

 p { color: rgb(150,4,150); }

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

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

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

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

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

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

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