Shades of Blue Violet #8F31FB
Tints of Blue Violet #8F31FB
RGB
CMYK
RGB Variations
Color information
#8F31FB (or 0x8F31FB) is known color: Blue Violet. HEX triplet: 8F, 31 and FB. RGB value is (143,49,251). Sum of RGB (Red+Green+Blue) = 143+49+251=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 49 (19.53% from 255 or 11.06% from 443); Blue value is 251 (98.44% from 255 or 56.66% from 443); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F31FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F31FB is #70CE04. Grayscale: #636363. Windows color (decimal): -7392773 or 16462223. OLE color: 16462223.
HSL color Cylindrical-coordinate representation of color #8F31FB: hue angle of 267.92º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #8F31FB is Cyan = 0.43, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 49 | 251 | - |
| CMYK | 0.43 | 0.80 | 0 | 0.02 |
| HSL | 267.92º | 0.96% | 0.59% | - |
| HSV(B) | 267.92º | 0.8% | 0.98% | - |
| XYZ | 29.84 | 15 | 92.59 | - |
| YUV | 100.13 | 213.14 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 49 | 251 | 0.43 | 0.80 | 0 | 0.02 | 267.92 | 0.96 | 0.59 |
| Hex | 8F | 31 | FB | 2B | 50 | 0 | 2 | 10C | 60 | 3B |
| Octal | 217 | 61 | 373 | 53 | 120 | 0 | 2 | 414 | 140 | 73 |
| Binary | 10001111 | 110001 | 11111011 | 101011 | 1010000 | 0 | 10 | 100001100 | 1100000 | 111011 |
Color Harmonies of #8F31FB
Complementary color
Monochromatic Colors of #8F31FB
Black with #8F31FB
Text Example
Text Example
White with #8F31FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F31FB; }
p { color: rgb(143,49,251); }
H1.HeaderClassName
{
color: #8F31FB;
}
.AnyTagClassName
{
color: #8F31FB;
}
</style>
background-color css
<style>
a { background-color: #8F31FB; }
a { background-color: rgb(143,49,251); }
div.DivClassName
{
background-color: #8F31FB;
}
.BgClassName
{
background-color: #8F31FB;
}
</style>
border-color css
<style>
span { border-color: #8F31FB; }
span { border-color: rgb(143,49,251); }
td.TdClassName
{
border-color: #8F31FB;
}
.TagClassName
{
border-color: #8F31FB;
}
</style>