Shades of Blue Violet #8E11FF
Tints of Blue Violet #8E11FF
RGB
CMYK
RGB Variations
Color information
#8E11FF (or 0x8E11FF) is known color: Blue Violet. HEX triplet: 8E, 11 and FF. RGB value is (142,17,255). Sum of RGB (Red+Green+Blue) = 142+17+255=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 17 (7.03% from 255 or 4.11% from 414); Blue value is 255 (100% from 255 or 61.59% from 414); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E11FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E11FF is #71EE00. Grayscale: #505050. Windows color (decimal): -7466497 or 16716174. OLE color: 16716174.
HSL color Cylindrical-coordinate representation of color #8E11FF: hue angle of 271.51º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #8E11FF is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 17 | 255 | - |
| CMYK | 0.44 | 0.93 | 0 | 0 |
| HSL | 271.51º | 1% | 0.53% | - |
| HSV(B) | 271.51º | 0.93% | 1% | - |
| XYZ | 29.41 | 13.37 | 95.64 | - |
| YUV | 81.51 | 225.91 | 171.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 17 | 255 | 0.44 | 0.93 | 0 | 0 | 271.51 | 1 | 0.53 |
| Hex | 8E | 11 | FF | 2C | 5D | 0 | 0 | 110 | 64 | 35 |
| Octal | 216 | 21 | 377 | 54 | 135 | 0 | 0 | 420 | 144 | 65 |
| Binary | 10001110 | 10001 | 11111111 | 101100 | 1011101 | 0 | 0 | 100010000 | 1100100 | 110101 |
Color Harmonies of #8E11FF
Complementary color
Monochromatic Colors of #8E11FF
Black with #8E11FF
Text Example
Text Example
White with #8E11FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E11FF; }
p { color: rgb(142,17,255); }
H1.HeaderClassName
{
color: #8E11FF;
}
.AnyTagClassName
{
color: #8E11FF;
}
</style>
background-color css
<style>
a { background-color: #8E11FF; }
a { background-color: rgb(142,17,255); }
div.DivClassName
{
background-color: #8E11FF;
}
.BgClassName
{
background-color: #8E11FF;
}
</style>
border-color css
<style>
span { border-color: #8E11FF; }
span { border-color: rgb(142,17,255); }
td.TdClassName
{
border-color: #8E11FF;
}
.TagClassName
{
border-color: #8E11FF;
}
</style>