Shades of Dark Magenta #80059B
Tints of Dark Magenta #80059B
RGB
CMYK
RGB Variations
Color information
#80059B (or 0x80059B) is known color: Dark Magenta. HEX triplet: 80, 05 and 9B. RGB value is (128,5,155). Sum of RGB (Red+Green+Blue) = 128+5+155=288 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.44% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 155 (60.94% from 255 or 53.82% from 288); Max value from RGB is 155 - color contains mainly: blue. Hex color #80059B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80059B is #7FFA64. Grayscale: #3A3A3A. Windows color (decimal): -8387173 or 10159488. OLE color: 10159488.
HSL color Cylindrical-coordinate representation of color #80059B: hue angle of 289.2º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #80059B is Cyan = 0.17, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 5 | 155 | - |
| CMYK | 0.17 | 0.97 | 0 | 0.39 |
| HSL | 289.2º | 0.94% | 0.31% | - |
| HSV(B) | 289.2º | 0.97% | 0.61% | - |
| XYZ | 14.87 | 7.06 | 31.59 | - |
| YUV | 58.88 | 182.25 | 177.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 155 | 0.17 | 0.97 | 0 | 0.39 | 289.2 | 0.94 | 0.31 |
| Hex | 80 | 5 | 9B | 11 | 61 | 0 | 27 | 121 | 5E | 1F |
| Octal | 200 | 5 | 233 | 21 | 141 | 0 | 47 | 441 | 136 | 37 |
| Binary | 10000000 | 101 | 10011011 | 10001 | 1100001 | 0 | 100111 | 100100001 | 1011110 | 11111 |
Color Harmonies of #80059B
Complementary color
Monochromatic Colors of #80059B
Black with #80059B
Text Example
Text Example
White with #80059B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80059B; }
p { color: rgb(128,5,155); }
H1.HeaderClassName
{
color: #80059B;
}
.AnyTagClassName
{
color: #80059B;
}
</style>
background-color css
<style>
a { background-color: #80059B; }
a { background-color: rgb(128,5,155); }
div.DivClassName
{
background-color: #80059B;
}
.BgClassName
{
background-color: #80059B;
}
</style>
border-color css
<style>
span { border-color: #80059B; }
span { border-color: rgb(128,5,155); }
td.TdClassName
{
border-color: #80059B;
}
.TagClassName
{
border-color: #80059B;
}
</style>