Shades of Dark Magenta #80029D
Tints of Dark Magenta #80029D
RGB
CMYK
RGB Variations
Color information
#80029D (or 0x80029D) is known color: Dark Magenta. HEX triplet: 80, 02 and 9D. RGB value is (128,2,157). Sum of RGB (Red+Green+Blue) = 128+2+157=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 2 (1.17% from 255 or 0.70% from 287); Blue value is 157 (61.72% from 255 or 54.70% from 287); Max value from RGB is 157 - color contains mainly: blue. Hex color #80029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80029D is #7FFD62. Grayscale: #383838. Windows color (decimal): -8387939 or 10289792. OLE color: 10289792.
HSL color Cylindrical-coordinate representation of color #80029D: hue angle of 288.77º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #80029D is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 2 | 157 | - |
| CMYK | 0.18 | 0.99 | 0 | 0.38 |
| HSL | 288.77º | 0.97% | 0.31% | - |
| HSV(B) | 288.77º | 0.99% | 0.62% | - |
| XYZ | 15.01 | 7.07 | 32.47 | - |
| YUV | 57.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 2 | 157 | 0.18 | 0.99 | 0 | 0.38 | 288.77 | 0.97 | 0.31 |
| Hex | 80 | 2 | 9D | 12 | 63 | 0 | 26 | 121 | 61 | 1F |
| Octal | 200 | 2 | 235 | 22 | 143 | 0 | 46 | 441 | 141 | 37 |
| Binary | 10000000 | 10 | 10011101 | 10010 | 1100011 | 0 | 100110 | 100100001 | 1100001 | 11111 |
Color Harmonies of #80029D
Complementary color
Monochromatic Colors of #80029D
Black with #80029D
Text Example
Text Example
White with #80029D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80029D; }
p { color: rgb(128,2,157); }
H1.HeaderClassName
{
color: #80029D;
}
.AnyTagClassName
{
color: #80029D;
}
</style>
background-color css
<style>
a { background-color: #80029D; }
a { background-color: rgb(128,2,157); }
div.DivClassName
{
background-color: #80029D;
}
.BgClassName
{
background-color: #80029D;
}
</style>
border-color css
<style>
span { border-color: #80029D; }
span { border-color: rgb(128,2,157); }
td.TdClassName
{
border-color: #80029D;
}
.TagClassName
{
border-color: #80029D;
}
</style>