Shades of Dark Magenta #7809A0
Tints of Dark Magenta #7809A0
RGB
CMYK
RGB Variations
Color information
#7809A0 (or 0x7809A0) is known color: Dark Magenta. HEX triplet: 78, 09 and A0. RGB value is (120,9,160). Sum of RGB (Red+Green+Blue) = 120+9+160=289 (38% of max value = 765). Red value is 120 (47.27% from 255 or 41.52% from 289); Green value is 9 (3.91% from 255 or 3.11% from 289); Blue value is 160 (62.89% from 255 or 55.36% from 289); Max value from RGB is 160 - color contains mainly: blue. Hex color #7809A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7809A0 is #87F65F. Grayscale: #3A3A3A. Windows color (decimal): -8910432 or 10488184. OLE color: 10488184.
HSL color Cylindrical-coordinate representation of color #7809A0: hue angle of 284.11º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7809A0 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 120 | 9 | 160 | - |
| CMYK | 0.25 | 0.94 | 0 | 0.37 |
| HSL | 284.11º | 0.89% | 0.33% | - |
| HSV(B) | 284.11º | 0.94% | 0.63% | - |
| XYZ | 14.19 | 6.73 | 33.81 | - |
| YUV | 59.4 | 184.77 | 171.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 9 | 160 | 0.25 | 0.94 | 0 | 0.37 | 284.11 | 0.89 | 0.33 |
| Hex | 78 | 9 | A0 | 19 | 5E | 0 | 25 | 11C | 59 | 21 |
| Octal | 170 | 11 | 240 | 31 | 136 | 0 | 45 | 434 | 131 | 41 |
| Binary | 1111000 | 1001 | 10100000 | 11001 | 1011110 | 0 | 100101 | 100011100 | 1011001 | 100001 |
Color Harmonies of #7809A0
Complementary color
Monochromatic Colors of #7809A0
Black with #7809A0
Text Example
Text Example
White with #7809A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7809A0; }
p { color: rgb(120,9,160); }
H1.HeaderClassName
{
color: #7809A0;
}
.AnyTagClassName
{
color: #7809A0;
}
</style>
background-color css
<style>
a { background-color: #7809A0; }
a { background-color: rgb(120,9,160); }
div.DivClassName
{
background-color: #7809A0;
}
.BgClassName
{
background-color: #7809A0;
}
</style>
border-color css
<style>
span { border-color: #7809A0; }
span { border-color: rgb(120,9,160); }
td.TdClassName
{
border-color: #7809A0;
}
.TagClassName
{
border-color: #7809A0;
}
</style>