Shades of Vivid Violet #7816A9
Tints of Vivid Violet #7816A9
RGB
CMYK
RGB Variations
Color information
#7816A9 (or 0x7816A9) is known color: Vivid Violet. HEX triplet: 78, 16 and A9. RGB value is (120,22,169). Sum of RGB (Red+Green+Blue) = 120+22+169=311 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.59% from 311); Green value is 22 (8.98% from 255 or 7.07% from 311); Blue value is 169 (66.41% from 255 or 54.34% from 311); Max value from RGB is 169 - color contains mainly: blue. Hex color #7816A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7816A9 is #87E956. Grayscale: #434343. Windows color (decimal): -8907095 or 11081336. OLE color: 11081336.
HSL color Cylindrical-coordinate representation of color #7816A9: hue angle of 280º degrees, saturation: 0.77, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7816A9 is Cyan = 0.29, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 120 | 22 | 169 | - |
| CMYK | 0.29 | 0.87 | 0 | 0.34 |
| HSL | 280º | 0.77% | 0.37% | - |
| HSV(B) | 280º | 0.87% | 0.66% | - |
| XYZ | 15.19 | 7.43 | 38.17 | - |
| YUV | 68.06 | 184.97 | 165.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 22 | 169 | 0.29 | 0.87 | 0 | 0.34 | 280 | 0.77 | 0.37 |
| Hex | 78 | 16 | A9 | 1D | 57 | 0 | 22 | 118 | 4D | 25 |
| Octal | 170 | 26 | 251 | 35 | 127 | 0 | 42 | 430 | 115 | 45 |
| Binary | 1111000 | 10110 | 10101001 | 11101 | 1010111 | 0 | 100010 | 100011000 | 1001101 | 100101 |
Color Harmonies of #7816A9
Complementary color
Monochromatic Colors of #7816A9
Black with #7816A9
Text Example
Text Example
White with #7816A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7816A9; }
p { color: rgb(120,22,169); }
H1.HeaderClassName
{
color: #7816A9;
}
.AnyTagClassName
{
color: #7816A9;
}
</style>
background-color css
<style>
a { background-color: #7816A9; }
a { background-color: rgb(120,22,169); }
div.DivClassName
{
background-color: #7816A9;
}
.BgClassName
{
background-color: #7816A9;
}
</style>
border-color css
<style>
span { border-color: #7816A9; }
span { border-color: rgb(120,22,169); }
td.TdClassName
{
border-color: #7816A9;
}
.TagClassName
{
border-color: #7816A9;
}
</style>