Shades of Blue Violet #8F49FB
Tints of Blue Violet #8F49FB
RGB
CMYK
RGB Variations
Color information
#8F49FB (or 0x8F49FB) is known color: Blue Violet. HEX triplet: 8F, 49 and FB. RGB value is (143,73,251). Sum of RGB (Red+Green+Blue) = 143+73+251=467 (61% of max value = 765). Red value is 143 (56.25% from 255 or 30.62% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 251 (98.44% from 255 or 53.75% from 467); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F49FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F49FB is #70B604. Grayscale: #717171. Windows color (decimal): -7386629 or 16468367. OLE color: 16468367.
HSL color Cylindrical-coordinate representation of color #8F49FB: hue angle of 263.6º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8F49FB is Cyan = 0.43, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 73 | 251 | - |
| CMYK | 0.43 | 0.71 | 0 | 0.02 |
| HSL | 263.6º | 0.96% | 0.64% | - |
| HSV(B) | 263.6º | 0.71% | 0.98% | - |
| XYZ | 31.12 | 17.57 | 93.02 | - |
| YUV | 114.22 | 205.19 | 148.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 251 | 0.43 | 0.71 | 0 | 0.02 | 263.6 | 0.96 | 0.64 |
| Hex | 8F | 49 | FB | 2B | 47 | 0 | 2 | 108 | 60 | 40 |
| Octal | 217 | 111 | 373 | 53 | 107 | 0 | 2 | 410 | 140 | 100 |
| Binary | 10001111 | 1001001 | 11111011 | 101011 | 1000111 | 0 | 10 | 100001000 | 1100000 | 1000000 |
Color Harmonies of #8F49FB
Complementary color
Monochromatic Colors of #8F49FB
Black with #8F49FB
Text Example
Text Example
White with #8F49FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F49FB; }
p { color: rgb(143,73,251); }
H1.HeaderClassName
{
color: #8F49FB;
}
.AnyTagClassName
{
color: #8F49FB;
}
</style>
background-color css
<style>
a { background-color: #8F49FB; }
a { background-color: rgb(143,73,251); }
div.DivClassName
{
background-color: #8F49FB;
}
.BgClassName
{
background-color: #8F49FB;
}
</style>
border-color css
<style>
span { border-color: #8F49FB; }
span { border-color: rgb(143,73,251); }
td.TdClassName
{
border-color: #8F49FB;
}
.TagClassName
{
border-color: #8F49FB;
}
</style>