Shades of Dark Magenta #800299
Tints of Dark Magenta #800299
RGB
CMYK
RGB Variations
Color information
#800299 (or 0x800299) is known color: Dark Magenta. HEX triplet: 80, 02 and 99. RGB value is (128,2,153). Sum of RGB (Red+Green+Blue) = 128+2+153=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #800299 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800299 is #7FFD66. Grayscale: #383838. Windows color (decimal): -8387943 or 10027648. OLE color: 10027648.
HSL color Cylindrical-coordinate representation of color #800299: hue angle of 290.07º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #800299 is Cyan = 0.16, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 128 | 2 | 153 | - |
| CMYK | 0.16 | 0.99 | 0 | 0.4 |
| HSL | 290.07º | 0.97% | 0.3% | - |
| HSV(B) | 290.07º | 0.99% | 0.6% | - |
| XYZ | 14.67 | 6.93 | 30.7 | - |
| YUV | 56.89 | 182.24 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 153 | 0.16 | 0.99 | 0 | 0.4 | 290.07 | 0.97 | 0.3 |
| Hex | 80 | 2 | 99 | 10 | 63 | 0 | 28 | 122 | 61 | 1E |
| Octal | 200 | 2 | 231 | 20 | 143 | 0 | 50 | 442 | 141 | 36 |
| Binary | 10000000 | 10 | 10011001 | 10000 | 1100011 | 0 | 101000 | 100100010 | 1100001 | 11110 |
Color Harmonies of #800299
Complementary color
Monochromatic Colors of #800299
Black with #800299
Text Example
Text Example
White with #800299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800299; }
p { color: rgb(128,2,153); }
H1.HeaderClassName
{
color: #800299;
}
.AnyTagClassName
{
color: #800299;
}
</style>
background-color css
<style>
a { background-color: #800299; }
a { background-color: rgb(128,2,153); }
div.DivClassName
{
background-color: #800299;
}
.BgClassName
{
background-color: #800299;
}
</style>
border-color css
<style>
span { border-color: #800299; }
span { border-color: rgb(128,2,153); }
td.TdClassName
{
border-color: #800299;
}
.TagClassName
{
border-color: #800299;
}
</style>