Shades of Dark Magenta #780A99
Tints of Dark Magenta #780A99
RGB
CMYK
RGB Variations
Color information
#780A99 (or 0x780A99) is known color: Dark Magenta. HEX triplet: 78, 0A and 99. RGB value is (120,10,153). Sum of RGB (Red+Green+Blue) = 120+10+153=283 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.40% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 153 (60.16% from 255 or 54.06% from 283); Max value from RGB is 153 - color contains mainly: blue. Hex color #780A99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780A99 is #87F566. Grayscale: #3A3A3A. Windows color (decimal): -8910183 or 10029688. OLE color: 10029688.
HSL color Cylindrical-coordinate representation of color #780A99: hue angle of 286.15º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #780A99 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 10 | 153 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.4 |
| HSL | 286.15º | 0.88% | 0.32% | - |
| HSV(B) | 286.15º | 0.93% | 0.6% | - |
| XYZ | 13.6 | 6.51 | 30.68 | - |
| YUV | 59.19 | 180.94 | 171.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 10 | 153 | 0.22 | 0.93 | 0 | 0.4 | 286.15 | 0.88 | 0.32 |
| Hex | 78 | A | 99 | 16 | 5D | 0 | 28 | 11E | 58 | 20 |
| Octal | 170 | 12 | 231 | 26 | 135 | 0 | 50 | 436 | 130 | 40 |
| Binary | 1111000 | 1010 | 10011001 | 10110 | 1011101 | 0 | 101000 | 100011110 | 1011000 | 100000 |
Color Harmonies of #780A99
Complementary color
Monochromatic Colors of #780A99
Black with #780A99
Text Example
Text Example
White with #780A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780A99; }
p { color: rgb(120,10,153); }
H1.HeaderClassName
{
color: #780A99;
}
.AnyTagClassName
{
color: #780A99;
}
</style>
background-color css
<style>
a { background-color: #780A99; }
a { background-color: rgb(120,10,153); }
div.DivClassName
{
background-color: #780A99;
}
.BgClassName
{
background-color: #780A99;
}
</style>
border-color css
<style>
span { border-color: #780A99; }
span { border-color: rgb(120,10,153); }
td.TdClassName
{
border-color: #780A99;
}
.TagClassName
{
border-color: #780A99;
}
</style>