#87029C

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

Shades of Dark Magenta #87029C

Tints of Dark Magenta #87029C

Color information

#87029C (or 0x87029C) is unknown color: approx Dark Magenta. HEX triplet: 87, 02 and 9C. RGB value is (135,2,156). Sum of RGB (Red+Green+Blue) = 135+2+156=293 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.08% from 293); Green value is 2 (1.17% from 255 or 0.68% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #87029C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87029C is #78FD63. Grayscale: #3A3A3A. Windows color (decimal): -7929188 or 10224263. OLE color: 10224263.

HSL color Cylindrical-coordinate representation of color #87029C: hue angle of 291.82º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87029C is Cyan = 0.13, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB1352156-
CMYK0.130.9900.39
HSL291.82º97.47%30.98%-
HSV(B)291.82º98.72%61.18%-
XYZ16.017.5932.07-
YUV59.32182.56181.98-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 46.08%
GREEN value IS 2 (1.17% from 255) = 0.68%
BLUE value IS 156 (61.33% from 255) = 53.24%
R=46.08%
G=0.68%
B=53.24%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal13521560.130.9900.39291.8297.4730.98
Hex8729CD63027124611f
Octal20722341514304744414137
Binary100001111010011100110111000110100111100100100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87029C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87029C; }

 p { color: rgb(135,2,156); }

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

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

 a { background-color: rgb(135,2,156); }

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

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

 span { border-color: rgb(135,2,156); }

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