Shades of Vivid Violet #7914A8
Tints of Vivid Violet #7914A8
RGB
CMYK
RGB Variations
Color information
#7914A8 (or 0x7914A8) is known color: Vivid Violet. HEX triplet: 79, 14 and A8. RGB value is (121,20,168). Sum of RGB (Red+Green+Blue) = 121+20+168=309 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.16% from 309); Green value is 20 (8.20% from 255 or 6.47% from 309); Blue value is 168 (66.02% from 255 or 54.37% from 309); Max value from RGB is 168 - color contains mainly: blue. Hex color #7914A8 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7914A8 is #86EB57. Grayscale: #424242. Windows color (decimal): -8842072 or 11015289. OLE color: 11015289.
HSL color Cylindrical-coordinate representation of color #7914A8: hue angle of 280.95º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7914A8 is Cyan = 0.28, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 121 | 20 | 168 | - |
| CMYK | 0.28 | 0.88 | 0 | 0.34 |
| HSL | 280.95º | 0.79% | 0.37% | - |
| HSV(B) | 280.95º | 0.88% | 0.66% | - |
| XYZ | 15.2 | 7.39 | 37.67 | - |
| YUV | 67.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 168 | 0.28 | 0.88 | 0 | 0.34 | 280.95 | 0.79 | 0.37 |
| Hex | 79 | 14 | A8 | 1C | 58 | 0 | 22 | 119 | 4F | 25 |
| Octal | 171 | 24 | 250 | 34 | 130 | 0 | 42 | 431 | 117 | 45 |
| Binary | 1111001 | 10100 | 10101000 | 11100 | 1011000 | 0 | 100010 | 100011001 | 1001111 | 100101 |
Color Harmonies of #7914A8
Complementary color
Monochromatic Colors of #7914A8
Black with #7914A8
Text Example
Text Example
White with #7914A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7914A8; }
p { color: rgb(121,20,168); }
H1.HeaderClassName
{
color: #7914A8;
}
.AnyTagClassName
{
color: #7914A8;
}
</style>
background-color css
<style>
a { background-color: #7914A8; }
a { background-color: rgb(121,20,168); }
div.DivClassName
{
background-color: #7914A8;
}
.BgClassName
{
background-color: #7914A8;
}
</style>
border-color css
<style>
span { border-color: #7914A8; }
span { border-color: rgb(121,20,168); }
td.TdClassName
{
border-color: #7914A8;
}
.TagClassName
{
border-color: #7914A8;
}
</style>