Shades of Blue Violet #8E11FE
Tints of Blue Violet #8E11FE
RGB
CMYK
RGB Variations
Color information
#8E11FE (or 0x8E11FE) is known color: Blue Violet. HEX triplet: 8E, 11 and FE. RGB value is (142,17,254). Sum of RGB (Red+Green+Blue) = 142+17+254=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 17 (7.03% from 255 or 4.12% from 413); Blue value is 254 (99.61% from 255 or 61.50% from 413); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E11FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E11FE is #71EE01. Grayscale: #505050. Windows color (decimal): -7466498 or 16650638. OLE color: 16650638.
HSL color Cylindrical-coordinate representation of color #8E11FE: hue angle of 271.65º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E11FE is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 17 | 254 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.00 |
| HSL | 271.65º | 0.99% | 0.53% | - |
| HSV(B) | 271.65º | 0.93% | 1% | - |
| XYZ | 29.25 | 13.31 | 94.79 | - |
| YUV | 81.39 | 225.41 | 171.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 254 | 0.44 | 0.93 | 0 | 0.00 | 271.65 | 0.99 | 0.53 |
| Hex | 8E | 11 | FE | 2C | 5D | 0 | 0 | 110 | 63 | 35 |
| Octal | 216 | 21 | 376 | 54 | 135 | 0 | 0 | 420 | 143 | 65 |
| Binary | 10001110 | 10001 | 11111110 | 101100 | 1011101 | 0 | 0 | 100010000 | 1100011 | 110101 |
Color Harmonies of #8E11FE
Complementary color
Monochromatic Colors of #8E11FE
Black with #8E11FE
Text Example
Text Example
White with #8E11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E11FE; }
p { color: rgb(142,17,254); }
H1.HeaderClassName
{
color: #8E11FE;
}
.AnyTagClassName
{
color: #8E11FE;
}
</style>
background-color css
<style>
a { background-color: #8E11FE; }
a { background-color: rgb(142,17,254); }
div.DivClassName
{
background-color: #8E11FE;
}
.BgClassName
{
background-color: #8E11FE;
}
</style>
border-color css
<style>
span { border-color: #8E11FE; }
span { border-color: rgb(142,17,254); }
td.TdClassName
{
border-color: #8E11FE;
}
.TagClassName
{
border-color: #8E11FE;
}
</style>