#871289

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

Shades of Dark Magenta #871289

Tints of Dark Magenta #871289

Color information

#871289 (or 0x871289) is unknown color: approx Dark Magenta. HEX triplet: 87, 12 and 89. RGB value is (135,18,137). Sum of RGB (Red+Green+Blue) = 135+18+137=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 18 (7.42% from 255 or 6.21% from 290); Blue value is 137 (53.91% from 255 or 47.24% from 290); Max value from RGB is 137 - color contains mainly: blue. Hex color #871289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871289 is #78ED76. Grayscale: #424242. Windows color (decimal): -7925111 or 8983175. OLE color: 8983175.

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

Color convert

RGB13518137-
CMYK0.010.8700.46
HSL298.99º76.77%30.39%-
HSV(B)298.99º86.86%53.73%-
XYZ14.727.3924.32-
YUV66.55167.76176.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.55%
GREEN value IS 18 (7.42% from 255) = 6.21%
BLUE value IS 137 (53.91% from 255) = 47.24%
R=46.55%
G=6.21%
B=47.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal135181370.010.8700.46298.9976.7730.39
Hex87128915702E12b4d1e
Octal20722211112705645311536
Binary100001111001010001001110101110101110100101011100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871289; }

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

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

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

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

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

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

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

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