Shades of Lilac Bush #8F6DB9
Tints of Lilac Bush #8F6DB9
RGB
CMYK
RGB Variations
Color information
#8F6DB9 (or 0x8F6DB9) is known color: Lilac Bush. HEX triplet: 8F, 6D and B9. RGB value is (143,109,185). Sum of RGB (Red+Green+Blue) = 143+109+185=437 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.72% from 437); Green value is 109 (42.97% from 255 or 24.94% from 437); Blue value is 185 (72.66% from 255 or 42.33% from 437); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F6DB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6DB9 is #709246. Grayscale: #7F7F7F. Windows color (decimal): -7377479 or 12152207. OLE color: 12152207.
HSL color Cylindrical-coordinate representation of color #8F6DB9: hue angle of 266.84º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8F6DB9 is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 109 | 185 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.27 |
| HSL | 266.84º | 0.35% | 0.58% | - |
| HSV(B) | 266.84º | 0.41% | 0.73% | - |
| XYZ | 25.55 | 20.28 | 48.47 | - |
| YUV | 127.83 | 160.26 | 138.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 109 | 185 | 0.23 | 0.41 | 0 | 0.27 | 266.84 | 0.35 | 0.58 |
| Hex | 8F | 6D | B9 | 17 | 29 | 0 | 1B | 10B | 23 | 3A |
| Octal | 217 | 155 | 271 | 27 | 51 | 0 | 33 | 413 | 43 | 72 |
| Binary | 10001111 | 1101101 | 10111001 | 10111 | 101001 | 0 | 11011 | 100001011 | 100011 | 111010 |
Color Harmonies of #8F6DB9
Complementary color
Monochromatic Colors of #8F6DB9
Black with #8F6DB9
Text Example
Text Example
White with #8F6DB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6DB9; }
p { color: rgb(143,109,185); }
H1.HeaderClassName
{
color: #8F6DB9;
}
.AnyTagClassName
{
color: #8F6DB9;
}
</style>
background-color css
<style>
a { background-color: #8F6DB9; }
a { background-color: rgb(143,109,185); }
div.DivClassName
{
background-color: #8F6DB9;
}
.BgClassName
{
background-color: #8F6DB9;
}
</style>
border-color css
<style>
span { border-color: #8F6DB9; }
span { border-color: rgb(143,109,185); }
td.TdClassName
{
border-color: #8F6DB9;
}
.TagClassName
{
border-color: #8F6DB9;
}
</style>