Shades of Blue Violet #8F0EF8
Tints of Blue Violet #8F0EF8
RGB
CMYK
RGB Variations
Color information
#8F0EF8 (or 0x8F0EF8) is known color: Blue Violet. HEX triplet: 8F, 0E and F8. RGB value is (143,14,248). Sum of RGB (Red+Green+Blue) = 143+14+248=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 14 (5.86% from 255 or 3.46% from 405); Blue value is 248 (97.27% from 255 or 61.23% from 405); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F0EF8 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8F0EF8 is #70F107. Grayscale: #4E4E4E. Windows color (decimal): -7401736 or 16256655. OLE color: 16256655.
HSL color Cylindrical-coordinate representation of color #8F0EF8: hue angle of 273.08º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0EF8 is Cyan = 0.42, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 14 | 248 | - |
| CMYK | 0.42 | 0.94 | 0 | 0.03 |
| HSL | 273.08º | 0.94% | 0.51% | - |
| HSV(B) | 273.08º | 0.94% | 0.97% | - |
| XYZ | 28.43 | 12.93 | 89.8 | - |
| YUV | 79.25 | 223.24 | 173.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 14 | 248 | 0.42 | 0.94 | 0 | 0.03 | 273.08 | 0.94 | 0.51 |
| Hex | 8F | E | F8 | 2A | 5E | 0 | 3 | 111 | 5E | 33 |
| Octal | 217 | 16 | 370 | 52 | 136 | 0 | 3 | 421 | 136 | 63 |
| Binary | 10001111 | 1110 | 11111000 | 101010 | 1011110 | 0 | 11 | 100010001 | 1011110 | 110011 |
Color Harmonies of #8F0EF8
Complementary color
Monochromatic Colors of #8F0EF8
Black with #8F0EF8
Text Example
Text Example
White with #8F0EF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F0EF8; }
p { color: rgb(143,14,248); }
H1.HeaderClassName
{
color: #8F0EF8;
}
.AnyTagClassName
{
color: #8F0EF8;
}
</style>
background-color css
<style>
a { background-color: #8F0EF8; }
a { background-color: rgb(143,14,248); }
div.DivClassName
{
background-color: #8F0EF8;
}
.BgClassName
{
background-color: #8F0EF8;
}
</style>
border-color css
<style>
span { border-color: #8F0EF8; }
span { border-color: rgb(143,14,248); }
td.TdClassName
{
border-color: #8F0EF8;
}
.TagClassName
{
border-color: #8F0EF8;
}
</style>