Shades of Lilac Bush #8B6DBB
Tints of Lilac Bush #8B6DBB
RGB
CMYK
RGB Variations
Color information
#8B6DBB (or 0x8B6DBB) is known color: Lilac Bush. HEX triplet: 8B, 6D and BB. RGB value is (139,109,187). Sum of RGB (Red+Green+Blue) = 139+109+187=435 (57% of max value = 765). Red value is 139 (54.69% from 255 or 31.95% from 435); Green value is 109 (42.97% from 255 or 25.06% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DBB is #749244. Grayscale: #7E7E7E. Windows color (decimal): -7639621 or 12283275. OLE color: 12283275.
HSL color Cylindrical-coordinate representation of color #8B6DBB: hue angle of 263.08º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B6DBB is Cyan = 0.26, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 109 | 187 | - |
| CMYK | 0.26 | 0.42 | 0 | 0.27 |
| HSL | 263.08º | 0.36% | 0.58% | - |
| HSV(B) | 263.08º | 0.42% | 0.73% | - |
| XYZ | 25.09 | 20.01 | 49.55 | - |
| YUV | 126.86 | 161.94 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 109 | 187 | 0.26 | 0.42 | 0 | 0.27 | 263.08 | 0.36 | 0.58 |
| Hex | 8B | 6D | BB | 1A | 2A | 0 | 1B | 107 | 24 | 3A |
| Octal | 213 | 155 | 273 | 32 | 52 | 0 | 33 | 407 | 44 | 72 |
| Binary | 10001011 | 1101101 | 10111011 | 11010 | 101010 | 0 | 11011 | 100000111 | 100100 | 111010 |
Color Harmonies of #8B6DBB
Complementary color
Monochromatic Colors of #8B6DBB
Black with #8B6DBB
Text Example
Text Example
White with #8B6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6DBB; }
p { color: rgb(139,109,187); }
H1.HeaderClassName
{
color: #8B6DBB;
}
.AnyTagClassName
{
color: #8B6DBB;
}
</style>
background-color css
<style>
a { background-color: #8B6DBB; }
a { background-color: rgb(139,109,187); }
div.DivClassName
{
background-color: #8B6DBB;
}
.BgClassName
{
background-color: #8B6DBB;
}
</style>
border-color css
<style>
span { border-color: #8B6DBB; }
span { border-color: rgb(139,109,187); }
td.TdClassName
{
border-color: #8B6DBB;
}
.TagClassName
{
border-color: #8B6DBB;
}
</style>