Shades of Lilac Bush #8C5FBB
Tints of Lilac Bush #8C5FBB
RGB
CMYK
RGB Variations
Color information
#8C5FBB (or 0x8C5FBB) is known color: Lilac Bush. HEX triplet: 8C, 5F and BB. RGB value is (140,95,187). Sum of RGB (Red+Green+Blue) = 140+95+187=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 95 (37.5% from 255 or 22.51% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C5FBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5FBB is #73A044. Grayscale: #767676. Windows color (decimal): -7577669 or 12279692. OLE color: 12279692.
HSL color Cylindrical-coordinate representation of color #8C5FBB: hue angle of 269.35º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C5FBB is Cyan = 0.25, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 95 | 187 | - |
| CMYK | 0.25 | 0.49 | 0 | 0.27 |
| HSL | 269.35º | 0.4% | 0.55% | - |
| HSV(B) | 269.35º | 0.49% | 0.73% | - |
| XYZ | 23.88 | 17.35 | 49.1 | - |
| YUV | 118.94 | 166.41 | 143.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 95 | 187 | 0.25 | 0.49 | 0 | 0.27 | 269.35 | 0.4 | 0.55 |
| Hex | 8C | 5F | BB | 19 | 31 | 0 | 1B | 10D | 28 | 37 |
| Octal | 214 | 137 | 273 | 31 | 61 | 0 | 33 | 415 | 50 | 67 |
| Binary | 10001100 | 1011111 | 10111011 | 11001 | 110001 | 0 | 11011 | 100001101 | 101000 | 110111 |
Color Harmonies of #8C5FBB
Complementary color
Monochromatic Colors of #8C5FBB
Black with #8C5FBB
Text Example
Text Example
White with #8C5FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5FBB; }
p { color: rgb(140,95,187); }
H1.HeaderClassName
{
color: #8C5FBB;
}
.AnyTagClassName
{
color: #8C5FBB;
}
</style>
background-color css
<style>
a { background-color: #8C5FBB; }
a { background-color: rgb(140,95,187); }
div.DivClassName
{
background-color: #8C5FBB;
}
.BgClassName
{
background-color: #8C5FBB;
}
</style>
border-color css
<style>
span { border-color: #8C5FBB; }
span { border-color: rgb(140,95,187); }
td.TdClassName
{
border-color: #8C5FBB;
}
.TagClassName
{
border-color: #8C5FBB;
}
</style>