Shades of Lilac Bush #8969BA
Tints of Lilac Bush #8969BA
RGB
CMYK
RGB Variations
Color information
#8969BA (or 0x8969BA) is known color: Lilac Bush. HEX triplet: 89, 69 and BA. RGB value is (137,105,186). Sum of RGB (Red+Green+Blue) = 137+105+186=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #8969BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8969BA is #769645. Grayscale: #7B7B7B. Windows color (decimal): -7771718 or 12216713. OLE color: 12216713.
HSL color Cylindrical-coordinate representation of color #8969BA: hue angle of 263.7º 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 #8969BA is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 105 | 186 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.27 |
| HSL | 263.7º | 0.37% | 0.57% | - |
| HSV(B) | 263.7º | 0.44% | 0.73% | - |
| XYZ | 24.23 | 18.97 | 48.84 | - |
| YUV | 123.8 | 163.1 | 137.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 105 | 186 | 0.26 | 0.44 | 0 | 0.27 | 263.7 | 0.37 | 0.57 |
| Hex | 89 | 69 | BA | 1A | 2C | 0 | 1B | 108 | 25 | 39 |
| Octal | 211 | 151 | 272 | 32 | 54 | 0 | 33 | 410 | 45 | 71 |
| Binary | 10001001 | 1101001 | 10111010 | 11010 | 101100 | 0 | 11011 | 100001000 | 100101 | 111001 |
Color Harmonies of #8969BA
Complementary color
Monochromatic Colors of #8969BA
Black with #8969BA
Text Example
Text Example
White with #8969BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8969BA; }
p { color: rgb(137,105,186); }
H1.HeaderClassName
{
color: #8969BA;
}
.AnyTagClassName
{
color: #8969BA;
}
</style>
background-color css
<style>
a { background-color: #8969BA; }
a { background-color: rgb(137,105,186); }
div.DivClassName
{
background-color: #8969BA;
}
.BgClassName
{
background-color: #8969BA;
}
</style>
border-color css
<style>
span { border-color: #8969BA; }
span { border-color: rgb(137,105,186); }
td.TdClassName
{
border-color: #8969BA;
}
.TagClassName
{
border-color: #8969BA;
}
</style>