Shades of Lilac Bush #8E6EBD
Tints of Lilac Bush #8E6EBD
RGB
CMYK
RGB Variations
Color information
#8E6EBD (or 0x8E6EBD) is known color: Lilac Bush. HEX triplet: 8E, 6E and BD. RGB value is (142,110,189). Sum of RGB (Red+Green+Blue) = 142+110+189=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 110 (43.36% from 255 or 24.94% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E6EBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6EBD is #719142. Grayscale: #808080. Windows color (decimal): -7442755 or 12414606. OLE color: 12414606.
HSL color Cylindrical-coordinate representation of color #8E6EBD: hue angle of 264.3º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E6EBD is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 110 | 189 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.26 |
| HSL | 264.3º | 0.37% | 0.59% | - |
| HSV(B) | 264.3º | 0.42% | 0.74% | - |
| XYZ | 25.92 | 20.58 | 50.75 | - |
| YUV | 128.57 | 162.1 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 110 | 189 | 0.25 | 0.42 | 0 | 0.26 | 264.3 | 0.37 | 0.59 |
| Hex | 8E | 6E | BD | 19 | 2A | 0 | 1A | 108 | 25 | 3B |
| Octal | 216 | 156 | 275 | 31 | 52 | 0 | 32 | 410 | 45 | 73 |
| Binary | 10001110 | 1101110 | 10111101 | 11001 | 101010 | 0 | 11010 | 100001000 | 100101 | 111011 |
Color Harmonies of #8E6EBD
Complementary color
Monochromatic Colors of #8E6EBD
Black with #8E6EBD
Text Example
Text Example
White with #8E6EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6EBD; }
p { color: rgb(142,110,189); }
H1.HeaderClassName
{
color: #8E6EBD;
}
.AnyTagClassName
{
color: #8E6EBD;
}
</style>
background-color css
<style>
a { background-color: #8E6EBD; }
a { background-color: rgb(142,110,189); }
div.DivClassName
{
background-color: #8E6EBD;
}
.BgClassName
{
background-color: #8E6EBD;
}
</style>
border-color css
<style>
span { border-color: #8E6EBD; }
span { border-color: rgb(142,110,189); }
td.TdClassName
{
border-color: #8E6EBD;
}
.TagClassName
{
border-color: #8E6EBD;
}
</style>