Shades of Lilac Bush #8E6DBD
Tints of Lilac Bush #8E6DBD
RGB
CMYK
RGB Variations
Color information
#8E6DBD (or 0x8E6DBD) is known color: Lilac Bush. HEX triplet: 8E, 6D and BD. RGB value is (142,109,189). Sum of RGB (Red+Green+Blue) = 142+109+189=440 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.27% from 440); Green value is 109 (42.97% from 255 or 24.77% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DBD is #719242. Grayscale: #7F7F7F. Windows color (decimal): -7443011 or 12414350. OLE color: 12414350.
HSL color Cylindrical-coordinate representation of color #8E6DBD: hue angle of 264.75º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8E6DBD is Cyan = 0.25, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 109 | 189 | - |
| CMYK | 0.25 | 0.42 | 0 | 0.26 |
| HSL | 264.75º | 0.38% | 0.58% | - |
| HSV(B) | 264.75º | 0.42% | 0.74% | - |
| XYZ | 25.81 | 20.36 | 50.71 | - |
| YUV | 127.99 | 162.43 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 189 | 0.25 | 0.42 | 0 | 0.26 | 264.75 | 0.38 | 0.58 |
| Hex | 8E | 6D | BD | 19 | 2A | 0 | 1A | 109 | 26 | 3A |
| Octal | 216 | 155 | 275 | 31 | 52 | 0 | 32 | 411 | 46 | 72 |
| Binary | 10001110 | 1101101 | 10111101 | 11001 | 101010 | 0 | 11010 | 100001001 | 100110 | 111010 |
Color Harmonies of #8E6DBD
Complementary color
Monochromatic Colors of #8E6DBD
Black with #8E6DBD
Text Example
Text Example
White with #8E6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6DBD; }
p { color: rgb(142,109,189); }
H1.HeaderClassName
{
color: #8E6DBD;
}
.AnyTagClassName
{
color: #8E6DBD;
}
</style>
background-color css
<style>
a { background-color: #8E6DBD; }
a { background-color: rgb(142,109,189); }
div.DivClassName
{
background-color: #8E6DBD;
}
.BgClassName
{
background-color: #8E6DBD;
}
</style>
border-color css
<style>
span { border-color: #8E6DBD; }
span { border-color: rgb(142,109,189); }
td.TdClassName
{
border-color: #8E6DBD;
}
.TagClassName
{
border-color: #8E6DBD;
}
</style>