Shades of Blue Violet #8F41FB
Tints of Blue Violet #8F41FB
RGB
CMYK
RGB Variations
Color information
#8F41FB (or 0x8F41FB) is known color: Blue Violet. HEX triplet: 8F, 41 and FB. RGB value is (143,65,251). Sum of RGB (Red+Green+Blue) = 143+65+251=459 (60% of max value = 765). Red value is 143 (56.25% from 255 or 31.15% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 251 (98.44% from 255 or 54.68% from 459); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F41FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8F41FB is #70BE04. Grayscale: #6C6C6C. Windows color (decimal): -7388677 or 16466319. OLE color: 16466319.
HSL color Cylindrical-coordinate representation of color #8F41FB: hue angle of 265.16º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #8F41FB is Cyan = 0.43, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 65 | 251 | - |
| CMYK | 0.43 | 0.74 | 0 | 0.02 |
| HSL | 265.16º | 0.96% | 0.62% | - |
| HSV(B) | 265.16º | 0.74% | 0.98% | - |
| XYZ | 30.63 | 16.59 | 92.85 | - |
| YUV | 109.53 | 207.84 | 151.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 251 | 0.43 | 0.74 | 0 | 0.02 | 265.16 | 0.96 | 0.62 |
| Hex | 8F | 41 | FB | 2B | 4A | 0 | 2 | 109 | 60 | 3E |
| Octal | 217 | 101 | 373 | 53 | 112 | 0 | 2 | 411 | 140 | 76 |
| Binary | 10001111 | 1000001 | 11111011 | 101011 | 1001010 | 0 | 10 | 100001001 | 1100000 | 111110 |
Color Harmonies of #8F41FB
Complementary color
Monochromatic Colors of #8F41FB
Black with #8F41FB
Text Example
Text Example
White with #8F41FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F41FB; }
p { color: rgb(143,65,251); }
H1.HeaderClassName
{
color: #8F41FB;
}
.AnyTagClassName
{
color: #8F41FB;
}
</style>
background-color css
<style>
a { background-color: #8F41FB; }
a { background-color: rgb(143,65,251); }
div.DivClassName
{
background-color: #8F41FB;
}
.BgClassName
{
background-color: #8F41FB;
}
</style>
border-color css
<style>
span { border-color: #8F41FB; }
span { border-color: rgb(143,65,251); }
td.TdClassName
{
border-color: #8F41FB;
}
.TagClassName
{
border-color: #8F41FB;
}
</style>