#871491

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

Shades of Dark Magenta #871491

Tints of Dark Magenta #871491

Color information

#871491 (or 0x871491) is unknown color: approx Dark Magenta. HEX triplet: 87, 14 and 91. RGB value is (135,20,145). Sum of RGB (Red+Green+Blue) = 135+20+145=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #871491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871491 is #78EB6E. Grayscale: #444444. Windows color (decimal): -7924591 or 9507975. OLE color: 9507975.

HSL color Cylindrical-coordinate representation of color #871491: hue angle of 295.2º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #871491 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13520145-
CMYK0.070.8600.43
HSL295.2º75.76%32.35%-
HSV(B)295.2º86.21%56.86%-
XYZ15.357.727.46-
YUV68.63171.1175.34-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 20 (8.20% from 255) = 6.67%
BLUE value IS 145 (57.03% from 255) = 48.33%
R=45%
G=6.67%
B=48.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal135201450.070.8600.43295.275.7632.35
Hex87149175602B1274c20
Octal20724221712605344711440
Binary100001111010010010001111101011001010111001001111001100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871491; }

 p { color: rgb(135,20,145); }

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

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

 a { background-color: rgb(135,20,145); }

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

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

 span { border-color: rgb(135,20,145); }

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