Shades of Blue Violet #8F0BFB
Tints of Blue Violet #8F0BFB
RGB
CMYK
RGB Variations
Color information
#8F0BFB (or 0x8F0BFB) is known color: Blue Violet. HEX triplet: 8F, 0B and FB. RGB value is (143,11,251). Sum of RGB (Red+Green+Blue) = 143+11+251=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 11 (4.69% from 255 or 2.72% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F0BFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0BFB is #70F404. Grayscale: #4D4D4D. Windows color (decimal): -7402501 or 16452495. OLE color: 16452495.
HSL color Cylindrical-coordinate representation of color #8F0BFB: hue angle of 273º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8F0BFB is Cyan = 0.43, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 11 | 251 | - |
| CMYK | 0.43 | 0.96 | 0 | 0.02 |
| HSL | 273º | 0.97% | 0.51% | - |
| HSV(B) | 273º | 0.96% | 0.98% | - |
| XYZ | 28.86 | 13.04 | 92.26 | - |
| YUV | 77.83 | 225.73 | 174.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 11 | 251 | 0.43 | 0.96 | 0 | 0.02 | 273 | 0.97 | 0.51 |
| Hex | 8F | B | FB | 2B | 60 | 0 | 2 | 111 | 61 | 33 |
| Octal | 217 | 13 | 373 | 53 | 140 | 0 | 2 | 421 | 141 | 63 |
| Binary | 10001111 | 1011 | 11111011 | 101011 | 1100000 | 0 | 10 | 100010001 | 1100001 | 110011 |
Color Harmonies of #8F0BFB
Complementary color
Monochromatic Colors of #8F0BFB
Black with #8F0BFB
Text Example
Text Example
White with #8F0BFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0BFB; }
p { color: rgb(143,11,251); }
H1.HeaderClassName
{
color: #8F0BFB;
}
.AnyTagClassName
{
color: #8F0BFB;
}
</style>
background-color css
<style>
a { background-color: #8F0BFB; }
a { background-color: rgb(143,11,251); }
div.DivClassName
{
background-color: #8F0BFB;
}
.BgClassName
{
background-color: #8F0BFB;
}
</style>
border-color css
<style>
span { border-color: #8F0BFB; }
span { border-color: rgb(143,11,251); }
td.TdClassName
{
border-color: #8F0BFB;
}
.TagClassName
{
border-color: #8F0BFB;
}
</style>