Shades of Blue Violet #8E10FF
Tints of Blue Violet #8E10FF
RGB
CMYK
RGB Variations
Color information
#8E10FF (or 0x8E10FF) is known color: Blue Violet. HEX triplet: 8E, 10 and FF. RGB value is (142,16,255). Sum of RGB (Red+Green+Blue) = 142+16+255=413 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.38% from 413); Green value is 16 (6.64% from 255 or 3.87% from 413); Blue value is 255 (100% from 255 or 61.74% from 413); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E10FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E10FF is #71EF00. Grayscale: #505050. Windows color (decimal): -7466753 or 16715918. OLE color: 16715918.
HSL color Cylindrical-coordinate representation of color #8E10FF: hue angle of 271.63º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8E10FF is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 16 | 255 | - |
| CMYK | 0.44 | 0.94 | 0 | 0 |
| HSL | 271.63º | 1% | 0.53% | - |
| HSV(B) | 271.63º | 0.94% | 1% | - |
| XYZ | 29.39 | 13.34 | 95.63 | - |
| YUV | 80.92 | 226.24 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 255 | 0.44 | 0.94 | 0 | 0 | 271.63 | 1 | 0.53 |
| Hex | 8E | 10 | FF | 2C | 5E | 0 | 0 | 110 | 64 | 35 |
| Octal | 216 | 20 | 377 | 54 | 136 | 0 | 0 | 420 | 144 | 65 |
| Binary | 10001110 | 10000 | 11111111 | 101100 | 1011110 | 0 | 0 | 100010000 | 1100100 | 110101 |
Color Harmonies of #8E10FF
Complementary color
Monochromatic Colors of #8E10FF
Black with #8E10FF
Text Example
Text Example
White with #8E10FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E10FF; }
p { color: rgb(142,16,255); }
H1.HeaderClassName
{
color: #8E10FF;
}
.AnyTagClassName
{
color: #8E10FF;
}
</style>
background-color css
<style>
a { background-color: #8E10FF; }
a { background-color: rgb(142,16,255); }
div.DivClassName
{
background-color: #8E10FF;
}
.BgClassName
{
background-color: #8E10FF;
}
</style>
border-color css
<style>
span { border-color: #8E10FF; }
span { border-color: rgb(142,16,255); }
td.TdClassName
{
border-color: #8E10FF;
}
.TagClassName
{
border-color: #8E10FF;
}
</style>