#870F86

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

Shades of Dark Magenta #870F86

Tints of Dark Magenta #870F86

Color information

#870F86 (or 0x870F86) is unknown color: approx Dark Magenta. HEX triplet: 87, 0F and 86. RGB value is (135,15,134). Sum of RGB (Red+Green+Blue) = 135+15+134=284 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.54% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 134 (52.73% from 255 or 47.18% from 284); Max value from RGB is 135 - color contains mainly: red. Hex color #870F86 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F86 is #78F079. Grayscale: #404040. Windows color (decimal): -7925882 or 8785799. OLE color: 8785799.

HSL color Cylindrical-coordinate representation of color #870F86: hue angle of 300.5º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F86 is Cyan = 0, Magento = 0.89, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13515134-
CMYK00.890.010.47
HSL300.5º80%29.41%-
HSV(B)300.5º88.89%52.94%-
XYZ14.477.2123.18-
YUV64.45167.26178.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.54%
GREEN value IS 15 (6.25% from 255) = 5.28%
BLUE value IS 134 (52.73% from 255) = 47.18%
R=47.54%
G=5.28%
B=47.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351513400.890.010.47300.58029.41
Hex87F8605912F12c501d
Octal20717206013115745412035
Binary10000111111110000110010110011101111100101100101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870F86; }

 p { color: rgb(135,15,134); }

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

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

 a { background-color: rgb(135,15,134); }

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

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

 span { border-color: rgb(135,15,134); }

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