Shades of Dark Magenta #840799
Tints of Dark Magenta #840799
RGB
CMYK
RGB Variations
Color information
#840799 (or 0x840799) is known color: Dark Magenta. HEX triplet: 84, 07 and 99. RGB value is (132,7,153). Sum of RGB (Red+Green+Blue) = 132+7+153=292 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.21% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 153 (60.16% from 255 or 52.40% from 292); Max value from RGB is 153 - color contains mainly: blue. Hex color #840799 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #840799 is #7BF866. Grayscale: #3C3C3C. Windows color (decimal): -8124519 or 10028932. OLE color: 10028932.
HSL color Cylindrical-coordinate representation of color #840799: hue angle of 291.37º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #840799 is Cyan = 0.14, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 132 | 7 | 153 | - |
| CMYK | 0.14 | 0.95 | 0 | 0.4 |
| HSL | 291.37º | 0.91% | 0.31% | - |
| HSV(B) | 291.37º | 0.95% | 0.6% | - |
| XYZ | 15.34 | 7.36 | 30.75 | - |
| YUV | 61.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 7 | 153 | 0.14 | 0.95 | 0 | 0.4 | 291.37 | 0.91 | 0.31 |
| Hex | 84 | 7 | 99 | E | 5F | 0 | 28 | 123 | 5B | 1F |
| Octal | 204 | 7 | 231 | 16 | 137 | 0 | 50 | 443 | 133 | 37 |
| Binary | 10000100 | 111 | 10011001 | 1110 | 1011111 | 0 | 101000 | 100100011 | 1011011 | 11111 |
Color Harmonies of #840799
Complementary color
Monochromatic Colors of #840799
Black with #840799
Text Example
Text Example
White with #840799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #840799; }
p { color: rgb(132,7,153); }
H1.HeaderClassName
{
color: #840799;
}
.AnyTagClassName
{
color: #840799;
}
</style>
background-color css
<style>
a { background-color: #840799; }
a { background-color: rgb(132,7,153); }
div.DivClassName
{
background-color: #840799;
}
.BgClassName
{
background-color: #840799;
}
</style>
border-color css
<style>
span { border-color: #840799; }
span { border-color: rgb(132,7,153); }
td.TdClassName
{
border-color: #840799;
}
.TagClassName
{
border-color: #840799;
}
</style>