#871299

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

Shades of Dark Magenta #871299

Tints of Dark Magenta #871299

Color information

#871299 (or 0x871299) is unknown color: approx Dark Magenta. HEX triplet: 87, 12 and 99. RGB value is (135,18,153). Sum of RGB (Red+Green+Blue) = 135+18+153=306 (40% of max value = 765). Red value is 135 (53.12% from 255 or 44.12% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #871299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #871299 is #78ED66. Grayscale: #434343. Windows color (decimal): -7925095 or 10031751. OLE color: 10031751.

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

Color convert

RGB13518153-
CMYK0.120.8800.4
HSL292º78.95%33.53%-
HSV(B)292º88.24%60%-
XYZ15.967.8830.82-
YUV68.37175.76175.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 44.12%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 153 (60.16% from 255) = 50%
R=44.12%
G=5.88%
B=50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal135181530.120.8800.429278.9533.53
Hex871299C580281244f22
Octal207222311413005044411742
Binary1000011110010100110011100101100001010001001001001001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #871299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #871299; }

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

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

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

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

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

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

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

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