Shades of Dark Magenta #7A099F
Tints of Dark Magenta #7A099F
RGB
CMYK
RGB Variations
Color information
#7A099F (or 0x7A099F) is known color: Dark Magenta. HEX triplet: 7A, 09 and 9F. RGB value is (122,9,159). Sum of RGB (Red+Green+Blue) = 122+9+159=290 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.07% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #7A099F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A099F is #85F660. Grayscale: #3B3B3B. Windows color (decimal): -8779361 or 10422650. OLE color: 10422650.
HSL color Cylindrical-coordinate representation of color #7A099F: hue angle of 285.2º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7A099F is Cyan = 0.23, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 122 | 9 | 159 | - |
| CMYK | 0.23 | 0.94 | 0 | 0.38 |
| HSL | 285.2º | 0.89% | 0.33% | - |
| HSV(B) | 285.2º | 0.94% | 0.62% | - |
| XYZ | 14.38 | 6.84 | 33.36 | - |
| YUV | 59.89 | 183.94 | 172.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 159 | 0.23 | 0.94 | 0 | 0.38 | 285.2 | 0.89 | 0.33 |
| Hex | 7A | 9 | 9F | 17 | 5E | 0 | 26 | 11D | 59 | 21 |
| Octal | 172 | 11 | 237 | 27 | 136 | 0 | 46 | 435 | 131 | 41 |
| Binary | 1111010 | 1001 | 10011111 | 10111 | 1011110 | 0 | 100110 | 100011101 | 1011001 | 100001 |
Color Harmonies of #7A099F
Complementary color
Monochromatic Colors of #7A099F
Black with #7A099F
Text Example
Text Example
White with #7A099F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A099F; }
p { color: rgb(122,9,159); }
H1.HeaderClassName
{
color: #7A099F;
}
.AnyTagClassName
{
color: #7A099F;
}
</style>
background-color css
<style>
a { background-color: #7A099F; }
a { background-color: rgb(122,9,159); }
div.DivClassName
{
background-color: #7A099F;
}
.BgClassName
{
background-color: #7A099F;
}
</style>
border-color css
<style>
span { border-color: #7A099F; }
span { border-color: rgb(122,9,159); }
td.TdClassName
{
border-color: #7A099F;
}
.TagClassName
{
border-color: #7A099F;
}
</style>