Shades of Blue Violet #8E45FF
Tints of Blue Violet #8E45FF
RGB
CMYK
RGB Variations
Color information
#8E45FF (or 0x8E45FF) is known color: Blue Violet. HEX triplet: 8E, 45 and FF. RGB value is (142,69,255). Sum of RGB (Red+Green+Blue) = 142+69+255=466 (61% of max value = 765). Red value is 142 (55.86% from 255 or 30.47% from 466); Green value is 69 (27.34% from 255 or 14.81% from 466); Blue value is 255 (100% from 255 or 54.72% from 466); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E45FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E45FF is #71BA00. Grayscale: #6F6F6F. Windows color (decimal): -7453185 or 16729486. OLE color: 16729486.
HSL color Cylindrical-coordinate representation of color #8E45FF: hue angle of 263.55º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8E45FF is Cyan = 0.44, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 142 | 69 | 255 | - |
| CMYK | 0.44 | 0.73 | 0 | 0 |
| HSL | 263.55º | 1% | 0.64% | - |
| HSV(B) | 263.55º | 0.73% | 1% | - |
| XYZ | 31.33 | 17.23 | 96.28 | - |
| YUV | 112.03 | 208.68 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 255 | 0.44 | 0.73 | 0 | 0 | 263.55 | 1 | 0.64 |
| Hex | 8E | 45 | FF | 2C | 49 | 0 | 0 | 108 | 64 | 40 |
| Octal | 216 | 105 | 377 | 54 | 111 | 0 | 0 | 410 | 144 | 100 |
| Binary | 10001110 | 1000101 | 11111111 | 101100 | 1001001 | 0 | 0 | 100001000 | 1100100 | 1000000 |
Color Harmonies of #8E45FF
Complementary color
Monochromatic Colors of #8E45FF
Black with #8E45FF
Text Example
Text Example
White with #8E45FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E45FF; }
p { color: rgb(142,69,255); }
H1.HeaderClassName
{
color: #8E45FF;
}
.AnyTagClassName
{
color: #8E45FF;
}
</style>
background-color css
<style>
a { background-color: #8E45FF; }
a { background-color: rgb(142,69,255); }
div.DivClassName
{
background-color: #8E45FF;
}
.BgClassName
{
background-color: #8E45FF;
}
</style>
border-color css
<style>
span { border-color: #8E45FF; }
span { border-color: rgb(142,69,255); }
td.TdClassName
{
border-color: #8E45FF;
}
.TagClassName
{
border-color: #8E45FF;
}
</style>