Shades of Dark Magenta #80129A
Tints of Dark Magenta #80129A
RGB
CMYK
RGB Variations
Color information
#80129A (or 0x80129A) is known color: Dark Magenta. HEX triplet: 80, 12 and 9A. RGB value is (128,18,154). Sum of RGB (Red+Green+Blue) = 128+18+154=300 (39% of max value = 765). Red value is 128 (50.39% from 255 or 42.67% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 154 (60.55% from 255 or 51.33% from 300); Max value from RGB is 154 - color contains mainly: blue. Hex color #80129A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80129A is #7FED65. Grayscale: #414141. Windows color (decimal): -8383846 or 10097280. OLE color: 10097280.
HSL color Cylindrical-coordinate representation of color #80129A: hue angle of 288.53º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #80129A is Cyan = 0.17, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 18 | 154 | - |
| CMYK | 0.17 | 0.88 | 0 | 0.40 |
| HSL | 288.53º | 0.79% | 0.34% | - |
| HSV(B) | 288.53º | 0.88% | 0.6% | - |
| XYZ | 14.95 | 7.35 | 31.2 | - |
| YUV | 66.39 | 177.44 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 18 | 154 | 0.17 | 0.88 | 0 | 0.40 | 288.53 | 0.79 | 0.34 |
| Hex | 80 | 12 | 9A | 11 | 58 | 0 | 28 | 121 | 4F | 22 |
| Octal | 200 | 22 | 232 | 21 | 130 | 0 | 50 | 441 | 117 | 42 |
| Binary | 10000000 | 10010 | 10011010 | 10001 | 1011000 | 0 | 101000 | 100100001 | 1001111 | 100010 |
Color Harmonies of #80129A
Complementary color
Monochromatic Colors of #80129A
Black with #80129A
Text Example
Text Example
White with #80129A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80129A; }
p { color: rgb(128,18,154); }
H1.HeaderClassName
{
color: #80129A;
}
.AnyTagClassName
{
color: #80129A;
}
</style>
background-color css
<style>
a { background-color: #80129A; }
a { background-color: rgb(128,18,154); }
div.DivClassName
{
background-color: #80129A;
}
.BgClassName
{
background-color: #80129A;
}
</style>
border-color css
<style>
span { border-color: #80129A; }
span { border-color: rgb(128,18,154); }
td.TdClassName
{
border-color: #80129A;
}
.TagClassName
{
border-color: #80129A;
}
</style>