#960CAC

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

Shades of Dark Magenta #960CAC

Tints of Dark Magenta #960CAC

Color information

#960CAC (or 0x960CAC) is unknown color: approx Dark Magenta. HEX triplet: 96, 0C and AC. RGB value is (150,12,172). Sum of RGB (Red+Green+Blue) = 150+12+172=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 12 (5.08% from 255 or 3.59% from 334); Blue value is 172 (67.58% from 255 or 51.50% from 334); Max value from RGB is 172 - color contains mainly: blue. Hex color #960CAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960CAC is #69F353. Grayscale: #474747. Windows color (decimal): -6943572 or 11275414. OLE color: 11275414.

HSL color Cylindrical-coordinate representation of color #960CAC: hue angle of 291.75º degrees, saturation: 0.87, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960CAC is Cyan = 0.13, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15012172-
CMYK0.130.9300.33
HSL291.75º86.96%36.08%-
HSV(B)291.75º93.02%67.45%-
XYZ20.169.7339.84-
YUV71.5184.72183.99-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.91%
GREEN value IS 12 (5.08% from 255) = 3.59%
BLUE value IS 172 (67.58% from 255) = 51.50%
R=44.91%
G=3.59%
B=51.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150121720.130.9300.33291.7586.9636.08
Hex96CACD5D0211245724
Octal226142541513504144412744
Binary100101101100101011001101101110101000011001001001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,12,172); }

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

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

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

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

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

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

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