Shades of Deep Lilac #8C5BBB
Tints of Deep Lilac #8C5BBB
RGB
CMYK
RGB Variations
Color information
#8C5BBB (or 0x8C5BBB) is known color: Deep Lilac. HEX triplet: 8C, 5B and BB. RGB value is (140,91,187). Sum of RGB (Red+Green+Blue) = 140+91+187=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 91 (35.94% from 255 or 21.77% from 418); Blue value is 187 (73.44% from 255 or 44.74% from 418); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C5BBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BBB is #73A444. Grayscale: #747474. Windows color (decimal): -7578693 or 12278668. OLE color: 12278668.
HSL color Cylindrical-coordinate representation of color #8C5BBB: hue angle of 270.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5BBB is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 91 | 187 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.27 |
| HSL | 270.63º | 0.41% | 0.55% | - |
| HSV(B) | 270.63º | 0.51% | 0.73% | - |
| XYZ | 23.53 | 16.65 | 48.99 | - |
| YUV | 116.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 187 | 0.25 | 0.51 | 0 | 0.27 | 270.63 | 0.41 | 0.55 |
| Hex | 8C | 5B | BB | 19 | 33 | 0 | 1B | 10F | 29 | 37 |
| Octal | 214 | 133 | 273 | 31 | 63 | 0 | 33 | 417 | 51 | 67 |
| Binary | 10001100 | 1011011 | 10111011 | 11001 | 110011 | 0 | 11011 | 100001111 | 101001 | 110111 |
Color Harmonies of #8C5BBB
Complementary color
Monochromatic Colors of #8C5BBB
Black with #8C5BBB
Text Example
Text Example
White with #8C5BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BBB; }
p { color: rgb(140,91,187); }
H1.HeaderClassName
{
color: #8C5BBB;
}
.AnyTagClassName
{
color: #8C5BBB;
}
</style>
background-color css
<style>
a { background-color: #8C5BBB; }
a { background-color: rgb(140,91,187); }
div.DivClassName
{
background-color: #8C5BBB;
}
.BgClassName
{
background-color: #8C5BBB;
}
</style>
border-color css
<style>
span { border-color: #8C5BBB; }
span { border-color: rgb(140,91,187); }
td.TdClassName
{
border-color: #8C5BBB;
}
.TagClassName
{
border-color: #8C5BBB;
}
</style>