Shades of Blue Violet #9918E9
Tints of Blue Violet #9918E9
RGB
CMYK
RGB Variations
Color information
#9918E9 (or 0x9918E9) is known color: Blue Violet. HEX triplet: 99, 18 and E9. RGB value is (153,24,233). Sum of RGB (Red+Green+Blue) = 153+24+233=410 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.32% from 410); Green value is 24 (9.77% from 255 or 5.85% from 410); Blue value is 233 (91.41% from 255 or 56.83% from 410); Max value from RGB is 233 - color contains mainly: blue. Hex color #9918E9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9918E9 is #66E716. Grayscale: #555555. Windows color (decimal): -6743831 or 15276185. OLE color: 15276185.
HSL color Cylindrical-coordinate representation of color #9918E9: hue angle of 277.03º 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 #9918E9 is Cyan = 0.34, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 153 | 24 | 233 | - |
| CMYK | 0.34 | 0.90 | 0 | 0.09 |
| HSL | 277.03º | 0.83% | 0.5% | - |
| HSV(B) | 277.03º | 0.9% | 0.91% | - |
| XYZ | 28.17 | 13.31 | 78.17 | - |
| YUV | 86.4 | 210.74 | 175.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 24 | 233 | 0.34 | 0.90 | 0 | 0.09 | 277.03 | 0.83 | 0.5 |
| Hex | 99 | 18 | E9 | 22 | 5A | 0 | 9 | 115 | 53 | 32 |
| Octal | 231 | 30 | 351 | 42 | 132 | 0 | 11 | 425 | 123 | 62 |
| Binary | 10011001 | 11000 | 11101001 | 100010 | 1011010 | 0 | 1001 | 100010101 | 1010011 | 110010 |
Color Harmonies of #9918E9
Complementary color
Monochromatic Colors of #9918E9
Black with #9918E9
Text Example
Text Example
White with #9918E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9918E9; }
p { color: rgb(153,24,233); }
H1.HeaderClassName
{
color: #9918E9;
}
.AnyTagClassName
{
color: #9918E9;
}
</style>
background-color css
<style>
a { background-color: #9918E9; }
a { background-color: rgb(153,24,233); }
div.DivClassName
{
background-color: #9918E9;
}
.BgClassName
{
background-color: #9918E9;
}
</style>
border-color css
<style>
span { border-color: #9918E9; }
span { border-color: rgb(153,24,233); }
td.TdClassName
{
border-color: #9918E9;
}
.TagClassName
{
border-color: #9918E9;
}
</style>