#960084

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

Shades of Dark Magenta #960084

Tints of Dark Magenta #960084

Color information

#960084 (or 0x960084) is unknown color: approx Dark Magenta. HEX triplet: 96, 00 and 84. RGB value is (150,0,132). Sum of RGB (Red+Green+Blue) = 150+0+132=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #960084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #960084 is #69FF7B. Grayscale: #3B3B3B. Windows color (decimal): -6946684 or 8650902. OLE color: 8650902.

HSL color Cylindrical-coordinate representation of color #960084: hue angle of 307.2º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #960084 is Cyan = 0, Magento = 1, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB1500132-
CMYK010.120.41
HSL307.2º100%29.41%-
HSV(B)307.2º100%58.82%-
XYZ16.748.1522.52-
YUV59.9168.7192.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=53.19%
G=0%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.12
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1500132010.120.41307.210029.41
Hex96084064C29133641d
Octal22602040144145146314435
Binary10010110010000100011001001100101001100110011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #960084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #960084; }

 p { color: rgb(150,0,132); }

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

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

 a { background-color: rgb(150,0,132); }

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

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

 span { border-color: rgb(150,0,132); }

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