Shades of Lilac Bush #8F6CBC
Tints of Lilac Bush #8F6CBC
RGB
CMYK
RGB Variations
Color information
#8F6CBC (or 0x8F6CBC) is known color: Lilac Bush. HEX triplet: 8F, 6C and BC. RGB value is (143,108,188). Sum of RGB (Red+Green+Blue) = 143+108+188=439 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.57% from 439); Green value is 108 (42.58% from 255 or 24.60% from 439); Blue value is 188 (73.83% from 255 or 42.82% from 439); Max value from RGB is 188 - color contains mainly: blue. Hex color #8F6CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F6CBC is #709343. Grayscale: #7F7F7F. Windows color (decimal): -7377732 or 12348559. OLE color: 12348559.
HSL color Cylindrical-coordinate representation of color #8F6CBC: hue angle of 266.25º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8F6CBC is Cyan = 0.24, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 143 | 108 | 188 | - |
| CMYK | 0.24 | 0.43 | 0 | 0.26 |
| HSL | 266.25º | 0.37% | 0.58% | - |
| HSV(B) | 266.25º | 0.43% | 0.74% | - |
| XYZ | 25.77 | 20.2 | 50.12 | - |
| YUV | 127.59 | 162.1 | 139 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 108 | 188 | 0.24 | 0.43 | 0 | 0.26 | 266.25 | 0.37 | 0.58 |
| Hex | 8F | 6C | BC | 18 | 2B | 0 | 1A | 10A | 25 | 3A |
| Octal | 217 | 154 | 274 | 30 | 53 | 0 | 32 | 412 | 45 | 72 |
| Binary | 10001111 | 1101100 | 10111100 | 11000 | 101011 | 0 | 11010 | 100001010 | 100101 | 111010 |
Color Harmonies of #8F6CBC
Complementary color
Monochromatic Colors of #8F6CBC
Black with #8F6CBC
Text Example
Text Example
White with #8F6CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F6CBC; }
p { color: rgb(143,108,188); }
H1.HeaderClassName
{
color: #8F6CBC;
}
.AnyTagClassName
{
color: #8F6CBC;
}
</style>
background-color css
<style>
a { background-color: #8F6CBC; }
a { background-color: rgb(143,108,188); }
div.DivClassName
{
background-color: #8F6CBC;
}
.BgClassName
{
background-color: #8F6CBC;
}
</style>
border-color css
<style>
span { border-color: #8F6CBC; }
span { border-color: rgb(143,108,188); }
td.TdClassName
{
border-color: #8F6CBC;
}
.TagClassName
{
border-color: #8F6CBC;
}
</style>