#960CAB

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

Shades of Dark Magenta #960CAB

Tints of Dark Magenta #960CAB

Color information

#960CAB (or 0x960CAB) is unknown color: approx Dark Magenta. HEX triplet: 96, 0C and AB. RGB value is (150,12,171). Sum of RGB (Red+Green+Blue) = 150+12+171=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 171 (67.19% from 255 or 51.35% from 333); Max value from RGB is 171 - color contains mainly: blue. Hex color #960CAB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960CAB is #69F354. Grayscale: #464646. Windows color (decimal): -6943573 or 11209878. OLE color: 11209878.

HSL color Cylindrical-coordinate representation of color #960CAB: hue angle of 292.08º 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 #960CAB is Cyan = 0.12, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15012171-
CMYK0.120.9300.33
HSL292.08º86.89%35.88%-
HSV(B)292.08º92.98%67.06%-
XYZ20.069.6939.34-
YUV71.39184.22184.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 45.05%
GREEN value IS 12 (5.08% from 255) = 3.60%
BLUE value IS 171 (67.19% from 255) = 51.35%
R=45.05%
G=3.60%
B=51.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal150121710.120.9300.33292.0886.8935.88
Hex96CABC5D0211245724
Octal226142531413504144412744
Binary100101101100101010111100101110101000011001001001010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960CAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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