Shades of Blue Violet #8E1EFE
Tints of Blue Violet #8E1EFE
RGB
CMYK
RGB Variations
Color information
#8E1EFE (or 0x8E1EFE) is known color: Blue Violet. HEX triplet: 8E, 1E and FE. RGB value is (142,30,254). Sum of RGB (Red+Green+Blue) = 142+30+254=426 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.33% from 426); Green value is 30 (12.11% from 255 or 7.04% from 426); Blue value is 254 (99.61% from 255 or 59.62% from 426); Max value from RGB is 254 - color contains mainly: blue. Hex color #8E1EFE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1EFE is #71E101. Grayscale: #585858. Windows color (decimal): -7463170 or 16653966. OLE color: 16653966.
HSL color Cylindrical-coordinate representation of color #8E1EFE: hue angle of 270º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1EFE is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 142 | 30 | 254 | - |
| CMYK | 0.44 | 0.88 | 0 | 0.00 |
| HSL | 270º | 0.99% | 0.56% | - |
| HSV(B) | 270º | 0.88% | 1% | - |
| XYZ | 29.51 | 13.84 | 94.88 | - |
| YUV | 89.02 | 221.11 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 30 | 254 | 0.44 | 0.88 | 0 | 0.00 | 270 | 0.99 | 0.56 |
| Hex | 8E | 1E | FE | 2C | 58 | 0 | 0 | 10E | 63 | 38 |
| Octal | 216 | 36 | 376 | 54 | 130 | 0 | 0 | 416 | 143 | 70 |
| Binary | 10001110 | 11110 | 11111110 | 101100 | 1011000 | 0 | 0 | 100001110 | 1100011 | 111000 |
Color Harmonies of #8E1EFE
Complementary color
Monochromatic Colors of #8E1EFE
Black with #8E1EFE
Text Example
Text Example
White with #8E1EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1EFE; }
p { color: rgb(142,30,254); }
H1.HeaderClassName
{
color: #8E1EFE;
}
.AnyTagClassName
{
color: #8E1EFE;
}
</style>
background-color css
<style>
a { background-color: #8E1EFE; }
a { background-color: rgb(142,30,254); }
div.DivClassName
{
background-color: #8E1EFE;
}
.BgClassName
{
background-color: #8E1EFE;
}
</style>
border-color css
<style>
span { border-color: #8E1EFE; }
span { border-color: rgb(142,30,254); }
td.TdClassName
{
border-color: #8E1EFE;
}
.TagClassName
{
border-color: #8E1EFE;
}
</style>