#960286

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

Shades of Dark Magenta #960286

Tints of Dark Magenta #960286

Color information

#960286 (or 0x960286) is unknown color: approx Dark Magenta. HEX triplet: 96, 02 and 86. RGB value is (150,2,134). Sum of RGB (Red+Green+Blue) = 150+2+134=286 (37% of max value = 765). Red value is 150 (58.98% from 255 or 52.45% from 286); Green value is 2 (1.17% from 255 or 0.70% from 286); Blue value is 134 (52.73% from 255 or 46.85% from 286); Max value from RGB is 150 - color contains mainly: red. Hex color #960286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960286 is #69FD79. Grayscale: #3C3C3C. Windows color (decimal): -6946170 or 8782486. OLE color: 8782486.

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

Color convert

RGB1502134-
CMYK00.990.110.41
HSL306.49º97.37%29.8%-
HSV(B)306.49º98.67%58.82%-
XYZ16.98.2523.26-
YUV61.3169.03191.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.45%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 134 (52.73% from 255) = 46.85%
R=52.45%
G=0.70%
B=46.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.11
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150213400.990.110.41306.4997.3729.8
Hex96286063B29132611e
Octal22622060143135146214136
Binary100101101010000110011000111011101001100110010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960286; }

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

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

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

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

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

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

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

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