#870289

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

Shades of Dark Magenta #870289

Tints of Dark Magenta #870289

Color information

#870289 (or 0x870289) is unknown color: approx Dark Magenta. HEX triplet: 87, 02 and 89. RGB value is (135,2,137). Sum of RGB (Red+Green+Blue) = 135+2+137=274 (36% of max value = 765). Red value is 135 (53.12% from 255 or 49.27% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 137 (53.91% from 255 or 50% from 274); Max value from RGB is 137 - color contains mainly: blue. Hex color #870289 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870289 is #78FD76. Grayscale: #383838. Windows color (decimal): -7929207 or 8979079. OLE color: 8979079.

HSL color Cylindrical-coordinate representation of color #870289: hue angle of 299.11º 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 #870289 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1352137-
CMYK0.010.9900.46
HSL299.11º97.12%27.25%-
HSV(B)299.11º98.54%53.73%-
XYZ14.53724.25-
YUV57.16173.06183.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 49.27%
GREEN value IS 2 (1.17% from 255) = 0.73%
BLUE value IS 137 (53.91% from 255) = 50%
R=49.27%
G=0.73%
B=50%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13521370.010.9900.46299.1197.1227.25
Hex8728916302E12b611b
Octal2072211114305645314133
Binary100001111010001001111000110101110100101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870289; }

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

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

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

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

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

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

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

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