Shades of Lilac Bush #8F6DBA
Tints of Lilac Bush #8F6DBA
RGB
CMYK
RGB Variations
Color information
#8F6DBA (or 0x8F6DBA) is known color: Lilac Bush. HEX triplet: 8F, 6D and BA. RGB value is (143,109,186). Sum of RGB (Red+Green+Blue) = 143+109+186=438 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.65% from 438); Green value is 109 (42.97% from 255 or 24.89% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F6DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6DBA is #709245. Grayscale: #7F7F7F. Windows color (decimal): -7377478 or 12217743. OLE color: 12217743.
HSL color Cylindrical-coordinate representation of color #8F6DBA: hue angle of 266.49º degrees, saturation: 0.36, 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 #8F6DBA is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 109 | 186 | - |
| CMYK | 0.23 | 0.41 | 0 | 0.27 |
| HSL | 266.49º | 0.36% | 0.58% | - |
| HSV(B) | 266.49º | 0.41% | 0.73% | - |
| XYZ | 25.66 | 20.32 | 49.02 | - |
| YUV | 127.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 109 | 186 | 0.23 | 0.41 | 0 | 0.27 | 266.49 | 0.36 | 0.58 |
| Hex | 8F | 6D | BA | 17 | 29 | 0 | 1B | 10A | 24 | 3A |
| Octal | 217 | 155 | 272 | 27 | 51 | 0 | 33 | 412 | 44 | 72 |
| Binary | 10001111 | 1101101 | 10111010 | 10111 | 101001 | 0 | 11011 | 100001010 | 100100 | 111010 |
Color Harmonies of #8F6DBA
Complementary color
Monochromatic Colors of #8F6DBA
Black with #8F6DBA
Text Example
Text Example
White with #8F6DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6DBA; }
p { color: rgb(143,109,186); }
H1.HeaderClassName
{
color: #8F6DBA;
}
.AnyTagClassName
{
color: #8F6DBA;
}
</style>
background-color css
<style>
a { background-color: #8F6DBA; }
a { background-color: rgb(143,109,186); }
div.DivClassName
{
background-color: #8F6DBA;
}
.BgClassName
{
background-color: #8F6DBA;
}
</style>
border-color css
<style>
span { border-color: #8F6DBA; }
span { border-color: rgb(143,109,186); }
td.TdClassName
{
border-color: #8F6DBA;
}
.TagClassName
{
border-color: #8F6DBA;
}
</style>