#870F8E

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

Shades of Dark Magenta #870F8E

Tints of Dark Magenta #870F8E

Color information

#870F8E (or 0x870F8E) is unknown color: approx Dark Magenta. HEX triplet: 87, 0F and 8E. RGB value is (135,15,142). Sum of RGB (Red+Green+Blue) = 135+15+142=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 15 (6.25% from 255 or 5.14% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #870F8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F8E is #78F071. Grayscale: #404040. Windows color (decimal): -7925874 or 9310087. OLE color: 9310087.

HSL color Cylindrical-coordinate representation of color #870F8E: hue angle of 296.69º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #870F8E is Cyan = 0.05, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13515142-
CMYK0.050.8900.44
HSL296.69º80.89%30.78%-
HSV(B)296.69º89.44%55.69%-
XYZ15.047.4526.24-
YUV65.36171.26177.67-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.23%
GREEN value IS 15 (6.25% from 255) = 5.14%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=46.23%
G=5.14%
B=48.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135151420.050.8900.44296.6980.8930.78
Hex87F8E55902C129511f
Octal20717216513105445112137
Binary1000011111111000111010110110010101100100101001101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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