#840287

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

Shades of Dark Magenta #840287

Tints of Dark Magenta #840287

Color information

#840287 (or 0x840287) is unknown color: approx Dark Magenta. HEX triplet: 84, 02 and 87. RGB value is (132,2,135). Sum of RGB (Red+Green+Blue) = 132+2+135=269 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.07% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 135 (53.12% from 255 or 50.19% from 269); Max value from RGB is 135 - color contains mainly: blue. Hex color #840287 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840287 is #7BFD78. Grayscale: #373737. Windows color (decimal): -8125817 or 8848004. OLE color: 8848004.

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

Color convert

RGB1322135-
CMYK0.020.9900.47
HSL298.65º97.08%26.86%-
HSV(B)298.65º98.52%52.94%-
XYZ13.916.723.48-
YUV56.03172.57182.19-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13221350.020.9900.47298.6597.0826.86
Hex8428726302F12b611b
Octal2042207214305745314133
Binary1000010010100001111011000110101111100101011110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840287; }

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

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

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

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

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

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

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

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