#870F84

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

Shades of Dark Magenta #870F84

Tints of Dark Magenta #870F84

Color information

#870F84 (or 0x870F84) is unknown color: approx Dark Magenta. HEX triplet: 87, 0F and 84. RGB value is (135,15,132). Sum of RGB (Red+Green+Blue) = 135+15+132=282 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.87% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 132 (51.95% from 255 or 46.81% from 282); Max value from RGB is 135 - color contains mainly: red. Hex color #870F84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F84 is #78F07B. Grayscale: #3F3F3F. Windows color (decimal): -7925884 or 8654727. OLE color: 8654727.

HSL color Cylindrical-coordinate representation of color #870F84: hue angle of 301.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 #870F84 is Cyan = 0, Magento = 0.89, Yellow = 0.02 and Black (K on CMYK) = 0.47.

Color convert

RGB13515132-
CMYK00.890.020.47
HSL301.5º80%29.41%-
HSV(B)301.5º88.89%52.94%-
XYZ14.337.1622.46-
YUV64.22166.26178.49-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.87%
GREEN value IS 15 (6.25% from 255) = 5.32%
BLUE value IS 132 (51.95% from 255) = 46.81%
R=47.87%
G=5.32%
B=46.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351513200.890.020.47301.58029.41
Hex87F8405922F12e501d
Octal20717204013125745612035
Binary100001111111100001000101100110101111100101110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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