Shades of Blue Violet #8E12FE
Tints of Blue Violet #8E12FE
RGB
CMYK
RGB Variations
Color information
#8E12FE (or 0x8E12FE) is known color: Blue Violet. HEX triplet: 8E, 12 and FE. RGB value is (142,18,254). Sum of RGB (Red+Green+Blue) = 142+18+254=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 254 (99.61% from 255 or 61.35% from 414); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E12FE is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #8E12FE is #71ED01. Grayscale: #515151. Windows color (decimal): -7466242 or 16650894. OLE color: 16650894.
HSL color Cylindrical-coordinate representation of color #8E12FE: hue angle of 271.53º 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 #8E12FE is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 18 | 254 | - |
| CMYK | 0.44 | 0.93 | 0 | 0.00 |
| HSL | 271.53º | 0.99% | 0.53% | - |
| HSV(B) | 271.53º | 0.93% | 1% | - |
| XYZ | 29.26 | 13.34 | 94.8 | - |
| YUV | 81.98 | 225.08 | 170.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 18 | 254 | 0.44 | 0.93 | 0 | 0.00 | 271.53 | 0.99 | 0.53 |
| Hex | 8E | 12 | FE | 2C | 5D | 0 | 0 | 110 | 63 | 35 |
| Octal | 216 | 22 | 376 | 54 | 135 | 0 | 0 | 420 | 143 | 65 |
| Binary | 10001110 | 10010 | 11111110 | 101100 | 1011101 | 0 | 0 | 100010000 | 1100011 | 110101 |
Color Harmonies of #8E12FE
Complementary color
Monochromatic Colors of #8E12FE
Black with #8E12FE
Text Example
Text Example
White with #8E12FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E12FE; }
p { color: rgb(142,18,254); }
H1.HeaderClassName
{
color: #8E12FE;
}
.AnyTagClassName
{
color: #8E12FE;
}
</style>
background-color css
<style>
a { background-color: #8E12FE; }
a { background-color: rgb(142,18,254); }
div.DivClassName
{
background-color: #8E12FE;
}
.BgClassName
{
background-color: #8E12FE;
}
</style>
border-color css
<style>
span { border-color: #8E12FE; }
span { border-color: rgb(142,18,254); }
td.TdClassName
{
border-color: #8E12FE;
}
.TagClassName
{
border-color: #8E12FE;
}
</style>