#960782

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

Shades of Dark Magenta #960782

Tints of Dark Magenta #960782

Color information

#960782 (or 0x960782) is unknown color: approx Dark Magenta. HEX triplet: 96, 07 and 82. RGB value is (150,7,130). Sum of RGB (Red+Green+Blue) = 150+7+130=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #960782 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960782 is #69F87D. Grayscale: #3F3F3F. Windows color (decimal): -6944894 or 8521622. OLE color: 8521622.

HSL color Cylindrical-coordinate representation of color #960782: hue angle of 308.39º 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 #960782 is Cyan = 0, Magento = 0.95, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB1507130-
CMYK00.950.130.41
HSL308.39º91.08%30.78%-
HSV(B)308.39º95.33%58.82%-
XYZ16.688.2521.83-
YUV63.78165.38189.5-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 7 (3.12% from 255) = 2.44%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=52.26%
G=2.44%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150713000.950.130.41308.3991.0830.78
Hex9678205FD291345b1f
Octal22672020137155146413337
Binary1001011011110000010010111111101101001100110100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960782

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960782; }

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

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

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

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

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

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

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

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