#870FA0

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

Shades of Dark Magenta #870FA0

Tints of Dark Magenta #870FA0

Color information

#870FA0 (or 0x870FA0) is unknown color: approx Dark Magenta. HEX triplet: 87, 0F and A0. RGB value is (135,15,160). Sum of RGB (Red+Green+Blue) = 135+15+160=310 (41% of max value = 765). Red value is 135 (53.12% from 255 or 43.55% from 310); Green value is 15 (6.25% from 255 or 4.84% from 310); Blue value is 160 (62.89% from 255 or 51.61% from 310); Max value from RGB is 160 - color contains mainly: blue. Hex color #870FA0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870FA0 is #78F05F. Grayscale: #424242. Windows color (decimal): -7925856 or 10489735. OLE color: 10489735.

HSL color Cylindrical-coordinate representation of color #870FA0: hue angle of 289.66º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870FA0 is Cyan = 0.16, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB13515160-
CMYK0.160.9100.37
HSL289.66º82.86%34.31%-
HSV(B)289.66º90.62%62.75%-
XYZ16.518.0333.94-
YUV67.41180.26176.21-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.55%
GREEN value IS 15 (6.25% from 255) = 4.84%
BLUE value IS 160 (62.89% from 255) = 51.61%
R=43.55%
G=4.84%
B=51.61%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal135151600.160.9100.37289.6682.8634.31
Hex87FA0105B0251225322
Octal207172402013304544212342
Binary1000011111111010000010000101101101001011001000101010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870FA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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