Shades of Lilac Bush #896DB6
Tints of Lilac Bush #896DB6
RGB
CMYK
RGB Variations
Color information
#896DB6 (or 0x896DB6) is known color: Lilac Bush. HEX triplet: 89, 6D and B6. RGB value is (137,109,182). Sum of RGB (Red+Green+Blue) = 137+109+182=428 (56% of max value = 765). Red value is 137 (53.91% from 255 or 32.01% from 428); Green value is 109 (42.97% from 255 or 25.47% from 428); Blue value is 182 (71.48% from 255 or 42.52% from 428); Max value from RGB is 182 - color contains mainly: blue. Hex color #896DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #896DB6 is #769249. Grayscale: #7D7D7D. Windows color (decimal): -7770698 or 11955593. OLE color: 11955593.
HSL color Cylindrical-coordinate representation of color #896DB6: hue angle of 263.01º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #896DB6 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 137 | 109 | 182 | - |
| CMYK | 0.25 | 0.40 | 0 | 0.29 |
| HSL | 263.01º | 0.33% | 0.57% | - |
| HSV(B) | 263.01º | 0.4% | 0.71% | - |
| XYZ | 24.23 | 19.63 | 46.77 | - |
| YUV | 125.69 | 159.78 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 182 | 0.25 | 0.40 | 0 | 0.29 | 263.01 | 0.33 | 0.57 |
| Hex | 89 | 6D | B6 | 19 | 28 | 0 | 1D | 107 | 21 | 39 |
| Octal | 211 | 155 | 266 | 31 | 50 | 0 | 35 | 407 | 41 | 71 |
| Binary | 10001001 | 1101101 | 10110110 | 11001 | 101000 | 0 | 11101 | 100000111 | 100001 | 111001 |
Color Harmonies of #896DB6
Complementary color
Monochromatic Colors of #896DB6
Black with #896DB6
Text Example
Text Example
White with #896DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896DB6; }
p { color: rgb(137,109,182); }
H1.HeaderClassName
{
color: #896DB6;
}
.AnyTagClassName
{
color: #896DB6;
}
</style>
background-color css
<style>
a { background-color: #896DB6; }
a { background-color: rgb(137,109,182); }
div.DivClassName
{
background-color: #896DB6;
}
.BgClassName
{
background-color: #896DB6;
}
</style>
border-color css
<style>
span { border-color: #896DB6; }
span { border-color: rgb(137,109,182); }
td.TdClassName
{
border-color: #896DB6;
}
.TagClassName
{
border-color: #896DB6;
}
</style>