Shades of Blue Violet #8F0EFB
Tints of Blue Violet #8F0EFB
RGB
CMYK
RGB Variations
Color information
#8F0EFB (or 0x8F0EFB) is known color: Blue Violet. HEX triplet: 8F, 0E and FB. RGB value is (143,14,251). Sum of RGB (Red+Green+Blue) = 143+14+251=408 (54% of max value = 765). Red value is 143 (56.25% from 255 or 35.05% from 408); Green value is 14 (5.86% from 255 or 3.43% from 408); Blue value is 251 (98.44% from 255 or 61.52% from 408); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F0EFB is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0EFB is #70F104. Grayscale: #4E4E4E. Windows color (decimal): -7401733 or 16453263. OLE color: 16453263.
HSL color Cylindrical-coordinate representation of color #8F0EFB: hue angle of 272.66º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0EFB is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 14 | 251 | - |
| CMYK | 0.43 | 0.94 | 0 | 0.02 |
| HSL | 272.66º | 0.97% | 0.52% | - |
| HSV(B) | 272.66º | 0.94% | 0.98% | - |
| XYZ | 28.9 | 13.12 | 92.28 | - |
| YUV | 79.59 | 224.74 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 251 | 0.43 | 0.94 | 0 | 0.02 | 272.66 | 0.97 | 0.52 |
| Hex | 8F | E | FB | 2B | 5E | 0 | 2 | 111 | 61 | 34 |
| Octal | 217 | 16 | 373 | 53 | 136 | 0 | 2 | 421 | 141 | 64 |
| Binary | 10001111 | 1110 | 11111011 | 101011 | 1011110 | 0 | 10 | 100010001 | 1100001 | 110100 |
Color Harmonies of #8F0EFB
Complementary color
Monochromatic Colors of #8F0EFB
Black with #8F0EFB
Text Example
Text Example
White with #8F0EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0EFB; }
p { color: rgb(143,14,251); }
H1.HeaderClassName
{
color: #8F0EFB;
}
.AnyTagClassName
{
color: #8F0EFB;
}
</style>
background-color css
<style>
a { background-color: #8F0EFB; }
a { background-color: rgb(143,14,251); }
div.DivClassName
{
background-color: #8F0EFB;
}
.BgClassName
{
background-color: #8F0EFB;
}
</style>
border-color css
<style>
span { border-color: #8F0EFB; }
span { border-color: rgb(143,14,251); }
td.TdClassName
{
border-color: #8F0EFB;
}
.TagClassName
{
border-color: #8F0EFB;
}
</style>