#871286

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

Shades of Dark Magenta #871286

Tints of Dark Magenta #871286

Color information

#871286 (or 0x871286) is unknown color: approx Dark Magenta. HEX triplet: 87, 12 and 86. RGB value is (135,18,134). Sum of RGB (Red+Green+Blue) = 135+18+134=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 18 (7.42% from 255 or 6.27% from 287); Blue value is 134 (52.73% from 255 or 46.69% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #871286 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871286 is #78ED79. Grayscale: #414141. Windows color (decimal): -7925114 or 8786567. OLE color: 8786567.

HSL color Cylindrical-coordinate representation of color #871286: hue angle of 300.51º degrees, saturation: 0.76, 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 #871286 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13518134-
CMYK00.870.010.47
HSL300.51º76.47%30%-
HSV(B)300.51º86.67%52.94%-
XYZ14.517.323.2-
YUV66.21166.26177.07-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 18 (7.42% from 255) = 6.27%
BLUE value IS 134 (52.73% from 255) = 46.69%
R=47.04%
G=6.27%
B=46.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1351813400.870.010.47300.5176.4730
Hex87128605712F12d4c1e
Octal20722206012715745511436
Binary100001111001010000110010101111101111100101101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871286; }

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

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

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

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

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

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

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

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