Shades of Dark Magenta #78099C
Tints of Dark Magenta #78099C
RGB
CMYK
RGB Variations
Color information
#78099C (or 0x78099C) is known color: Dark Magenta. HEX triplet: 78, 09 and 9C. RGB value is (120,9,156). Sum of RGB (Red+Green+Blue) = 120+9+156=285 (37% of max value = 765). Red value is 120 (47.27% from 255 or 42.11% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 156 (61.33% from 255 or 54.74% from 285); Max value from RGB is 156 - color contains mainly: blue. Hex color #78099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #78099C is #87F663. Grayscale: #3A3A3A. Windows color (decimal): -8910436 or 10226040. OLE color: 10226040.
HSL color Cylindrical-coordinate representation of color #78099C: hue angle of 285.31º 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 #78099C is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 120 | 9 | 156 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.39 |
| HSL | 285.31º | 0.89% | 0.32% | - |
| HSV(B) | 285.31º | 0.94% | 0.61% | - |
| XYZ | 13.84 | 6.59 | 31.99 | - |
| YUV | 58.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 156 | 0.23 | 0.94 | 0 | 0.39 | 285.31 | 0.89 | 0.32 |
| Hex | 78 | 9 | 9C | 17 | 5E | 0 | 27 | 11D | 59 | 20 |
| Octal | 170 | 11 | 234 | 27 | 136 | 0 | 47 | 435 | 131 | 40 |
| Binary | 1111000 | 1001 | 10011100 | 10111 | 1011110 | 0 | 100111 | 100011101 | 1011001 | 100000 |
Color Harmonies of #78099C
Complementary color
Monochromatic Colors of #78099C
Black with #78099C
Text Example
Text Example
White with #78099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78099C; }
p { color: rgb(120,9,156); }
H1.HeaderClassName
{
color: #78099C;
}
.AnyTagClassName
{
color: #78099C;
}
</style>
background-color css
<style>
a { background-color: #78099C; }
a { background-color: rgb(120,9,156); }
div.DivClassName
{
background-color: #78099C;
}
.BgClassName
{
background-color: #78099C;
}
</style>
border-color css
<style>
span { border-color: #78099C; }
span { border-color: rgb(120,9,156); }
td.TdClassName
{
border-color: #78099C;
}
.TagClassName
{
border-color: #78099C;
}
</style>