Shades of Lilac Bush #8E6DBE
Tints of Lilac Bush #8E6DBE
RGB
CMYK
RGB Variations
Color information
#8E6DBE (or 0x8E6DBE) is known color: Lilac Bush. HEX triplet: 8E, 6D and BE. RGB value is (142,109,190). Sum of RGB (Red+Green+Blue) = 142+109+190=441 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.20% from 441); Green value is 109 (42.97% from 255 or 24.72% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E6DBE is #719241. Grayscale: #7F7F7F. Windows color (decimal): -7443010 or 12479886. OLE color: 12479886.
HSL color Cylindrical-coordinate representation of color #8E6DBE: hue angle of 264.44º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E6DBE is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 109 | 190 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.25 |
| HSL | 264.44º | 0.38% | 0.59% | - |
| HSV(B) | 264.44º | 0.43% | 0.75% | - |
| XYZ | 25.92 | 20.41 | 51.29 | - |
| YUV | 128.1 | 162.93 | 137.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 109 | 190 | 0.25 | 0.43 | 0 | 0.25 | 264.44 | 0.38 | 0.59 |
| Hex | 8E | 6D | BE | 19 | 2B | 0 | 19 | 108 | 26 | 3B |
| Octal | 216 | 155 | 276 | 31 | 53 | 0 | 31 | 410 | 46 | 73 |
| Binary | 10001110 | 1101101 | 10111110 | 11001 | 101011 | 0 | 11001 | 100001000 | 100110 | 111011 |
Color Harmonies of #8E6DBE
Complementary color
Monochromatic Colors of #8E6DBE
Black with #8E6DBE
Text Example
Text Example
White with #8E6DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E6DBE; }
p { color: rgb(142,109,190); }
H1.HeaderClassName
{
color: #8E6DBE;
}
.AnyTagClassName
{
color: #8E6DBE;
}
</style>
background-color css
<style>
a { background-color: #8E6DBE; }
a { background-color: rgb(142,109,190); }
div.DivClassName
{
background-color: #8E6DBE;
}
.BgClassName
{
background-color: #8E6DBE;
}
</style>
border-color css
<style>
span { border-color: #8E6DBE; }
span { border-color: rgb(142,109,190); }
td.TdClassName
{
border-color: #8E6DBE;
}
.TagClassName
{
border-color: #8E6DBE;
}
</style>