Shades of Dark Magenta #80089B
Tints of Dark Magenta #80089B
RGB
CMYK
RGB Variations
Color information
#80089B (or 0x80089B) is known color: Dark Magenta. HEX triplet: 80, 08 and 9B. RGB value is (128,8,155). Sum of RGB (Red+Green+Blue) = 128+8+155=291 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.99% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 155 (60.94% from 255 or 53.26% from 291); Max value from RGB is 155 - color contains mainly: blue. Hex color #80089B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80089B is #7FF764. Grayscale: #3C3C3C. Windows color (decimal): -8386405 or 10160256. OLE color: 10160256.
HSL color Cylindrical-coordinate representation of color #80089B: hue angle of 288.98º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #80089B is Cyan = 0.17, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 8 | 155 | - |
| CMYK | 0.17 | 0.95 | 0 | 0.39 |
| HSL | 288.98º | 0.9% | 0.32% | - |
| HSV(B) | 288.98º | 0.95% | 0.61% | - |
| XYZ | 14.91 | 7.13 | 31.6 | - |
| YUV | 60.64 | 181.26 | 176.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 155 | 0.17 | 0.95 | 0 | 0.39 | 288.98 | 0.9 | 0.32 |
| Hex | 80 | 8 | 9B | 11 | 5F | 0 | 27 | 121 | 5A | 20 |
| Octal | 200 | 10 | 233 | 21 | 137 | 0 | 47 | 441 | 132 | 40 |
| Binary | 10000000 | 1000 | 10011011 | 10001 | 1011111 | 0 | 100111 | 100100001 | 1011010 | 100000 |
Color Harmonies of #80089B
Complementary color
Monochromatic Colors of #80089B
Black with #80089B
Text Example
Text Example
White with #80089B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80089B; }
p { color: rgb(128,8,155); }
H1.HeaderClassName
{
color: #80089B;
}
.AnyTagClassName
{
color: #80089B;
}
</style>
background-color css
<style>
a { background-color: #80089B; }
a { background-color: rgb(128,8,155); }
div.DivClassName
{
background-color: #80089B;
}
.BgClassName
{
background-color: #80089B;
}
</style>
border-color css
<style>
span { border-color: #80089B; }
span { border-color: rgb(128,8,155); }
td.TdClassName
{
border-color: #80089B;
}
.TagClassName
{
border-color: #80089B;
}
</style>