Shades of Blue Violet #9919FE
Tints of Blue Violet #9919FE
RGB
CMYK
RGB Variations
Color information
#9919FE (or 0x9919FE) is known color: Blue Violet. HEX triplet: 99, 19 and FE. RGB value is (153,25,254). Sum of RGB (Red+Green+Blue) = 153+25+254=432 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.42% from 432); Green value is 25 (10.16% from 255 or 5.79% from 432); Blue value is 254 (99.61% from 255 or 58.80% from 432); Max value from RGB is 254 - color contains mainly: blue. Hex color #9919FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9919FE is #66E601. Grayscale: #585858. Windows color (decimal): -6743554 or 16652697. OLE color: 16652697.
HSL color Cylindrical-coordinate representation of color #9919FE: hue angle of 273.54º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9919FE is Cyan = 0.40, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 25 | 254 | - |
| CMYK | 0.40 | 0.90 | 0 | 0.00 |
| HSL | 273.54º | 0.99% | 0.55% | - |
| HSV(B) | 273.54º | 0.9% | 1% | - |
| XYZ | 31.37 | 14.62 | 94.93 | - |
| YUV | 89.38 | 220.91 | 173.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 25 | 254 | 0.40 | 0.90 | 0 | 0.00 | 273.54 | 0.99 | 0.55 |
| Hex | 99 | 19 | FE | 28 | 5A | 0 | 0 | 112 | 63 | 37 |
| Octal | 231 | 31 | 376 | 50 | 132 | 0 | 0 | 422 | 143 | 67 |
| Binary | 10011001 | 11001 | 11111110 | 101000 | 1011010 | 0 | 0 | 100010010 | 1100011 | 110111 |
Color Harmonies of #9919FE
Complementary color
Monochromatic Colors of #9919FE
Black with #9919FE
Text Example
Text Example
White with #9919FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9919FE; }
p { color: rgb(153,25,254); }
H1.HeaderClassName
{
color: #9919FE;
}
.AnyTagClassName
{
color: #9919FE;
}
</style>
background-color css
<style>
a { background-color: #9919FE; }
a { background-color: rgb(153,25,254); }
div.DivClassName
{
background-color: #9919FE;
}
.BgClassName
{
background-color: #9919FE;
}
</style>
border-color css
<style>
span { border-color: #9919FE; }
span { border-color: rgb(153,25,254); }
td.TdClassName
{
border-color: #9919FE;
}
.TagClassName
{
border-color: #9919FE;
}
</style>