Shades of Blue Violet #9917FE
Tints of Blue Violet #9917FE
RGB
CMYK
RGB Variations
Color information
#9917FE (or 0x9917FE) is known color: Blue Violet. HEX triplet: 99, 17 and FE. RGB value is (153,23,254). Sum of RGB (Red+Green+Blue) = 153+23+254=430 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.58% from 430); Green value is 23 (9.38% from 255 or 5.35% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #9917FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9917FE is #66E801. Grayscale: #575757. Windows color (decimal): -6744066 or 16652185. OLE color: 16652185.
HSL color Cylindrical-coordinate representation of color #9917FE: hue angle of 273.77º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9917FE is Cyan = 0.40, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 153 | 23 | 254 | - |
| CMYK | 0.40 | 0.91 | 0 | 0.00 |
| HSL | 273.77º | 0.99% | 0.54% | - |
| HSV(B) | 273.77º | 0.91% | 1% | - |
| XYZ | 31.33 | 14.54 | 94.92 | - |
| YUV | 88.2 | 221.57 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 23 | 254 | 0.40 | 0.91 | 0 | 0.00 | 273.77 | 0.99 | 0.54 |
| Hex | 99 | 17 | FE | 28 | 5B | 0 | 0 | 112 | 63 | 36 |
| Octal | 231 | 27 | 376 | 50 | 133 | 0 | 0 | 422 | 143 | 66 |
| Binary | 10011001 | 10111 | 11111110 | 101000 | 1011011 | 0 | 0 | 100010010 | 1100011 | 110110 |
Color Harmonies of #9917FE
Complementary color
Monochromatic Colors of #9917FE
Black with #9917FE
Text Example
Text Example
White with #9917FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9917FE; }
p { color: rgb(153,23,254); }
H1.HeaderClassName
{
color: #9917FE;
}
.AnyTagClassName
{
color: #9917FE;
}
</style>
background-color css
<style>
a { background-color: #9917FE; }
a { background-color: rgb(153,23,254); }
div.DivClassName
{
background-color: #9917FE;
}
.BgClassName
{
background-color: #9917FE;
}
</style>
border-color css
<style>
span { border-color: #9917FE; }
span { border-color: rgb(153,23,254); }
td.TdClassName
{
border-color: #9917FE;
}
.TagClassName
{
border-color: #9917FE;
}
</style>