#960CAD

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

Shades of Dark Magenta #960CAD

Tints of Dark Magenta #960CAD

Color information

#960CAD (or 0x960CAD) is unknown color: approx Dark Magenta. HEX triplet: 96, 0C and AD. RGB value is (150,12,173). Sum of RGB (Red+Green+Blue) = 150+12+173=335 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.78% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 173 (67.97% from 255 or 51.64% from 335); Max value from RGB is 173 - color contains mainly: blue. Hex color #960CAD is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960CAD is #69F352. Grayscale: #474747. Windows color (decimal): -6943571 or 11340950. OLE color: 11340950.

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

Color convert

RGB15012173-
CMYK0.130.9300.32
HSL291.43º87.03%36.27%-
HSV(B)291.43º93.06%67.84%-
XYZ20.259.7640.35-
YUV71.62185.22183.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 44.78%
GREEN value IS 12 (5.08% from 255) = 3.58%
BLUE value IS 173 (67.97% from 255) = 51.64%
R=44.78%
G=3.58%
B=51.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal150121730.130.9300.32291.4387.0336.27
Hex96CADD5D0201235724
Octal226142551513504044312744
Binary100101101100101011011101101110101000001001000111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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