#840599

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

Shades of Dark Magenta #840599

Tints of Dark Magenta #840599

Color information

#840599 (or 0x840599) is unknown color: approx Dark Magenta. HEX triplet: 84, 05 and 99. RGB value is (132,5,153). Sum of RGB (Red+Green+Blue) = 132+5+153=290 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.52% from 290); Green value is 5 (2.34% from 255 or 1.72% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #840599 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840599 is #7BFA66. Grayscale: #3B3B3B. Windows color (decimal): -8125031 or 10028420. OLE color: 10028420.

HSL color Cylindrical-coordinate representation of color #840599: hue angle of 291.49º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #840599 is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB1325153-
CMYK0.140.9700.4
HSL291.49º93.67%30.98%-
HSV(B)291.49º96.73%60%-
XYZ15.327.3130.74-
YUV59.84180.58179.47-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.52%
GREEN value IS 5 (2.34% from 255) = 1.72%
BLUE value IS 153 (60.16% from 255) = 52.76%
R=45.52%
G=1.72%
B=52.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13251530.140.9700.4291.4993.6730.98
Hex84599E610281235e1f
Octal20452311614105044313637
Binary1000010010110011001111011000010101000100100011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840599; }

 p { color: rgb(132,5,153); }

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

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

 a { background-color: rgb(132,5,153); }

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

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

 span { border-color: rgb(132,5,153); }

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