#870284

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

Shades of Dark Magenta #870284

Tints of Dark Magenta #870284

Color information

#870284 (or 0x870284) is unknown color: approx Dark Magenta. HEX triplet: 87, 02 and 84. RGB value is (135,2,132). Sum of RGB (Red+Green+Blue) = 135+2+132=269 (35% of max value = 765). Red value is 135 (53.12% from 255 or 50.19% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 132 (51.95% from 255 or 49.07% from 269); Max value from RGB is 135 - color contains mainly: red. Hex color #870284 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #870284 is #78FD7B. Grayscale: #383838. Windows color (decimal): -7929212 or 8651399. OLE color: 8651399.

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

Color convert

RGB1352132-
CMYK00.990.020.47
HSL301.35º97.08%26.86%-
HSV(B)301.35º98.52%52.94%-
XYZ14.186.8622.41-
YUV56.59170.56183.93-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 50.19%
GREEN value IS 2 (1.17% from 255) = 0.74%
BLUE value IS 132 (51.95% from 255) = 49.07%
R=50.19%
G=0.74%
B=49.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.02
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135213200.990.020.47301.3597.0826.86
Hex8728406322F12d611b
Octal2072204014325745514133
Binary1000011110100001000110001110101111100101101110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #870284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #870284; }

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

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

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

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

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

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

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

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