Shades of Lilac Bush #8C69BA
Tints of Lilac Bush #8C69BA
RGB
CMYK
RGB Variations
Color information
#8C69BA (or 0x8C69BA) is known color: Lilac Bush. HEX triplet: 8C, 69 and BA. RGB value is (140,105,186). Sum of RGB (Red+Green+Blue) = 140+105+186=431 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.48% from 431); Green value is 105 (41.41% from 255 or 24.36% from 431); Blue value is 186 (73.05% from 255 or 43.16% from 431); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C69BA is #739645. Grayscale: #7C7C7C. Windows color (decimal): -7575110 or 12216716. OLE color: 12216716.
HSL color Cylindrical-coordinate representation of color #8C69BA: hue angle of 265.93º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8C69BA is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 105 | 186 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.27 |
| HSL | 265.93º | 0.37% | 0.57% | - |
| HSV(B) | 265.93º | 0.44% | 0.73% | - |
| XYZ | 24.73 | 19.22 | 48.86 | - |
| YUV | 124.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 105 | 186 | 0.25 | 0.44 | 0 | 0.27 | 265.93 | 0.37 | 0.57 |
| Hex | 8C | 69 | BA | 19 | 2C | 0 | 1B | 10A | 25 | 39 |
| Octal | 214 | 151 | 272 | 31 | 54 | 0 | 33 | 412 | 45 | 71 |
| Binary | 10001100 | 1101001 | 10111010 | 11001 | 101100 | 0 | 11011 | 100001010 | 100101 | 111001 |
Color Harmonies of #8C69BA
Complementary color
Monochromatic Colors of #8C69BA
Black with #8C69BA
Text Example
Text Example
White with #8C69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C69BA; }
p { color: rgb(140,105,186); }
H1.HeaderClassName
{
color: #8C69BA;
}
.AnyTagClassName
{
color: #8C69BA;
}
</style>
background-color css
<style>
a { background-color: #8C69BA; }
a { background-color: rgb(140,105,186); }
div.DivClassName
{
background-color: #8C69BA;
}
.BgClassName
{
background-color: #8C69BA;
}
</style>
border-color css
<style>
span { border-color: #8C69BA; }
span { border-color: rgb(140,105,186); }
td.TdClassName
{
border-color: #8C69BA;
}
.TagClassName
{
border-color: #8C69BA;
}
</style>