#960AAE

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

Shades of Dark Magenta #960AAE

Tints of Dark Magenta #960AAE

Color information

#960AAE (or 0x960AAE) is unknown color: approx Dark Magenta. HEX triplet: 96, 0A and AE. RGB value is (150,10,174). Sum of RGB (Red+Green+Blue) = 150+10+174=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 10 (4.30% from 255 or 2.99% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #960AAE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960AAE is #69F551. Grayscale: #464646. Windows color (decimal): -6944082 or 11405974. OLE color: 11405974.

HSL color Cylindrical-coordinate representation of color #960AAE: hue angle of 291.22º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #960AAE is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB15010174-
CMYK0.140.9400.32
HSL291.22º89.13%36.08%-
HSV(B)291.22º94.25%68.24%-
XYZ20.339.7640.86-
YUV70.56186.38184.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 10 (4.30% from 255) = 2.99%
BLUE value IS 174 (68.36% from 255) = 52.10%
R=44.91%
G=2.99%
B=52.10%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150101740.140.9400.32291.2289.1336.08
Hex96AAEE5E0201235924
Octal226122561613604044313144
Binary100101101010101011101110101111001000001001000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960AAE; }

 p { color: rgb(150,10,174); }

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

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

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

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

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

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

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