#960499

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

Shades of Dark Magenta #960499

Tints of Dark Magenta #960499

Color information

#960499 (or 0x960499) is unknown color: approx Dark Magenta. HEX triplet: 96, 04 and 99. RGB value is (150,4,153). Sum of RGB (Red+Green+Blue) = 150+4+153=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 4 (1.95% from 255 or 1.30% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #960499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960499 is #69FB66. Grayscale: #404040. Windows color (decimal): -6945639 or 10028182. OLE color: 10028182.

HSL color Cylindrical-coordinate representation of color #960499: hue angle of 298.79º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960499 is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1504153-
CMYK0.020.9700.4
HSL298.79º94.9%30.78%-
HSV(B)298.79º97.39%60%-
XYZ18.378.8730.88-
YUV64.64177.87188.88-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 4 (1.95% from 255) = 1.30%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=48.86%
G=1.30%
B=49.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15041530.020.9700.4298.7994.930.78
Hex9649926102812b5f1f
Octal2264231214105045313737
Binary10010110100100110011011000010101000100101011101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960499; }

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

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

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

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

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

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

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

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