Shades of Dark Magenta #80099C
Tints of Dark Magenta #80099C
RGB
CMYK
RGB Variations
Color information
#80099C (or 0x80099C) is known color: Dark Magenta. HEX triplet: 80, 09 and 9C. RGB value is (128,9,156). Sum of RGB (Red+Green+Blue) = 128+9+156=293 (38% of max value = 765). Red value is 128 (50.39% from 255 or 43.69% from 293); Green value is 9 (3.91% from 255 or 3.07% from 293); Blue value is 156 (61.33% from 255 or 53.24% from 293); Max value from RGB is 156 - color contains mainly: blue. Hex color #80099C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80099C is #7FF663. Grayscale: #3C3C3C. Windows color (decimal): -8386148 or 10226048. OLE color: 10226048.
HSL color Cylindrical-coordinate representation of color #80099C: hue angle of 288.57º 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 #80099C is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 9 | 156 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.39 |
| HSL | 288.57º | 0.89% | 0.32% | - |
| HSV(B) | 288.57º | 0.94% | 0.61% | - |
| XYZ | 15 | 7.18 | 32.05 | - |
| YUV | 61.34 | 181.42 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 9 | 156 | 0.18 | 0.94 | 0 | 0.39 | 288.57 | 0.89 | 0.32 |
| Hex | 80 | 9 | 9C | 12 | 5E | 0 | 27 | 121 | 59 | 20 |
| Octal | 200 | 11 | 234 | 22 | 136 | 0 | 47 | 441 | 131 | 40 |
| Binary | 10000000 | 1001 | 10011100 | 10010 | 1011110 | 0 | 100111 | 100100001 | 1011001 | 100000 |
Color Harmonies of #80099C
Complementary color
Monochromatic Colors of #80099C
Black with #80099C
Text Example
Text Example
White with #80099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80099C; }
p { color: rgb(128,9,156); }
H1.HeaderClassName
{
color: #80099C;
}
.AnyTagClassName
{
color: #80099C;
}
</style>
background-color css
<style>
a { background-color: #80099C; }
a { background-color: rgb(128,9,156); }
div.DivClassName
{
background-color: #80099C;
}
.BgClassName
{
background-color: #80099C;
}
</style>
border-color css
<style>
span { border-color: #80099C; }
span { border-color: rgb(128,9,156); }
td.TdClassName
{
border-color: #80099C;
}
.TagClassName
{
border-color: #80099C;
}
</style>