#871288

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

Shades of Dark Magenta #871288

Tints of Dark Magenta #871288

Color information

#871288 (or 0x871288) is unknown color: approx Dark Magenta. HEX triplet: 87, 12 and 88. RGB value is (135,18,136). Sum of RGB (Red+Green+Blue) = 135+18+136=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 18 (7.42% from 255 or 6.23% from 289); Blue value is 136 (53.52% from 255 or 47.06% from 289); Max value from RGB is 136 - color contains mainly: blue. Hex color #871288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871288 is #78ED77. Grayscale: #424242. Windows color (decimal): -7925112 or 8917639. OLE color: 8917639.

HSL color Cylindrical-coordinate representation of color #871288: hue angle of 299.49º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #871288 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13518136-
CMYK0.010.8700.47
HSL299.49º76.62%30.2%-
HSV(B)299.49º86.76%53.33%-
XYZ14.657.3623.94-
YUV66.44167.26176.91-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.71%
GREEN value IS 18 (7.42% from 255) = 6.23%
BLUE value IS 136 (53.52% from 255) = 47.06%
R=46.71%
G=6.23%
B=47.06%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135181360.010.8700.47299.4976.6230.2
Hex87128815702F12b4d1e
Octal20722210112705745311536
Binary100001111001010001000110101110101111100101011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871288; }

 p { color: rgb(135,18,136); }

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

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

 a { background-color: rgb(135,18,136); }

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

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

 span { border-color: rgb(135,18,136); }

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