#871590

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

Shades of Dark Magenta #871590

Tints of Dark Magenta #871590

Color information

#871590 (or 0x871590) is unknown color: approx Dark Magenta. HEX triplet: 87, 15 and 90. RGB value is (135,21,144). Sum of RGB (Red+Green+Blue) = 135+21+144=300 (39% of max value = 765). Red value is 135 (53.12% from 255 or 45% from 300); Green value is 21 (8.59% from 255 or 7% from 300); Blue value is 144 (56.64% from 255 or 48% from 300); Max value from RGB is 144 - color contains mainly: blue. Hex color #871590 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871590 is #78EA6F. Grayscale: #444444. Windows color (decimal): -7924336 or 9442695. OLE color: 9442695.

HSL color Cylindrical-coordinate representation of color #871590: hue angle of 295.61º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #871590 is Cyan = 0.06, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13521144-
CMYK0.060.8500.44
HSL295.61º74.55%32.35%-
HSV(B)295.61º85.42%56.47%-
XYZ15.297.727.07-
YUV69.11170.27175-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 45%
GREEN value IS 21 (8.59% from 255) = 7%
BLUE value IS 144 (56.64% from 255) = 48%
R=45%
G=7%
B=48%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135211440.060.8500.44295.6174.5532.35
Hex87159065502C1284b20
Octal20725220612505445011340
Binary100001111010110010000110101010101011001001010001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871590; }

 p { color: rgb(135,21,144); }

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

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

 a { background-color: rgb(135,21,144); }

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

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

 span { border-color: rgb(135,21,144); }

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