Shades of Blue Violet #8F16FA
Tints of Blue Violet #8F16FA
RGB
CMYK
RGB Variations
Color information
#8F16FA (or 0x8F16FA) is known color: Blue Violet. HEX triplet: 8F, 16 and FA. RGB value is (143,22,250). Sum of RGB (Red+Green+Blue) = 143+22+250=415 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.46% from 415); Green value is 22 (8.98% from 255 or 5.30% from 415); Blue value is 250 (98.05% from 255 or 60.24% from 415); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F16FA is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F16FA is #70E905. Grayscale: #535353. Windows color (decimal): -7399686 or 16389775. OLE color: 16389775.
HSL color Cylindrical-coordinate representation of color #8F16FA: hue angle of 271.84º 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 #8F16FA is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 22 | 250 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.02 |
| HSL | 271.84º | 0.96% | 0.53% | - |
| HSV(B) | 271.84º | 0.91% | 0.98% | - |
| XYZ | 28.87 | 13.32 | 91.49 | - |
| YUV | 84.17 | 221.59 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 250 | 0.43 | 0.91 | 0 | 0.02 | 271.84 | 0.96 | 0.53 |
| Hex | 8F | 16 | FA | 2B | 5B | 0 | 2 | 110 | 60 | 35 |
| Octal | 217 | 26 | 372 | 53 | 133 | 0 | 2 | 420 | 140 | 65 |
| Binary | 10001111 | 10110 | 11111010 | 101011 | 1011011 | 0 | 10 | 100010000 | 1100000 | 110101 |
Color Harmonies of #8F16FA
Complementary color
Monochromatic Colors of #8F16FA
Black with #8F16FA
Text Example
Text Example
White with #8F16FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16FA; }
p { color: rgb(143,22,250); }
H1.HeaderClassName
{
color: #8F16FA;
}
.AnyTagClassName
{
color: #8F16FA;
}
</style>
background-color css
<style>
a { background-color: #8F16FA; }
a { background-color: rgb(143,22,250); }
div.DivClassName
{
background-color: #8F16FA;
}
.BgClassName
{
background-color: #8F16FA;
}
</style>
border-color css
<style>
span { border-color: #8F16FA; }
span { border-color: rgb(143,22,250); }
td.TdClassName
{
border-color: #8F16FA;
}
.TagClassName
{
border-color: #8F16FA;
}
</style>