#960581

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

Shades of Dark Magenta #960581

Tints of Dark Magenta #960581

Color information

#960581 (or 0x960581) is unknown color: approx Dark Magenta. HEX triplet: 96, 05 and 81. RGB value is (150,5,129). Sum of RGB (Red+Green+Blue) = 150+5+129=284 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.82% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 150 - color contains mainly: red. Hex color #960581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960581 is #69FA7E. Grayscale: #3E3E3E. Windows color (decimal): -6945407 or 8455574. OLE color: 8455574.

HSL color Cylindrical-coordinate representation of color #960581: hue angle of 308.69º degrees, saturation: 0.94, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #960581 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB1505129-
CMYK00.970.140.41
HSL308.69º93.55%30.39%-
HSV(B)308.69º96.67%58.82%-
XYZ16.598.1821.47-
YUV62.49165.54190.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.82%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 129 (50.78% from 255) = 45.42%
R=52.82%
G=1.76%
B=45.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150512900.970.140.41308.6993.5530.39
Hex96581061E291355e1e
Octal22652010141165146513636
Binary1001011010110000001011000011110101001100110101101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960581; }

 p { color: rgb(150,5,129); }

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

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

 a { background-color: rgb(150,5,129); }

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

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

 span { border-color: rgb(150,5,129); }

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