Shades of Lilac Bush #8F6BB9
Tints of Lilac Bush #8F6BB9
RGB
CMYK
RGB Variations
Color information
#8F6BB9 (or 0x8F6BB9) is known color: Lilac Bush. HEX triplet: 8F, 6B and B9. RGB value is (143,107,185). Sum of RGB (Red+Green+Blue) = 143+107+185=435 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.87% from 435); Green value is 107 (42.19% from 255 or 24.60% from 435); Blue value is 185 (72.66% from 255 or 42.53% from 435); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F6BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6BB9 is #709446. Grayscale: #7E7E7E. Windows color (decimal): -7377991 or 12151695. OLE color: 12151695.
HSL color Cylindrical-coordinate representation of color #8F6BB9: hue angle of 267.69º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8F6BB9 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 107 | 185 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.27 |
| HSL | 267.69º | 0.36% | 0.57% | - |
| HSV(B) | 267.69º | 0.42% | 0.73% | - |
| XYZ | 25.34 | 19.86 | 48.4 | - |
| YUV | 126.66 | 160.93 | 139.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 107 | 185 | 0.23 | 0.42 | 0 | 0.27 | 267.69 | 0.36 | 0.57 |
| Hex | 8F | 6B | B9 | 17 | 2A | 0 | 1B | 10C | 24 | 39 |
| Octal | 217 | 153 | 271 | 27 | 52 | 0 | 33 | 414 | 44 | 71 |
| Binary | 10001111 | 1101011 | 10111001 | 10111 | 101010 | 0 | 11011 | 100001100 | 100100 | 111001 |
Color Harmonies of #8F6BB9
Complementary color
Monochromatic Colors of #8F6BB9
Black with #8F6BB9
Text Example
Text Example
White with #8F6BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6BB9; }
p { color: rgb(143,107,185); }
H1.HeaderClassName
{
color: #8F6BB9;
}
.AnyTagClassName
{
color: #8F6BB9;
}
</style>
background-color css
<style>
a { background-color: #8F6BB9; }
a { background-color: rgb(143,107,185); }
div.DivClassName
{
background-color: #8F6BB9;
}
.BgClassName
{
background-color: #8F6BB9;
}
</style>
border-color css
<style>
span { border-color: #8F6BB9; }
span { border-color: rgb(143,107,185); }
td.TdClassName
{
border-color: #8F6BB9;
}
.TagClassName
{
border-color: #8F6BB9;
}
</style>