Shades of Dark Violet #7A09AF
Tints of Dark Violet #7A09AF
RGB
CMYK
RGB Variations
Color information
#7A09AF (or 0x7A09AF) is known color: Dark Violet. HEX triplet: 7A, 09 and AF. RGB value is (122,9,175). Sum of RGB (Red+Green+Blue) = 122+9+175=306 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.87% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 175 (68.75% from 255 or 57.19% from 306); Max value from RGB is 175 - color contains mainly: blue. Hex color #7A09AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A09AF is #85F650. Grayscale: #3D3D3D. Windows color (decimal): -8779345 or 11471226. OLE color: 11471226.
HSL color Cylindrical-coordinate representation of color #7A09AF: hue angle of 280.84º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A09AF is Cyan = 0.30, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 122 | 9 | 175 | - |
| CMYK | 0.30 | 0.95 | 0 | 0.31 |
| HSL | 280.84º | 0.9% | 0.36% | - |
| HSV(B) | 280.84º | 0.95% | 0.69% | - |
| XYZ | 15.86 | 7.43 | 41.16 | - |
| YUV | 61.71 | 191.94 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 9 | 175 | 0.30 | 0.95 | 0 | 0.31 | 280.84 | 0.9 | 0.36 |
| Hex | 7A | 9 | AF | 1E | 5F | 0 | 1F | 119 | 5A | 24 |
| Octal | 172 | 11 | 257 | 36 | 137 | 0 | 37 | 431 | 132 | 44 |
| Binary | 1111010 | 1001 | 10101111 | 11110 | 1011111 | 0 | 11111 | 100011001 | 1011010 | 100100 |
Color Harmonies of #7A09AF
Complementary color
Monochromatic Colors of #7A09AF
Black with #7A09AF
Text Example
Text Example
White with #7A09AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A09AF; }
p { color: rgb(122,9,175); }
H1.HeaderClassName
{
color: #7A09AF;
}
.AnyTagClassName
{
color: #7A09AF;
}
</style>
background-color css
<style>
a { background-color: #7A09AF; }
a { background-color: rgb(122,9,175); }
div.DivClassName
{
background-color: #7A09AF;
}
.BgClassName
{
background-color: #7A09AF;
}
</style>
border-color css
<style>
span { border-color: #7A09AF; }
span { border-color: rgb(122,9,175); }
td.TdClassName
{
border-color: #7A09AF;
}
.TagClassName
{
border-color: #7A09AF;
}
</style>