Shades of Blue Violet #8E10FE
Tints of Blue Violet #8E10FE
RGB
CMYK
RGB Variations
Color information
#8E10FE (or 0x8E10FE) is known color: Blue Violet. HEX triplet: 8E, 10 and FE. RGB value is (142,16,254). Sum of RGB (Red+Green+Blue) = 142+16+254=412 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.47% from 412); Green value is 16 (6.64% from 255 or 3.88% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E10FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E10FE is #71EF01. Grayscale: #4F4F4F. Windows color (decimal): -7466754 or 16650382. OLE color: 16650382.
HSL color Cylindrical-coordinate representation of color #8E10FE: hue angle of 271.76º 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 #8E10FE is Cyan = 0.44, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 16 | 254 | - |
| CMYK | 0.44 | 0.94 | 0 | 0.00 |
| HSL | 271.76º | 0.99% | 0.53% | - |
| HSV(B) | 271.76º | 0.94% | 1% | - |
| XYZ | 29.23 | 13.28 | 94.79 | - |
| YUV | 80.81 | 225.74 | 171.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 16 | 254 | 0.44 | 0.94 | 0 | 0.00 | 271.76 | 0.99 | 0.53 |
| Hex | 8E | 10 | FE | 2C | 5E | 0 | 0 | 110 | 63 | 35 |
| Octal | 216 | 20 | 376 | 54 | 136 | 0 | 0 | 420 | 143 | 65 |
| Binary | 10001110 | 10000 | 11111110 | 101100 | 1011110 | 0 | 0 | 100010000 | 1100011 | 110101 |
Color Harmonies of #8E10FE
Complementary color
Monochromatic Colors of #8E10FE
Black with #8E10FE
Text Example
Text Example
White with #8E10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E10FE; }
p { color: rgb(142,16,254); }
H1.HeaderClassName
{
color: #8E10FE;
}
.AnyTagClassName
{
color: #8E10FE;
}
</style>
background-color css
<style>
a { background-color: #8E10FE; }
a { background-color: rgb(142,16,254); }
div.DivClassName
{
background-color: #8E10FE;
}
.BgClassName
{
background-color: #8E10FE;
}
</style>
border-color css
<style>
span { border-color: #8E10FE; }
span { border-color: rgb(142,16,254); }
td.TdClassName
{
border-color: #8E10FE;
}
.TagClassName
{
border-color: #8E10FE;
}
</style>