Shades of Blue Violet #8E1FFF
Tints of Blue Violet #8E1FFF
RGB
CMYK
RGB Variations
Color information
#8E1FFF (or 0x8E1FFF) is known color: Blue Violet. HEX triplet: 8E, 1F and FF. RGB value is (142,31,255). Sum of RGB (Red+Green+Blue) = 142+31+255=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 31 (12.5% from 255 or 7.24% from 428); Blue value is 255 (100% from 255 or 59.58% from 428); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E1FFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E1FFF is #71E000. Grayscale: #585858. Windows color (decimal): -7462913 or 16719758. OLE color: 16719758.
HSL color Cylindrical-coordinate representation of color #8E1FFF: hue angle of 269.73º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8E1FFF is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 31 | 255 | - |
| CMYK | 0.44 | 0.88 | 0 | 0 |
| HSL | 269.73º | 1% | 0.56% | - |
| HSV(B) | 269.73º | 0.88% | 1% | - |
| XYZ | 29.7 | 13.95 | 95.74 | - |
| YUV | 89.73 | 221.27 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 31 | 255 | 0.44 | 0.88 | 0 | 0 | 269.73 | 1 | 0.56 |
| Hex | 8E | 1F | FF | 2C | 58 | 0 | 0 | 10E | 64 | 38 |
| Octal | 216 | 37 | 377 | 54 | 130 | 0 | 0 | 416 | 144 | 70 |
| Binary | 10001110 | 11111 | 11111111 | 101100 | 1011000 | 0 | 0 | 100001110 | 1100100 | 111000 |
Color Harmonies of #8E1FFF
Complementary color
Monochromatic Colors of #8E1FFF
Black with #8E1FFF
Text Example
Text Example
White with #8E1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1FFF; }
p { color: rgb(142,31,255); }
H1.HeaderClassName
{
color: #8E1FFF;
}
.AnyTagClassName
{
color: #8E1FFF;
}
</style>
background-color css
<style>
a { background-color: #8E1FFF; }
a { background-color: rgb(142,31,255); }
div.DivClassName
{
background-color: #8E1FFF;
}
.BgClassName
{
background-color: #8E1FFF;
}
</style>
border-color css
<style>
span { border-color: #8E1FFF; }
span { border-color: rgb(142,31,255); }
td.TdClassName
{
border-color: #8E1FFF;
}
.TagClassName
{
border-color: #8E1FFF;
}
</style>