Shades of Blue Violet #9F17FA
Tints of Blue Violet #9F17FA
RGB
CMYK
RGB Variations
Color information
#9F17FA (or 0x9F17FA) is known color: Blue Violet. HEX triplet: 9F, 17 and FA. RGB value is (159,23,250). Sum of RGB (Red+Green+Blue) = 159+23+250=432 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.81% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 250 (98.05% from 255 or 57.87% from 432); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F17FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F17FA is #60E805. Grayscale: #585858. Windows color (decimal): -6350854 or 16390047. OLE color: 16390047.
HSL color Cylindrical-coordinate representation of color #9F17FA: hue angle of 275.95º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F17FA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 23 | 250 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.02 |
| HSL | 275.95º | 0.96% | 0.54% | - |
| HSV(B) | 275.95º | 0.91% | 0.98% | - |
| XYZ | 31.86 | 14.89 | 91.64 | - |
| YUV | 89.54 | 218.56 | 177.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 23 | 250 | 0.36 | 0.91 | 0 | 0.02 | 275.95 | 0.96 | 0.54 |
| Hex | 9F | 17 | FA | 24 | 5B | 0 | 2 | 114 | 60 | 36 |
| Octal | 237 | 27 | 372 | 44 | 133 | 0 | 2 | 424 | 140 | 66 |
| Binary | 10011111 | 10111 | 11111010 | 100100 | 1011011 | 0 | 10 | 100010100 | 1100000 | 110110 |
Color Harmonies of #9F17FA
Complementary color
Monochromatic Colors of #9F17FA
Black with #9F17FA
Text Example
Text Example
White with #9F17FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F17FA; }
p { color: rgb(159,23,250); }
H1.HeaderClassName
{
color: #9F17FA;
}
.AnyTagClassName
{
color: #9F17FA;
}
</style>
background-color css
<style>
a { background-color: #9F17FA; }
a { background-color: rgb(159,23,250); }
div.DivClassName
{
background-color: #9F17FA;
}
.BgClassName
{
background-color: #9F17FA;
}
</style>
border-color css
<style>
span { border-color: #9F17FA; }
span { border-color: rgb(159,23,250); }
td.TdClassName
{
border-color: #9F17FA;
}
.TagClassName
{
border-color: #9F17FA;
}
</style>