#871499

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

Shades of Dark Magenta #871499

Tints of Dark Magenta #871499

Color information

#871499 (or 0x871499) is unknown color: approx Dark Magenta. HEX triplet: 87, 14 and 99. RGB value is (135,20,153). Sum of RGB (Red+Green+Blue) = 135+20+153=308 (40% of max value = 765). Red value is 135 (53.12% from 255 or 43.83% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 153 (60.16% from 255 or 49.68% from 308); Max value from RGB is 153 - color contains mainly: blue. Hex color #871499 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871499 is #78EB66. Grayscale: #454545. Windows color (decimal): -7924583 or 10032263. OLE color: 10032263.

HSL color Cylindrical-coordinate representation of color #871499: hue angle of 291.88º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871499 is Cyan = 0.12, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13520153-
CMYK0.120.8700.4
HSL291.88º76.88%33.92%-
HSV(B)291.88º86.93%60%-
XYZ15.997.9530.83-
YUV69.55175.1174.69-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 43.83%
GREEN value IS 20 (8.20% from 255) = 6.49%
BLUE value IS 153 (60.16% from 255) = 49.68%
R=43.83%
G=6.49%
B=49.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135201530.120.8700.4291.8876.8833.92
Hex871499C570281244d22
Octal207242311412705044411542
Binary1000011110100100110011100101011101010001001001001001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871499; }

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

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

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

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

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

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

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

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