Shades of Deep Lilac #8C4DBB
Tints of Deep Lilac #8C4DBB
RGB
CMYK
RGB Variations
Color information
#8C4DBB (or 0x8C4DBB) is known color: Deep Lilac. HEX triplet: 8C, 4D and BB. RGB value is (140,77,187). Sum of RGB (Red+Green+Blue) = 140+77+187=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 77 (30.47% from 255 or 19.06% from 404); Blue value is 187 (73.44% from 255 or 46.29% from 404); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DBB is #73B244. Grayscale: #6C6C6C. Windows color (decimal): -7582277 or 12275084. OLE color: 12275084.
HSL color Cylindrical-coordinate representation of color #8C4DBB: hue angle of 274.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C4DBB is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 77 | 187 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.27 |
| HSL | 274.36º | 0.45% | 0.52% | - |
| HSV(B) | 274.36º | 0.59% | 0.73% | - |
| XYZ | 22.44 | 14.47 | 48.62 | - |
| YUV | 108.38 | 172.37 | 150.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 187 | 0.25 | 0.59 | 0 | 0.27 | 274.36 | 0.45 | 0.52 |
| Hex | 8C | 4D | BB | 19 | 3B | 0 | 1B | 112 | 2D | 34 |
| Octal | 214 | 115 | 273 | 31 | 73 | 0 | 33 | 422 | 55 | 64 |
| Binary | 10001100 | 1001101 | 10111011 | 11001 | 111011 | 0 | 11011 | 100010010 | 101101 | 110100 |
Color Harmonies of #8C4DBB
Complementary color
Monochromatic Colors of #8C4DBB
Black with #8C4DBB
Text Example
Text Example
White with #8C4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DBB; }
p { color: rgb(140,77,187); }
H1.HeaderClassName
{
color: #8C4DBB;
}
.AnyTagClassName
{
color: #8C4DBB;
}
</style>
background-color css
<style>
a { background-color: #8C4DBB; }
a { background-color: rgb(140,77,187); }
div.DivClassName
{
background-color: #8C4DBB;
}
.BgClassName
{
background-color: #8C4DBB;
}
</style>
border-color css
<style>
span { border-color: #8C4DBB; }
span { border-color: rgb(140,77,187); }
td.TdClassName
{
border-color: #8C4DBB;
}
.TagClassName
{
border-color: #8C4DBB;
}
</style>