#960780

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

Shades of Dark Magenta #960780

Tints of Dark Magenta #960780

Color information

#960780 (or 0x960780) is unknown color: approx Dark Magenta. HEX triplet: 96, 07 and 80. RGB value is (150,7,128). Sum of RGB (Red+Green+Blue) = 150+7+128=285 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.63% from 285); Green value is 7 (3.12% from 255 or 2.46% from 285); Blue value is 128 (50.39% from 255 or 44.91% from 285); Max value from RGB is 150 - color contains mainly: red. Hex color #960780 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960780 is #69F87F. Grayscale: #3F3F3F. Windows color (decimal): -6944896 or 8390550. OLE color: 8390550.

HSL color Cylindrical-coordinate representation of color #960780: hue angle of 309.23º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #960780 is Cyan = 0, Magento = 0.95, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB1507128-
CMYK00.950.150.41
HSL309.23º91.08%30.78%-
HSV(B)309.23º95.33%58.82%-
XYZ16.558.1921.13-
YUV63.55164.38189.66-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.63%
GREEN value IS 7 (3.12% from 255) = 2.46%
BLUE value IS 128 (50.39% from 255) = 44.91%
R=52.63%
G=2.46%
B=44.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.15
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150712800.950.150.41309.2391.0830.78
Hex9678005FF291355b1f
Octal22672000137175146513337
Binary1001011011110000000010111111111101001100110101101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960780; }

 p { color: rgb(150,7,128); }

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

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

 a { background-color: rgb(150,7,128); }

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

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

 span { border-color: rgb(150,7,128); }

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