#960287

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

Shades of Dark Magenta #960287

Tints of Dark Magenta #960287

Color information

#960287 (or 0x960287) is unknown color: approx Dark Magenta. HEX triplet: 96, 02 and 87. RGB value is (150,2,135). Sum of RGB (Red+Green+Blue) = 150+2+135=287 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.26% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 135 (53.12% from 255 or 47.04% from 287); Max value from RGB is 150 - color contains mainly: red. Hex color #960287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960287 is #69FD78. Grayscale: #3D3D3D. Windows color (decimal): -6946169 or 8848022. OLE color: 8848022.

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

Color convert

RGB1502135-
CMYK00.990.10.41
HSL306.08º97.37%29.8%-
HSV(B)306.08º98.67%58.82%-
XYZ16.978.2823.62-
YUV61.41169.53191.19-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.26%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 135 (53.12% from 255) = 47.04%
R=52.26%
G=0.70%
B=47.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.1
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150213500.990.10.41306.0897.3729.8
Hex96287063A29132611e
Octal22622070143125146214136
Binary100101101010000111011000111010101001100110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960287; }

 p { color: rgb(150,2,135); }

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

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

 a { background-color: rgb(150,2,135); }

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

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

 span { border-color: rgb(150,2,135); }

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