Shades of Blue Violet #9F16FA
Tints of Blue Violet #9F16FA
RGB
CMYK
RGB Variations
Color information
#9F16FA (or 0x9F16FA) is known color: Blue Violet. HEX triplet: 9F, 16 and FA. RGB value is (159,22,250). Sum of RGB (Red+Green+Blue) = 159+22+250=431 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.89% from 431); Green value is 22 (8.98% from 255 or 5.10% from 431); Blue value is 250 (98.05% from 255 or 58.00% from 431); Max value from RGB is 250 - color contains mainly: blue. Hex color #9F16FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9F16FA is #60E905. Grayscale: #585858. Windows color (decimal): -6351110 or 16389791. OLE color: 16389791.
HSL color Cylindrical-coordinate representation of color #9F16FA: hue angle of 276.05º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9F16FA is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 22 | 250 | - |
| CMYK | 0.36 | 0.91 | 0 | 0.02 |
| HSL | 276.05º | 0.96% | 0.53% | - |
| HSV(B) | 276.05º | 0.91% | 0.98% | - |
| XYZ | 31.84 | 14.85 | 91.63 | - |
| YUV | 88.96 | 218.89 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 22 | 250 | 0.36 | 0.91 | 0 | 0.02 | 276.05 | 0.96 | 0.53 |
| Hex | 9F | 16 | FA | 24 | 5B | 0 | 2 | 114 | 60 | 35 |
| Octal | 237 | 26 | 372 | 44 | 133 | 0 | 2 | 424 | 140 | 65 |
| Binary | 10011111 | 10110 | 11111010 | 100100 | 1011011 | 0 | 10 | 100010100 | 1100000 | 110101 |
Color Harmonies of #9F16FA
Complementary color
Monochromatic Colors of #9F16FA
Black with #9F16FA
Text Example
Text Example
White with #9F16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F16FA; }
p { color: rgb(159,22,250); }
H1.HeaderClassName
{
color: #9F16FA;
}
.AnyTagClassName
{
color: #9F16FA;
}
</style>
background-color css
<style>
a { background-color: #9F16FA; }
a { background-color: rgb(159,22,250); }
div.DivClassName
{
background-color: #9F16FA;
}
.BgClassName
{
background-color: #9F16FA;
}
</style>
border-color css
<style>
span { border-color: #9F16FA; }
span { border-color: rgb(159,22,250); }
td.TdClassName
{
border-color: #9F16FA;
}
.TagClassName
{
border-color: #9F16FA;
}
</style>