Shades of Dark Magenta #800999
Tints of Dark Magenta #800999
RGB
CMYK
RGB Variations
Color information
#800999 (or 0x800999) is known color: Dark Magenta. HEX triplet: 80, 09 and 99. RGB value is (128,9,153). Sum of RGB (Red+Green+Blue) = 128+9+153=290 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.14% from 290); Green value is 9 (3.91% from 255 or 3.10% 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 #800999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800999 is #7FF666. Grayscale: #3C3C3C. Windows color (decimal): -8386151 or 10029440. OLE color: 10029440.
HSL color Cylindrical-coordinate representation of color #800999: hue angle of 289.58º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #800999 is Cyan = 0.16, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 9 | 153 | - |
| CMYK | 0.16 | 0.94 | 0 | 0.4 |
| HSL | 289.58º | 0.89% | 0.32% | - |
| HSV(B) | 289.58º | 0.94% | 0.6% | - |
| XYZ | 14.75 | 7.08 | 30.73 | - |
| YUV | 61 | 179.92 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 153 | 0.16 | 0.94 | 0 | 0.4 | 289.58 | 0.89 | 0.32 |
| Hex | 80 | 9 | 99 | 10 | 5E | 0 | 28 | 122 | 59 | 20 |
| Octal | 200 | 11 | 231 | 20 | 136 | 0 | 50 | 442 | 131 | 40 |
| Binary | 10000000 | 1001 | 10011001 | 10000 | 1011110 | 0 | 101000 | 100100010 | 1011001 | 100000 |
Color Harmonies of #800999
Complementary color
Monochromatic Colors of #800999
Black with #800999
Text Example
Text Example
White with #800999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800999; }
p { color: rgb(128,9,153); }
H1.HeaderClassName
{
color: #800999;
}
.AnyTagClassName
{
color: #800999;
}
</style>
background-color css
<style>
a { background-color: #800999; }
a { background-color: rgb(128,9,153); }
div.DivClassName
{
background-color: #800999;
}
.BgClassName
{
background-color: #800999;
}
</style>
border-color css
<style>
span { border-color: #800999; }
span { border-color: rgb(128,9,153); }
td.TdClassName
{
border-color: #800999;
}
.TagClassName
{
border-color: #800999;
}
</style>