Shades of Deep Lilac #8E46B6
Tints of Deep Lilac #8E46B6
RGB
CMYK
RGB Variations
Color information
#8E46B6 (or 0x8E46B6) is known color: Deep Lilac. HEX triplet: 8E, 46 and B6. RGB value is (142,70,182). Sum of RGB (Red+Green+Blue) = 142+70+182=394 (52% of max value = 765). Red value is 142 (55.86% from 255 or 36.04% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #8E46B6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E46B6 is #71B949. Grayscale: #676767. Windows color (decimal): -7453002 or 11945614. OLE color: 11945614.
HSL color Cylindrical-coordinate representation of color #8E46B6: hue angle of 278.57º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8E46B6 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 142 | 70 | 182 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.29 |
| HSL | 278.57º | 0.44% | 0.49% | - |
| HSV(B) | 278.57º | 0.62% | 0.71% | - |
| XYZ | 21.79 | 13.51 | 45.71 | - |
| YUV | 104.3 | 171.85 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 70 | 182 | 0.22 | 0.62 | 0 | 0.29 | 278.57 | 0.44 | 0.49 |
| Hex | 8E | 46 | B6 | 16 | 3E | 0 | 1D | 117 | 2C | 31 |
| Octal | 216 | 106 | 266 | 26 | 76 | 0 | 35 | 427 | 54 | 61 |
| Binary | 10001110 | 1000110 | 10110110 | 10110 | 111110 | 0 | 11101 | 100010111 | 101100 | 110001 |
Color Harmonies of #8E46B6
Complementary color
Monochromatic Colors of #8E46B6
Black with #8E46B6
Text Example
Text Example
White with #8E46B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E46B6; }
p { color: rgb(142,70,182); }
H1.HeaderClassName
{
color: #8E46B6;
}
.AnyTagClassName
{
color: #8E46B6;
}
</style>
background-color css
<style>
a { background-color: #8E46B6; }
a { background-color: rgb(142,70,182); }
div.DivClassName
{
background-color: #8E46B6;
}
.BgClassName
{
background-color: #8E46B6;
}
</style>
border-color css
<style>
span { border-color: #8E46B6; }
span { border-color: rgb(142,70,182); }
td.TdClassName
{
border-color: #8E46B6;
}
.TagClassName
{
border-color: #8E46B6;
}
</style>