Shades of Blue Violet #8F0EFE
Tints of Blue Violet #8F0EFE
RGB
CMYK
RGB Variations
Color information
#8F0EFE (or 0x8F0EFE) is known color: Blue Violet. HEX triplet: 8F, 0E and FE. RGB value is (143,14,254). Sum of RGB (Red+Green+Blue) = 143+14+254=411 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.79% from 411); Green value is 14 (5.86% from 255 or 3.41% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F0EFE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0EFE is #70F101. Grayscale: #4F4F4F. Windows color (decimal): -7401730 or 16649871. OLE color: 16649871.
HSL color Cylindrical-coordinate representation of color #8F0EFE: hue angle of 272.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0EFE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 14 | 254 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.00 |
| HSL | 272.25º | 0.99% | 0.53% | - |
| HSV(B) | 272.25º | 0.94% | 1% | - |
| XYZ | 29.37 | 13.31 | 94.79 | - |
| YUV | 79.93 | 226.24 | 172.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 254 | 0.44 | 0.94 | 0 | 0.00 | 272.25 | 0.99 | 0.53 |
| Hex | 8F | E | FE | 2C | 5E | 0 | 0 | 110 | 63 | 35 |
| Octal | 217 | 16 | 376 | 54 | 136 | 0 | 0 | 420 | 143 | 65 |
| Binary | 10001111 | 1110 | 11111110 | 101100 | 1011110 | 0 | 0 | 100010000 | 1100011 | 110101 |
Color Harmonies of #8F0EFE
Complementary color
Monochromatic Colors of #8F0EFE
Black with #8F0EFE
Text Example
Text Example
White with #8F0EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0EFE; }
p { color: rgb(143,14,254); }
H1.HeaderClassName
{
color: #8F0EFE;
}
.AnyTagClassName
{
color: #8F0EFE;
}
</style>
background-color css
<style>
a { background-color: #8F0EFE; }
a { background-color: rgb(143,14,254); }
div.DivClassName
{
background-color: #8F0EFE;
}
.BgClassName
{
background-color: #8F0EFE;
}
</style>
border-color css
<style>
span { border-color: #8F0EFE; }
span { border-color: rgb(143,14,254); }
td.TdClassName
{
border-color: #8F0EFE;
}
.TagClassName
{
border-color: #8F0EFE;
}
</style>