#870E9F

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

Shades of Dark Magenta #870E9F

Tints of Dark Magenta #870E9F

Color information

#870E9F (or 0x870E9F) is unknown color: approx Dark Magenta. HEX triplet: 87, 0E and 9F. RGB value is (135,14,159). Sum of RGB (Red+Green+Blue) = 135+14+159=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 14 (5.86% from 255 or 4.55% from 308); Blue value is 159 (62.5% from 255 or 51.62% from 308); Max value from RGB is 159 - color contains mainly: blue. Hex color #870E9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870E9F is #78F160. Grayscale: #424242. Windows color (decimal): -7926113 or 10423943. OLE color: 10423943.

HSL color Cylindrical-coordinate representation of color #870E9F: hue angle of 290.07º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #870E9F is Cyan = 0.15, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13514159-
CMYK0.150.9100.38
HSL290.07º83.82%33.92%-
HSV(B)290.07º91.19%62.35%-
XYZ16.417.9733.47-
YUV66.71180.09176.71-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 14 (5.86% from 255) = 4.55%
BLUE value IS 159 (62.5% from 255) = 51.62%
R=43.83%
G=4.55%
B=51.62%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal135141590.150.9100.38290.0783.8233.92
Hex87E9FF5B0261225422
Octal207162371713304644212442
Binary100001111110100111111111101101101001101001000101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870E9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,14,159); }

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

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

 a { background-color: rgb(135,14,159); }

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

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

 span { border-color: rgb(135,14,159); }

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