#870084

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

Shades of Dark Magenta #870084

Tints of Dark Magenta #870084

Color information

#870084 (or 0x870084) is unknown color: approx Dark Magenta. HEX triplet: 87, 00 and 84. RGB value is (135,0,132). Sum of RGB (Red+Green+Blue) = 135+0+132=267 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.56% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 132 (51.95% from 255 or 49.44% from 267); Max value from RGB is 135 - color contains mainly: red. Hex color #870084 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870084 is #78FF7B. Grayscale: #373737. Windows color (decimal): -7929724 or 8650887. OLE color: 8650887.

HSL color Cylindrical-coordinate representation of color #870084: hue angle of 301.33º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #870084 is Cyan = 0, Magento = 1, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB1350132-
CMYK010.020.47
HSL301.33º100%26.47%-
HSV(B)301.33º100%52.94%-
XYZ14.166.8222.4-
YUV55.41171.23184.77-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.56%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 132 (51.95% from 255) = 49.44%
R=50.56%
G=0%
B=49.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1350132010.020.47301.3310026.47
Hex8708406422F12d641a
Octal2070204014425745514432
Binary100001110100001000110010010101111100101101110010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870084

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870084; }

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

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

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

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

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

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

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

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