#960999

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

Shades of Dark Magenta #960999

Tints of Dark Magenta #960999

Color information

#960999 (or 0x960999) is unknown color: approx Dark Magenta. HEX triplet: 96, 09 and 99. RGB value is (150,9,153). Sum of RGB (Red+Green+Blue) = 150+9+153=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 9 (3.91% from 255 or 2.88% from 312); Blue value is 153 (60.16% from 255 or 49.04% from 312); Max value from RGB is 153 - color contains mainly: blue. Hex color #960999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960999 is #69F666. Grayscale: #434343. Windows color (decimal): -6944359 or 10029462. OLE color: 10029462.

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

Color convert

RGB1509153-
CMYK0.020.9400.4
HSL298.75º88.89%31.76%-
HSV(B)298.75º94.12%60%-
XYZ18.438.9830.9-
YUV67.58176.21186.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.08%
GREEN value IS 9 (3.91% from 255) = 2.88%
BLUE value IS 153 (60.16% from 255) = 49.04%
R=48.08%
G=2.88%
B=49.04%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15091530.020.9400.4298.7588.8931.76
Hex9699925E02812b5920
Octal22611231213605045313140
Binary1001011010011001100110101111001010001001010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960999; }

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

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

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

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

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

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

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

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