Shades of Dark Magenta #780F99
Tints of Dark Magenta #780F99
RGB
CMYK
RGB Variations
Color information
#780F99 (or 0x780F99) is known color: Dark Magenta. HEX triplet: 78, 0F and 99. RGB value is (120,15,153). Sum of RGB (Red+Green+Blue) = 120+15+153=288 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.67% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 153 (60.16% from 255 or 53.12% from 288); Max value from RGB is 153 - color contains mainly: blue. Hex color #780F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #780F99 is #87F066. Grayscale: #3D3D3D. Windows color (decimal): -8908903 or 10030968. OLE color: 10030968.
HSL color Cylindrical-coordinate representation of color #780F99: hue angle of 285.65º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #780F99 is Cyan = 0.22, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 120 | 15 | 153 | - |
| CMYK | 0.22 | 0.90 | 0 | 0.4 |
| HSL | 285.65º | 0.82% | 0.33% | - |
| HSV(B) | 285.65º | 0.9% | 0.6% | - |
| XYZ | 13.67 | 6.63 | 30.7 | - |
| YUV | 62.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 15 | 153 | 0.22 | 0.90 | 0 | 0.4 | 285.65 | 0.82 | 0.33 |
| Hex | 78 | F | 99 | 16 | 5A | 0 | 28 | 11E | 52 | 21 |
| Octal | 170 | 17 | 231 | 26 | 132 | 0 | 50 | 436 | 122 | 41 |
| Binary | 1111000 | 1111 | 10011001 | 10110 | 1011010 | 0 | 101000 | 100011110 | 1010010 | 100001 |
Color Harmonies of #780F99
Complementary color
Monochromatic Colors of #780F99
Black with #780F99
Text Example
Text Example
White with #780F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #780F99; }
p { color: rgb(120,15,153); }
H1.HeaderClassName
{
color: #780F99;
}
.AnyTagClassName
{
color: #780F99;
}
</style>
background-color css
<style>
a { background-color: #780F99; }
a { background-color: rgb(120,15,153); }
div.DivClassName
{
background-color: #780F99;
}
.BgClassName
{
background-color: #780F99;
}
</style>
border-color css
<style>
span { border-color: #780F99; }
span { border-color: rgb(120,15,153); }
td.TdClassName
{
border-color: #780F99;
}
.TagClassName
{
border-color: #780F99;
}
</style>