Shades of Dark Magenta #7A099C
Tints of Dark Magenta #7A099C
RGB
CMYK
RGB Variations
Color information
#7A099C (or 0x7A099C) is known color: Dark Magenta. HEX triplet: 7A, 09 and 9C. RGB value is (122,9,156). Sum of RGB (Red+Green+Blue) = 122+9+156=287 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.51% from 287); Green value is 9 (3.91% from 255 or 3.14% from 287); Blue value is 156 (61.33% from 255 or 54.36% from 287); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A099C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A099C is #85F663. Grayscale: #3B3B3B. Windows color (decimal): -8779364 or 10226042. OLE color: 10226042.
HSL color Cylindrical-coordinate representation of color #7A099C: hue angle of 286.12º 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 #7A099C is Cyan = 0.22, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 122 | 9 | 156 | - |
| CMYK | 0.22 | 0.94 | 0 | 0.39 |
| HSL | 286.12º | 0.89% | 0.32% | - |
| HSV(B) | 286.12º | 0.94% | 0.61% | - |
| XYZ | 14.12 | 6.73 | 32.01 | - |
| YUV | 59.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 156 | 0.22 | 0.94 | 0 | 0.39 | 286.12 | 0.89 | 0.32 |
| Hex | 7A | 9 | 9C | 16 | 5E | 0 | 27 | 11E | 59 | 20 |
| Octal | 172 | 11 | 234 | 26 | 136 | 0 | 47 | 436 | 131 | 40 |
| Binary | 1111010 | 1001 | 10011100 | 10110 | 1011110 | 0 | 100111 | 100011110 | 1011001 | 100000 |
Color Harmonies of #7A099C
Complementary color
Monochromatic Colors of #7A099C
Black with #7A099C
Text Example
Text Example
White with #7A099C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A099C; }
p { color: rgb(122,9,156); }
H1.HeaderClassName
{
color: #7A099C;
}
.AnyTagClassName
{
color: #7A099C;
}
</style>
background-color css
<style>
a { background-color: #7A099C; }
a { background-color: rgb(122,9,156); }
div.DivClassName
{
background-color: #7A099C;
}
.BgClassName
{
background-color: #7A099C;
}
</style>
border-color css
<style>
span { border-color: #7A099C; }
span { border-color: rgb(122,9,156); }
td.TdClassName
{
border-color: #7A099C;
}
.TagClassName
{
border-color: #7A099C;
}
</style>