Shades of Lilac Bush #8E67BD
Tints of Lilac Bush #8E67BD
RGB
CMYK
RGB Variations
Color information
#8E67BD (or 0x8E67BD) is known color: Lilac Bush. HEX triplet: 8E, 67 and BD. RGB value is (142,103,189). Sum of RGB (Red+Green+Blue) = 142+103+189=434 (57% of max value = 765). Red value is 142 (55.86% from 255 or 32.72% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #8E67BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8E67BD is #719842. Grayscale: #7C7C7C. Windows color (decimal): -7444547 or 12412814. OLE color: 12412814.
HSL color Cylindrical-coordinate representation of color #8E67BD: hue angle of 267.21º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E67BD is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 142 | 103 | 189 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.26 |
| HSL | 267.21º | 0.39% | 0.57% | - |
| HSV(B) | 267.21º | 0.46% | 0.74% | - |
| XYZ | 25.19 | 19.13 | 50.51 | - |
| YUV | 124.47 | 164.42 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 103 | 189 | 0.25 | 0.46 | 0 | 0.26 | 267.21 | 0.39 | 0.57 |
| Hex | 8E | 67 | BD | 19 | 2E | 0 | 1A | 10B | 27 | 39 |
| Octal | 216 | 147 | 275 | 31 | 56 | 0 | 32 | 413 | 47 | 71 |
| Binary | 10001110 | 1100111 | 10111101 | 11001 | 101110 | 0 | 11010 | 100001011 | 100111 | 111001 |
Color Harmonies of #8E67BD
Complementary color
Monochromatic Colors of #8E67BD
Black with #8E67BD
Text Example
Text Example
White with #8E67BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E67BD; }
p { color: rgb(142,103,189); }
H1.HeaderClassName
{
color: #8E67BD;
}
.AnyTagClassName
{
color: #8E67BD;
}
</style>
background-color css
<style>
a { background-color: #8E67BD; }
a { background-color: rgb(142,103,189); }
div.DivClassName
{
background-color: #8E67BD;
}
.BgClassName
{
background-color: #8E67BD;
}
</style>
border-color css
<style>
span { border-color: #8E67BD; }
span { border-color: rgb(142,103,189); }
td.TdClassName
{
border-color: #8E67BD;
}
.TagClassName
{
border-color: #8E67BD;
}
</style>