Shades of Vivid Violet #791E9B
Tints of Vivid Violet #791E9B
RGB
CMYK
RGB Variations
Color information
#791E9B (or 0x791E9B) is known color: Vivid Violet. HEX triplet: 79, 1E and 9B. RGB value is (121,30,155). Sum of RGB (Red+Green+Blue) = 121+30+155=306 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.54% from 306); Green value is 30 (12.11% from 255 or 9.80% from 306); Blue value is 155 (60.94% from 255 or 50.65% from 306); Max value from RGB is 155 - color contains mainly: blue. Hex color #791E9B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791E9B is #86E164. Grayscale: #474747. Windows color (decimal): -8839525 or 10165881. OLE color: 10165881.
HSL color Cylindrical-coordinate representation of color #791E9B: hue angle of 283.68º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #791E9B is Cyan = 0.22, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 121 | 30 | 155 | - |
| CMYK | 0.22 | 0.81 | 0 | 0.39 |
| HSL | 283.68º | 0.68% | 0.36% | - |
| HSV(B) | 283.68º | 0.81% | 0.61% | - |
| XYZ | 14.27 | 7.36 | 31.68 | - |
| YUV | 71.46 | 175.15 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 30 | 155 | 0.22 | 0.81 | 0 | 0.39 | 283.68 | 0.68 | 0.36 |
| Hex | 79 | 1E | 9B | 16 | 51 | 0 | 27 | 11C | 44 | 24 |
| Octal | 171 | 36 | 233 | 26 | 121 | 0 | 47 | 434 | 104 | 44 |
| Binary | 1111001 | 11110 | 10011011 | 10110 | 1010001 | 0 | 100111 | 100011100 | 1000100 | 100100 |
Color Harmonies of #791E9B
Complementary color
Monochromatic Colors of #791E9B
Black with #791E9B
Text Example
Text Example
White with #791E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #791E9B; }
p { color: rgb(121,30,155); }
H1.HeaderClassName
{
color: #791E9B;
}
.AnyTagClassName
{
color: #791E9B;
}
</style>
background-color css
<style>
a { background-color: #791E9B; }
a { background-color: rgb(121,30,155); }
div.DivClassName
{
background-color: #791E9B;
}
.BgClassName
{
background-color: #791E9B;
}
</style>
border-color css
<style>
span { border-color: #791E9B; }
span { border-color: rgb(121,30,155); }
td.TdClassName
{
border-color: #791E9B;
}
.TagClassName
{
border-color: #791E9B;
}
</style>