#840387

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

Shades of Dark Magenta #840387

Tints of Dark Magenta #840387

Color information

#840387 (or 0x840387) is unknown color: approx Dark Magenta. HEX triplet: 84, 03 and 87. RGB value is (132,3,135). Sum of RGB (Red+Green+Blue) = 132+3+135=270 (35% of max value = 765). Red value is 132 (51.95% from 255 or 48.89% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 135 (53.12% from 255 or 50% from 270); Max value from RGB is 135 - color contains mainly: blue. Hex color #840387 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840387 is #7BFC78. Grayscale: #383838. Windows color (decimal): -8125561 or 8848260. OLE color: 8848260.

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

Color convert

RGB1323135-
CMYK0.020.9800.47
HSL298.64º95.65%27.06%-
HSV(B)298.64º97.78%52.94%-
XYZ13.926.7223.49-
YUV56.62172.24181.77-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.89%
GREEN value IS 3 (1.56% from 255) = 1.11%
BLUE value IS 135 (53.12% from 255) = 50%
R=48.89%
G=1.11%
B=50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13231350.020.9800.47298.6495.6527.06
Hex8438726202F12b601b
Octal2043207214205745314033
Binary1000010011100001111011000100101111100101011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840387; }

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

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

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

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

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

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

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

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