Shades of Blue Violet #8E49FF
Tints of Blue Violet #8E49FF
RGB
CMYK
RGB Variations
Color information
#8E49FF (or 0x8E49FF) is known color: Blue Violet. HEX triplet: 8E, 49 and FF. RGB value is (142,73,255). Sum of RGB (Red+Green+Blue) = 142+73+255=470 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.21% from 470); Green value is 73 (28.91% from 255 or 15.53% from 470); Blue value is 255 (100% from 255 or 54.26% from 470); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E49FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E49FF is #71B600. Grayscale: #717171. Windows color (decimal): -7452161 or 16730510. OLE color: 16730510.
HSL color Cylindrical-coordinate representation of color #8E49FF: hue angle of 262.75º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E49FF is Cyan = 0.44, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 73 | 255 | - |
| CMYK | 0.44 | 0.71 | 0 | 0 |
| HSL | 262.75º | 1% | 0.64% | - |
| HSV(B) | 262.75º | 0.71% | 1% | - |
| XYZ | 31.59 | 17.74 | 96.37 | - |
| YUV | 114.38 | 207.36 | 147.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 73 | 255 | 0.44 | 0.71 | 0 | 0 | 262.75 | 1 | 0.64 |
| Hex | 8E | 49 | FF | 2C | 47 | 0 | 0 | 107 | 64 | 40 |
| Octal | 216 | 111 | 377 | 54 | 107 | 0 | 0 | 407 | 144 | 100 |
| Binary | 10001110 | 1001001 | 11111111 | 101100 | 1000111 | 0 | 0 | 100000111 | 1100100 | 1000000 |
Color Harmonies of #8E49FF
Complementary color
Monochromatic Colors of #8E49FF
Black with #8E49FF
Text Example
Text Example
White with #8E49FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E49FF; }
p { color: rgb(142,73,255); }
H1.HeaderClassName
{
color: #8E49FF;
}
.AnyTagClassName
{
color: #8E49FF;
}
</style>
background-color css
<style>
a { background-color: #8E49FF; }
a { background-color: rgb(142,73,255); }
div.DivClassName
{
background-color: #8E49FF;
}
.BgClassName
{
background-color: #8E49FF;
}
</style>
border-color css
<style>
span { border-color: #8E49FF; }
span { border-color: rgb(142,73,255); }
td.TdClassName
{
border-color: #8E49FF;
}
.TagClassName
{
border-color: #8E49FF;
}
</style>