Shades of Vivid Violet #792F8E
Tints of Vivid Violet #792F8E
RGB
CMYK
RGB Variations
Color information
#792F8E (or 0x792F8E) is known color: Vivid Violet. HEX triplet: 79, 2F and 8E. RGB value is (121,47,142). Sum of RGB (Red+Green+Blue) = 121+47+142=310 (41% of max value = 765). Red value is 121 (47.66% from 255 or 39.03% from 310); Green value is 47 (18.75% from 255 or 15.16% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #792F8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792F8E is #86D071. Grayscale: #4F4F4F. Windows color (decimal): -8835186 or 9318265. OLE color: 9318265.
HSL color Cylindrical-coordinate representation of color #792F8E: hue angle of 286.74º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #792F8E is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 121 | 47 | 142 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.44 |
| HSL | 286.74º | 0.5% | 0.37% | - |
| HSV(B) | 286.74º | 0.67% | 0.56% | - |
| XYZ | 13.78 | 8.05 | 26.42 | - |
| YUV | 79.96 | 163.02 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 47 | 142 | 0.15 | 0.67 | 0 | 0.44 | 286.74 | 0.5 | 0.37 |
| Hex | 79 | 2F | 8E | F | 43 | 0 | 2C | 11F | 32 | 25 |
| Octal | 171 | 57 | 216 | 17 | 103 | 0 | 54 | 437 | 62 | 45 |
| Binary | 1111001 | 101111 | 10001110 | 1111 | 1000011 | 0 | 101100 | 100011111 | 110010 | 100101 |
Color Harmonies of #792F8E
Complementary color
Monochromatic Colors of #792F8E
Black with #792F8E
Text Example
Text Example
White with #792F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #792F8E; }
p { color: rgb(121,47,142); }
H1.HeaderClassName
{
color: #792F8E;
}
.AnyTagClassName
{
color: #792F8E;
}
</style>
background-color css
<style>
a { background-color: #792F8E; }
a { background-color: rgb(121,47,142); }
div.DivClassName
{
background-color: #792F8E;
}
.BgClassName
{
background-color: #792F8E;
}
</style>
border-color css
<style>
span { border-color: #792F8E; }
span { border-color: rgb(121,47,142); }
td.TdClassName
{
border-color: #792F8E;
}
.TagClassName
{
border-color: #792F8E;
}
</style>