Shades of Dark Magenta #800899
Tints of Dark Magenta #800899
RGB
CMYK
RGB Variations
Color information
#800899 (or 0x800899) is known color: Dark Magenta. HEX triplet: 80, 08 and 99. RGB value is (128,8,153). Sum of RGB (Red+Green+Blue) = 128+8+153=289 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.29% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #800899 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800899 is #7FF766. Grayscale: #3B3B3B. Windows color (decimal): -8386407 or 10029184. OLE color: 10029184.
HSL color Cylindrical-coordinate representation of color #800899: hue angle of 289.66º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #800899 is Cyan = 0.16, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 8 | 153 | - |
| CMYK | 0.16 | 0.95 | 0 | 0.4 |
| HSL | 289.66º | 0.9% | 0.32% | - |
| HSV(B) | 289.66º | 0.95% | 0.6% | - |
| XYZ | 14.74 | 7.06 | 30.72 | - |
| YUV | 60.41 | 180.26 | 176.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 153 | 0.16 | 0.95 | 0 | 0.4 | 289.66 | 0.9 | 0.32 |
| Hex | 80 | 8 | 99 | 10 | 5F | 0 | 28 | 122 | 5A | 20 |
| Octal | 200 | 10 | 231 | 20 | 137 | 0 | 50 | 442 | 132 | 40 |
| Binary | 10000000 | 1000 | 10011001 | 10000 | 1011111 | 0 | 101000 | 100100010 | 1011010 | 100000 |
Color Harmonies of #800899
Complementary color
Monochromatic Colors of #800899
Black with #800899
Text Example
Text Example
White with #800899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800899; }
p { color: rgb(128,8,153); }
H1.HeaderClassName
{
color: #800899;
}
.AnyTagClassName
{
color: #800899;
}
</style>
background-color css
<style>
a { background-color: #800899; }
a { background-color: rgb(128,8,153); }
div.DivClassName
{
background-color: #800899;
}
.BgClassName
{
background-color: #800899;
}
</style>
border-color css
<style>
span { border-color: #800899; }
span { border-color: rgb(128,8,153); }
td.TdClassName
{
border-color: #800899;
}
.TagClassName
{
border-color: #800899;
}
</style>