Shades of Dark Magenta #80009F
Tints of Dark Magenta #80009F
RGB
CMYK
RGB Variations
Color information
#80009F (or 0x80009F) is known color: Dark Magenta. HEX triplet: 80, 00 and 9F. RGB value is (128,0,159). Sum of RGB (Red+Green+Blue) = 128+0+159=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #80009F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #80009F is #7FFF60. Grayscale: #373737. Windows color (decimal): -8388449 or 10420352. OLE color: 10420352.
HSL color Cylindrical-coordinate representation of color #80009F: hue angle of 288.3º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80009F is Cyan = 0.19, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 0 | 159 | - |
| CMYK | 0.19 | 1 | 0 | 0.38 |
| HSL | 288.3º | 1% | 0.31% | - |
| HSV(B) | 288.3º | 1% | 0.62% | - |
| XYZ | 15.16 | 7.09 | 33.37 | - |
| YUV | 56.4 | 185.91 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 159 | 0.19 | 1 | 0 | 0.38 | 288.3 | 1 | 0.31 |
| Hex | 80 | 0 | 9F | 13 | 64 | 0 | 26 | 120 | 64 | 1F |
| Octal | 200 | 0 | 237 | 23 | 144 | 0 | 46 | 440 | 144 | 37 |
| Binary | 10000000 | 0 | 10011111 | 10011 | 1100100 | 0 | 100110 | 100100000 | 1100100 | 11111 |
Color Harmonies of #80009F
Complementary color
Monochromatic Colors of #80009F
Black with #80009F
Text Example
Text Example
White with #80009F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80009F; }
p { color: rgb(128,0,159); }
H1.HeaderClassName
{
color: #80009F;
}
.AnyTagClassName
{
color: #80009F;
}
</style>
background-color css
<style>
a { background-color: #80009F; }
a { background-color: rgb(128,0,159); }
div.DivClassName
{
background-color: #80009F;
}
.BgClassName
{
background-color: #80009F;
}
</style>
border-color css
<style>
span { border-color: #80009F; }
span { border-color: rgb(128,0,159); }
td.TdClassName
{
border-color: #80009F;
}
.TagClassName
{
border-color: #80009F;
}
</style>