Shades of Blue Violet #8E48FF
Tints of Blue Violet #8E48FF
RGB
CMYK
RGB Variations
Color information
#8E48FF (or 0x8E48FF) is known color: Blue Violet. HEX triplet: 8E, 48 and FF. RGB value is (142,72,255). Sum of RGB (Red+Green+Blue) = 142+72+255=469 (62% of max value = 765). Red value is 142 (55.86% from 255 or 30.28% from 469); Green value is 72 (28.52% from 255 or 15.35% from 469); Blue value is 255 (100% from 255 or 54.37% from 469); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E48FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E48FF is #71B700. Grayscale: #717171. Windows color (decimal): -7452417 or 16730254. OLE color: 16730254.
HSL color Cylindrical-coordinate representation of color #8E48FF: hue angle of 262.95º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #8E48FF is Cyan = 0.44, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 72 | 255 | - |
| CMYK | 0.44 | 0.72 | 0 | 0 |
| HSL | 262.95º | 1% | 0.64% | - |
| HSV(B) | 262.95º | 0.72% | 1% | - |
| XYZ | 31.52 | 17.61 | 96.34 | - |
| YUV | 113.79 | 207.69 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 72 | 255 | 0.44 | 0.72 | 0 | 0 | 262.95 | 1 | 0.64 |
| Hex | 8E | 48 | FF | 2C | 48 | 0 | 0 | 107 | 64 | 40 |
| Octal | 216 | 110 | 377 | 54 | 110 | 0 | 0 | 407 | 144 | 100 |
| Binary | 10001110 | 1001000 | 11111111 | 101100 | 1001000 | 0 | 0 | 100000111 | 1100100 | 1000000 |
Color Harmonies of #8E48FF
Complementary color
Monochromatic Colors of #8E48FF
Black with #8E48FF
Text Example
Text Example
White with #8E48FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E48FF; }
p { color: rgb(142,72,255); }
H1.HeaderClassName
{
color: #8E48FF;
}
.AnyTagClassName
{
color: #8E48FF;
}
</style>
background-color css
<style>
a { background-color: #8E48FF; }
a { background-color: rgb(142,72,255); }
div.DivClassName
{
background-color: #8E48FF;
}
.BgClassName
{
background-color: #8E48FF;
}
</style>
border-color css
<style>
span { border-color: #8E48FF; }
span { border-color: rgb(142,72,255); }
td.TdClassName
{
border-color: #8E48FF;
}
.TagClassName
{
border-color: #8E48FF;
}
</style>