#840699

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

Shades of Dark Magenta #840699

Tints of Dark Magenta #840699

Color information

#840699 (or 0x840699) is unknown color: approx Dark Magenta. HEX triplet: 84, 06 and 99. RGB value is (132,6,153). Sum of RGB (Red+Green+Blue) = 132+6+153=291 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.36% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 153 (60.16% from 255 or 52.58% from 291); Max value from RGB is 153 - color contains mainly: blue. Hex color #840699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840699 is #7BF966. Grayscale: #3B3B3B. Windows color (decimal): -8124775 or 10028676. OLE color: 10028676.

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

Color convert

RGB1326153-
CMYK0.140.9600.4
HSL291.43º92.45%31.18%-
HSV(B)291.43º96.08%60%-
XYZ15.337.3430.74-
YUV60.43180.24179.05-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.36%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 153 (60.16% from 255) = 52.58%
R=45.36%
G=2.06%
B=52.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal13261530.140.9600.4291.4392.4531.18
Hex84699E600281235c1f
Octal20462311614005044313437
Binary1000010011010011001111011000000101000100100011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #840699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #840699; }

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

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

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

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

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

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

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

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