Shades of Dark Magenta #7A0995
Tints of Dark Magenta #7A0995
RGB
CMYK
RGB Variations
Color information
#7A0995 (or 0x7A0995) is known color: Dark Magenta. HEX triplet: 7A, 09 and 95. RGB value is (122,9,149). Sum of RGB (Red+Green+Blue) = 122+9+149=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A0995 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0995 is #85F66A. Grayscale: #3A3A3A. Windows color (decimal): -8779371 or 9767290. OLE color: 9767290.
HSL color Cylindrical-coordinate representation of color #7A0995: hue angle of 288.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A0995 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 122 | 9 | 149 | - |
| CMYK | 0.18 | 0.94 | 0 | 0.42 |
| HSL | 288.43º | 0.89% | 0.31% | - |
| HSV(B) | 288.43º | 0.94% | 0.58% | - |
| XYZ | 13.55 | 6.5 | 28.97 | - |
| YUV | 58.75 | 178.94 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 149 | 0.18 | 0.94 | 0 | 0.42 | 288.43 | 0.89 | 0.31 |
| Hex | 7A | 9 | 95 | 12 | 5E | 0 | 2A | 120 | 59 | 1F |
| Octal | 172 | 11 | 225 | 22 | 136 | 0 | 52 | 440 | 131 | 37 |
| Binary | 1111010 | 1001 | 10010101 | 10010 | 1011110 | 0 | 101010 | 100100000 | 1011001 | 11111 |
Color Harmonies of #7A0995
Complementary color
Monochromatic Colors of #7A0995
Black with #7A0995
Text Example
Text Example
White with #7A0995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A0995; }
p { color: rgb(122,9,149); }
H1.HeaderClassName
{
color: #7A0995;
}
.AnyTagClassName
{
color: #7A0995;
}
</style>
background-color css
<style>
a { background-color: #7A0995; }
a { background-color: rgb(122,9,149); }
div.DivClassName
{
background-color: #7A0995;
}
.BgClassName
{
background-color: #7A0995;
}
</style>
border-color css
<style>
span { border-color: #7A0995; }
span { border-color: rgb(122,9,149); }
td.TdClassName
{
border-color: #7A0995;
}
.TagClassName
{
border-color: #7A0995;
}
</style>