Shades of Dark Magenta #800699
Tints of Dark Magenta #800699
RGB
CMYK
RGB Variations
Color information
#800699 (or 0x800699) is known color: Dark Magenta. HEX triplet: 80, 06 and 99. RGB value is (128,6,153). Sum of RGB (Red+Green+Blue) = 128+6+153=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 6 (2.73% from 255 or 2.09% from 287); Blue value is 153 (60.16% from 255 or 53.31% from 287); Max value from RGB is 153 - color contains mainly: blue. Hex color #800699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800699 is #7FF966. Grayscale: #3A3A3A. Windows color (decimal): -8386919 or 10028672. OLE color: 10028672.
HSL color Cylindrical-coordinate representation of color #800699: hue angle of 289.8º 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 #800699 is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 6 | 153 | - |
| CMYK | 0.16 | 0.96 | 0 | 0.4 |
| HSL | 289.8º | 0.92% | 0.31% | - |
| HSV(B) | 289.8º | 0.96% | 0.6% | - |
| XYZ | 14.72 | 7.02 | 30.72 | - |
| YUV | 59.24 | 180.92 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 6 | 153 | 0.16 | 0.96 | 0 | 0.4 | 289.8 | 0.92 | 0.31 |
| Hex | 80 | 6 | 99 | 10 | 60 | 0 | 28 | 122 | 5C | 1F |
| Octal | 200 | 6 | 231 | 20 | 140 | 0 | 50 | 442 | 134 | 37 |
| Binary | 10000000 | 110 | 10011001 | 10000 | 1100000 | 0 | 101000 | 100100010 | 1011100 | 11111 |
Color Harmonies of #800699
Complementary color
Monochromatic Colors of #800699
Black with #800699
Text Example
Text Example
White with #800699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800699; }
p { color: rgb(128,6,153); }
H1.HeaderClassName
{
color: #800699;
}
.AnyTagClassName
{
color: #800699;
}
</style>
background-color css
<style>
a { background-color: #800699; }
a { background-color: rgb(128,6,153); }
div.DivClassName
{
background-color: #800699;
}
.BgClassName
{
background-color: #800699;
}
</style>
border-color css
<style>
span { border-color: #800699; }
span { border-color: rgb(128,6,153); }
td.TdClassName
{
border-color: #800699;
}
.TagClassName
{
border-color: #800699;
}
</style>