Shades of Dark Magenta #80099B
Tints of Dark Magenta #80099B
RGB
CMYK
RGB Variations
Color information
#80099B (or 0x80099B) is known color: Dark Magenta. HEX triplet: 80, 09 and 9B. RGB value is (128,9,155). Sum of RGB (Red+Green+Blue) = 128+9+155=292 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.84% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 155 (60.94% from 255 or 53.08% from 292); Max value from RGB is 155 - color contains mainly: blue. Hex color #80099B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80099B is #7FF664. Grayscale: #3C3C3C. Windows color (decimal): -8386149 or 10160512. OLE color: 10160512.
HSL color Cylindrical-coordinate representation of color #80099B: hue angle of 288.9º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80099B is Cyan = 0.17, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 9 | 155 | - |
| CMYK | 0.17 | 0.94 | 0 | 0.39 |
| HSL | 288.9º | 0.89% | 0.32% | - |
| HSV(B) | 288.9º | 0.94% | 0.61% | - |
| XYZ | 14.92 | 7.15 | 31.6 | - |
| YUV | 61.23 | 180.92 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 155 | 0.17 | 0.94 | 0 | 0.39 | 288.9 | 0.89 | 0.32 |
| Hex | 80 | 9 | 9B | 11 | 5E | 0 | 27 | 121 | 59 | 20 |
| Octal | 200 | 11 | 233 | 21 | 136 | 0 | 47 | 441 | 131 | 40 |
| Binary | 10000000 | 1001 | 10011011 | 10001 | 1011110 | 0 | 100111 | 100100001 | 1011001 | 100000 |
Color Harmonies of #80099B
Complementary color
Monochromatic Colors of #80099B
Black with #80099B
Text Example
Text Example
White with #80099B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80099B; }
p { color: rgb(128,9,155); }
H1.HeaderClassName
{
color: #80099B;
}
.AnyTagClassName
{
color: #80099B;
}
</style>
background-color css
<style>
a { background-color: #80099B; }
a { background-color: rgb(128,9,155); }
div.DivClassName
{
background-color: #80099B;
}
.BgClassName
{
background-color: #80099B;
}
</style>
border-color css
<style>
span { border-color: #80099B; }
span { border-color: rgb(128,9,155); }
td.TdClassName
{
border-color: #80099B;
}
.TagClassName
{
border-color: #80099B;
}
</style>