#870F95

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

Shades of Dark Magenta #870F95

Tints of Dark Magenta #870F95

Color information

#870F95 (or 0x870F95) is unknown color: approx Dark Magenta. HEX triplet: 87, 0F and 95. RGB value is (135,15,149). Sum of RGB (Red+Green+Blue) = 135+15+149=299 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45.15% from 299); Green value is 15 (6.25% from 255 or 5.02% from 299); Blue value is 149 (58.59% from 255 or 49.83% from 299); Max value from RGB is 149 - color contains mainly: blue. Hex color #870F95 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870F95 is #78F06A. Grayscale: #414141. Windows color (decimal): -7925867 or 9768839. OLE color: 9768839.

HSL color Cylindrical-coordinate representation of color #870F95: hue angle of 293.73º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #870F95 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13515149-
CMYK0.090.9000.42
HSL293.73º81.71%32.16%-
HSV(B)293.73º89.93%58.43%-
XYZ15.597.6629.09-
YUV66.16174.76177.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45.15%
GREEN value IS 15 (6.25% from 255) = 5.02%
BLUE value IS 149 (58.59% from 255) = 49.83%
R=45.15%
G=5.02%
B=49.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal135151490.090.9000.42293.7381.7132.16
Hex87F9595A02A1265220
Octal207172251113205244612240
Binary100001111111100101011001101101001010101001001101010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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