Shades of Blue Violet #7914E9
Tints of Blue Violet #7914E9
RGB
CMYK
RGB Variations
Color information
#7914E9 (or 0x7914E9) is known color: Blue Violet. HEX triplet: 79, 14 and E9. RGB value is (121,20,233). Sum of RGB (Red+Green+Blue) = 121+20+233=374 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.35% from 374); Green value is 20 (8.20% from 255 or 5.35% from 374); Blue value is 233 (91.41% from 255 or 62.30% from 374); Max value from RGB is 233 - color contains mainly: blue. Hex color #7914E9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #7914E9 is #86EB16. Grayscale: #494949. Windows color (decimal): -8842007 or 15275129. OLE color: 15275129.
HSL color Cylindrical-coordinate representation of color #7914E9: hue angle of 268.45º degrees, saturation: 0.84, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7914E9 is Cyan = 0.48, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 121 | 20 | 233 | - |
| CMYK | 0.48 | 0.91 | 0 | 0.09 |
| HSL | 268.45º | 0.84% | 0.5% | - |
| HSV(B) | 268.45º | 0.91% | 0.91% | - |
| XYZ | 22.84 | 10.45 | 77.9 | - |
| YUV | 74.48 | 217.46 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 20 | 233 | 0.48 | 0.91 | 0 | 0.09 | 268.45 | 0.84 | 0.5 |
| Hex | 79 | 14 | E9 | 30 | 5B | 0 | 9 | 10C | 54 | 32 |
| Octal | 171 | 24 | 351 | 60 | 133 | 0 | 11 | 414 | 124 | 62 |
| Binary | 1111001 | 10100 | 11101001 | 110000 | 1011011 | 0 | 1001 | 100001100 | 1010100 | 110010 |
Color Harmonies of #7914E9
Complementary color
Monochromatic Colors of #7914E9
Black with #7914E9
Text Example
Text Example
White with #7914E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7914E9; }
p { color: rgb(121,20,233); }
H1.HeaderClassName
{
color: #7914E9;
}
.AnyTagClassName
{
color: #7914E9;
}
</style>
background-color css
<style>
a { background-color: #7914E9; }
a { background-color: rgb(121,20,233); }
div.DivClassName
{
background-color: #7914E9;
}
.BgClassName
{
background-color: #7914E9;
}
</style>
border-color css
<style>
span { border-color: #7914E9; }
span { border-color: rgb(121,20,233); }
td.TdClassName
{
border-color: #7914E9;
}
.TagClassName
{
border-color: #7914E9;
}
</style>