Shades of Blue Violet #8F16FB
Tints of Blue Violet #8F16FB
RGB
CMYK
RGB Variations
Color information
#8F16FB (or 0x8F16FB) is known color: Blue Violet. HEX triplet: 8F, 16 and FB. RGB value is (143,22,251). Sum of RGB (Red+Green+Blue) = 143+22+251=416 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.38% from 416); Green value is 22 (8.98% from 255 or 5.29% from 416); Blue value is 251 (98.44% from 255 or 60.34% from 416); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F16FB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F16FB is #70E904. Grayscale: #535353. Windows color (decimal): -7399685 or 16455311. OLE color: 16455311.
HSL color Cylindrical-coordinate representation of color #8F16FB: hue angle of 271.7º degrees, saturation: 0.97, 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 #8F16FB is Cyan = 0.43, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 22 | 251 | - |
| CMYK | 0.43 | 0.91 | 0 | 0.02 |
| HSL | 271.7º | 0.97% | 0.54% | - |
| HSV(B) | 271.7º | 0.91% | 0.98% | - |
| XYZ | 29.03 | 13.38 | 92.32 | - |
| YUV | 84.29 | 222.09 | 169.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 22 | 251 | 0.43 | 0.91 | 0 | 0.02 | 271.7 | 0.97 | 0.54 |
| Hex | 8F | 16 | FB | 2B | 5B | 0 | 2 | 110 | 61 | 36 |
| Octal | 217 | 26 | 373 | 53 | 133 | 0 | 2 | 420 | 141 | 66 |
| Binary | 10001111 | 10110 | 11111011 | 101011 | 1011011 | 0 | 10 | 100010000 | 1100001 | 110110 |
Color Harmonies of #8F16FB
Complementary color
Monochromatic Colors of #8F16FB
Black with #8F16FB
Text Example
Text Example
White with #8F16FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F16FB; }
p { color: rgb(143,22,251); }
H1.HeaderClassName
{
color: #8F16FB;
}
.AnyTagClassName
{
color: #8F16FB;
}
</style>
background-color css
<style>
a { background-color: #8F16FB; }
a { background-color: rgb(143,22,251); }
div.DivClassName
{
background-color: #8F16FB;
}
.BgClassName
{
background-color: #8F16FB;
}
</style>
border-color css
<style>
span { border-color: #8F16FB; }
span { border-color: rgb(143,22,251); }
td.TdClassName
{
border-color: #8F16FB;
}
.TagClassName
{
border-color: #8F16FB;
}
</style>