Shades of Deep Lilac #8E45BB
Tints of Deep Lilac #8E45BB
RGB
CMYK
RGB Variations
Color information
#8E45BB (or 0x8E45BB) is known color: Deep Lilac. HEX triplet: 8E, 45 and BB. RGB value is (142,69,187). Sum of RGB (Red+Green+Blue) = 142+69+187=398 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.68% from 398); Green value is 69 (27.34% from 255 or 17.34% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #8E45BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E45BB is #71BA44. Grayscale: #676767. Windows color (decimal): -7453253 or 12273038. OLE color: 12273038.
HSL color Cylindrical-coordinate representation of color #8E45BB: hue angle of 277.12º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8E45BB is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 142 | 69 | 187 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.27 |
| HSL | 277.12º | 0.46% | 0.5% | - |
| HSV(B) | 277.12º | 0.63% | 0.73% | - |
| XYZ | 22.25 | 13.59 | 48.46 | - |
| YUV | 104.28 | 174.68 | 154.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 69 | 187 | 0.24 | 0.63 | 0 | 0.27 | 277.12 | 0.46 | 0.5 |
| Hex | 8E | 45 | BB | 18 | 3F | 0 | 1B | 115 | 2E | 32 |
| Octal | 216 | 105 | 273 | 30 | 77 | 0 | 33 | 425 | 56 | 62 |
| Binary | 10001110 | 1000101 | 10111011 | 11000 | 111111 | 0 | 11011 | 100010101 | 101110 | 110010 |
Color Harmonies of #8E45BB
Complementary color
Monochromatic Colors of #8E45BB
Black with #8E45BB
Text Example
Text Example
White with #8E45BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E45BB; }
p { color: rgb(142,69,187); }
H1.HeaderClassName
{
color: #8E45BB;
}
.AnyTagClassName
{
color: #8E45BB;
}
</style>
background-color css
<style>
a { background-color: #8E45BB; }
a { background-color: rgb(142,69,187); }
div.DivClassName
{
background-color: #8E45BB;
}
.BgClassName
{
background-color: #8E45BB;
}
</style>
border-color css
<style>
span { border-color: #8E45BB; }
span { border-color: rgb(142,69,187); }
td.TdClassName
{
border-color: #8E45BB;
}
.TagClassName
{
border-color: #8E45BB;
}
</style>