Shades of Blue Violet #8E1FEB
Tints of Blue Violet #8E1FEB
RGB
CMYK
RGB Variations
Color information
#8E1FEB (or 0x8E1FEB) is known color: Blue Violet. HEX triplet: 8E, 1F and EB. RGB value is (142,31,235). Sum of RGB (Red+Green+Blue) = 142+31+235=408 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.80% from 408); Green value is 31 (12.5% from 255 or 7.60% from 408); Blue value is 235 (92.19% from 255 or 57.60% from 408); Max value from RGB is 235 - color contains mainly: blue. Hex color #8E1FEB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1FEB is #71E014. Grayscale: #565656. Windows color (decimal): -7462933 or 15409038. OLE color: 15409038.
HSL color Cylindrical-coordinate representation of color #8E1FEB: hue angle of 272.65º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1FEB is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 142 | 31 | 235 | - |
| CMYK | 0.40 | 0.87 | 0 | 0.08 |
| HSL | 272.65º | 0.84% | 0.52% | - |
| HSV(B) | 272.65º | 0.87% | 0.92% | - |
| XYZ | 26.64 | 12.73 | 79.65 | - |
| YUV | 87.45 | 211.27 | 166.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 31 | 235 | 0.40 | 0.87 | 0 | 0.08 | 272.65 | 0.84 | 0.52 |
| Hex | 8E | 1F | EB | 28 | 57 | 0 | 8 | 111 | 54 | 34 |
| Octal | 216 | 37 | 353 | 50 | 127 | 0 | 10 | 421 | 124 | 64 |
| Binary | 10001110 | 11111 | 11101011 | 101000 | 1010111 | 0 | 1000 | 100010001 | 1010100 | 110100 |
Color Harmonies of #8E1FEB
Complementary color
Monochromatic Colors of #8E1FEB
Black with #8E1FEB
Text Example
Text Example
White with #8E1FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1FEB; }
p { color: rgb(142,31,235); }
H1.HeaderClassName
{
color: #8E1FEB;
}
.AnyTagClassName
{
color: #8E1FEB;
}
</style>
background-color css
<style>
a { background-color: #8E1FEB; }
a { background-color: rgb(142,31,235); }
div.DivClassName
{
background-color: #8E1FEB;
}
.BgClassName
{
background-color: #8E1FEB;
}
</style>
border-color css
<style>
span { border-color: #8E1FEB; }
span { border-color: rgb(142,31,235); }
td.TdClassName
{
border-color: #8E1FEB;
}
.TagClassName
{
border-color: #8E1FEB;
}
</style>