#87028A

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

Shades of Dark Magenta #87028A

Tints of Dark Magenta #87028A

Color information

#87028A (or 0x87028A) is unknown color: approx Dark Magenta. HEX triplet: 87, 02 and 8A. RGB value is (135,2,138). Sum of RGB (Red+Green+Blue) = 135+2+138=275 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.09% from 275); Green value is 2 (1.17% from 255 or 0.73% from 275); Blue value is 138 (54.30% from 255 or 50.18% from 275); Max value from RGB is 138 - color contains mainly: blue. Hex color #87028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #87028A is #78FD75. Grayscale: #383838. Windows color (decimal): -7929206 or 9044615. OLE color: 9044615.

HSL color Cylindrical-coordinate representation of color #87028A: hue angle of 298.68º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #87028A is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1352138-
CMYK0.020.9900.46
HSL298.68º97.14%27.45%-
HSV(B)298.68º98.55%54.12%-
XYZ14.67.0324.63-
YUV57.27173.56183.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.09%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 138 (54.30% from 255) = 50.18%
R=49.09%
G=0.73%
B=50.18%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13521380.020.9900.46298.6897.1427.45
Hex8728A26302E12b611b
Octal2072212214305645314133
Binary1000011110100010101011000110101110100101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87028A; }

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

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

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

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

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

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

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

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