Shades of Blue Violet #9916E7
Tints of Blue Violet #9916E7
RGB
CMYK
RGB Variations
Color information
#9916E7 (or 0x9916E7) is known color: Blue Violet. HEX triplet: 99, 16 and E7. RGB value is (153,22,231). Sum of RGB (Red+Green+Blue) = 153+22+231=406 (53% of max value = 765). Red value is 153 (60.16% from 255 or 37.68% from 406); Green value is 22 (8.98% from 255 or 5.42% from 406); Blue value is 231 (90.62% from 255 or 56.90% from 406); Max value from RGB is 231 - color contains mainly: blue. Hex color #9916E7 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9916E7 is #66E918. Grayscale: #545454. Windows color (decimal): -6744345 or 15144601. OLE color: 15144601.
HSL color Cylindrical-coordinate representation of color #9916E7: hue angle of 277.61º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9916E7 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 22 | 231 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.09 |
| HSL | 277.61º | 0.83% | 0.5% | - |
| HSV(B) | 277.61º | 0.9% | 0.91% | - |
| XYZ | 27.85 | 13.12 | 76.67 | - |
| YUV | 85 | 210.4 | 176.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 22 | 231 | 0.34 | 0.90 | 0 | 0.09 | 277.61 | 0.83 | 0.5 |
| Hex | 99 | 16 | E7 | 22 | 5A | 0 | 9 | 116 | 53 | 32 |
| Octal | 231 | 26 | 347 | 42 | 132 | 0 | 11 | 426 | 123 | 62 |
| Binary | 10011001 | 10110 | 11100111 | 100010 | 1011010 | 0 | 1001 | 100010110 | 1010011 | 110010 |
Color Harmonies of #9916E7
Complementary color
Monochromatic Colors of #9916E7
Black with #9916E7
Text Example
Text Example
White with #9916E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9916E7; }
p { color: rgb(153,22,231); }
H1.HeaderClassName
{
color: #9916E7;
}
.AnyTagClassName
{
color: #9916E7;
}
</style>
background-color css
<style>
a { background-color: #9916E7; }
a { background-color: rgb(153,22,231); }
div.DivClassName
{
background-color: #9916E7;
}
.BgClassName
{
background-color: #9916E7;
}
</style>
border-color css
<style>
span { border-color: #9916E7; }
span { border-color: rgb(153,22,231); }
td.TdClassName
{
border-color: #9916E7;
}
.TagClassName
{
border-color: #9916E7;
}
</style>