#870288

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

Shades of Dark Magenta #870288

Tints of Dark Magenta #870288

Color information

#870288 (or 0x870288) is unknown color: approx Dark Magenta. HEX triplet: 87, 02 and 88. RGB value is (135,2,136). Sum of RGB (Red+Green+Blue) = 135+2+136=273 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.45% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 136 (53.52% from 255 or 49.82% from 273); Max value from RGB is 136 - color contains mainly: blue. Hex color #870288 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870288 is #78FD77. Grayscale: #383838. Windows color (decimal): -7929208 or 8913543. OLE color: 8913543.

HSL color Cylindrical-coordinate representation of color #870288: hue angle of 299.55º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #870288 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1352136-
CMYK0.010.9900.47
HSL299.55º97.1%27.06%-
HSV(B)299.55º98.53%53.33%-
XYZ14.466.9723.88-
YUV57.04172.56183.6-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.45%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 136 (53.52% from 255) = 49.82%
R=49.45%
G=0.73%
B=49.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13521360.010.9900.47299.5597.127.06
Hex8728816302F12c611b
Octal2072210114305745414133
Binary100001111010001000111000110101111100101100110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870288; }

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

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

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

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

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

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

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

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