Shades of Vivid Violet #792D95
Tints of Vivid Violet #792D95
RGB
CMYK
RGB Variations
Color information
#792D95 (or 0x792D95) is known color: Vivid Violet. HEX triplet: 79, 2D and 95. RGB value is (121,45,149). Sum of RGB (Red+Green+Blue) = 121+45+149=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 149 (58.59% from 255 or 47.30% from 315); Max value from RGB is 149 - color contains mainly: blue. Hex color #792D95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792D95 is #86D26A. Grayscale: #4F4F4F. Windows color (decimal): -8835691 or 9776505. OLE color: 9776505.
HSL color Cylindrical-coordinate representation of color #792D95: hue angle of 283.85º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #792D95 is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 121 | 45 | 149 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.42 |
| HSL | 283.85º | 0.54% | 0.38% | - |
| HSV(B) | 283.85º | 0.7% | 0.58% | - |
| XYZ | 14.25 | 8.11 | 29.25 | - |
| YUV | 79.58 | 167.18 | 157.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 45 | 149 | 0.19 | 0.70 | 0 | 0.42 | 283.85 | 0.54 | 0.38 |
| Hex | 79 | 2D | 95 | 13 | 46 | 0 | 2A | 11C | 36 | 26 |
| Octal | 171 | 55 | 225 | 23 | 106 | 0 | 52 | 434 | 66 | 46 |
| Binary | 1111001 | 101101 | 10010101 | 10011 | 1000110 | 0 | 101010 | 100011100 | 110110 | 100110 |
Color Harmonies of #792D95
Complementary color
Monochromatic Colors of #792D95
Black with #792D95
Text Example
Text Example
White with #792D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792D95; }
p { color: rgb(121,45,149); }
H1.HeaderClassName
{
color: #792D95;
}
.AnyTagClassName
{
color: #792D95;
}
</style>
background-color css
<style>
a { background-color: #792D95; }
a { background-color: rgb(121,45,149); }
div.DivClassName
{
background-color: #792D95;
}
.BgClassName
{
background-color: #792D95;
}
</style>
border-color css
<style>
span { border-color: #792D95; }
span { border-color: rgb(121,45,149); }
td.TdClassName
{
border-color: #792D95;
}
.TagClassName
{
border-color: #792D95;
}
</style>