Shades of Lilac Bush #8B6AB9
Tints of Lilac Bush #8B6AB9
RGB
CMYK
RGB Variations
Color information
#8B6AB9 (or 0x8B6AB9) is known color: Lilac Bush. HEX triplet: 8B, 6A and B9. RGB value is (139,106,185). Sum of RGB (Red+Green+Blue) = 139+106+185=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 106 (41.80% from 255 or 24.65% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #8B6AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6AB9 is #749546. Grayscale: #7C7C7C. Windows color (decimal): -7640391 or 12151435. OLE color: 12151435.
HSL color Cylindrical-coordinate representation of color #8B6AB9: hue angle of 265.06º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B6AB9 is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 106 | 185 | - |
| CMYK | 0.25 | 0.43 | 0 | 0.27 |
| HSL | 265.06º | 0.36% | 0.57% | - |
| HSV(B) | 265.06º | 0.43% | 0.73% | - |
| XYZ | 24.56 | 19.3 | 48.33 | - |
| YUV | 124.87 | 161.93 | 138.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 185 | 0.25 | 0.43 | 0 | 0.27 | 265.06 | 0.36 | 0.57 |
| Hex | 8B | 6A | B9 | 19 | 2B | 0 | 1B | 109 | 24 | 39 |
| Octal | 213 | 152 | 271 | 31 | 53 | 0 | 33 | 411 | 44 | 71 |
| Binary | 10001011 | 1101010 | 10111001 | 11001 | 101011 | 0 | 11011 | 100001001 | 100100 | 111001 |
Color Harmonies of #8B6AB9
Complementary color
Monochromatic Colors of #8B6AB9
Black with #8B6AB9
Text Example
Text Example
White with #8B6AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6AB9; }
p { color: rgb(139,106,185); }
H1.HeaderClassName
{
color: #8B6AB9;
}
.AnyTagClassName
{
color: #8B6AB9;
}
</style>
background-color css
<style>
a { background-color: #8B6AB9; }
a { background-color: rgb(139,106,185); }
div.DivClassName
{
background-color: #8B6AB9;
}
.BgClassName
{
background-color: #8B6AB9;
}
</style>
border-color css
<style>
span { border-color: #8B6AB9; }
span { border-color: rgb(139,106,185); }
td.TdClassName
{
border-color: #8B6AB9;
}
.TagClassName
{
border-color: #8B6AB9;
}
</style>