Shades of Deep Lilac #8C4DBA
Tints of Deep Lilac #8C4DBA
RGB
CMYK
RGB Variations
Color information
#8C4DBA (or 0x8C4DBA) is known color: Deep Lilac. HEX triplet: 8C, 4D and BA. RGB value is (140,77,186). Sum of RGB (Red+Green+Blue) = 140+77+186=403 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.74% from 403); Green value is 77 (30.47% from 255 or 19.11% from 403); Blue value is 186 (73.05% from 255 or 46.15% from 403); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C4DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DBA is #73B245. Grayscale: #6B6B6B. Windows color (decimal): -7582278 or 12209548. OLE color: 12209548.
HSL color Cylindrical-coordinate representation of color #8C4DBA: hue angle of 274.68º degrees, saturation: 0.44, 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 #8C4DBA is Cyan = 0.25, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 77 | 186 | - |
| CMYK | 0.25 | 0.59 | 0 | 0.27 |
| HSL | 274.68º | 0.44% | 0.52% | - |
| HSV(B) | 274.68º | 0.59% | 0.73% | - |
| XYZ | 22.33 | 14.43 | 48.06 | - |
| YUV | 108.26 | 171.87 | 150.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 186 | 0.25 | 0.59 | 0 | 0.27 | 274.68 | 0.44 | 0.52 |
| Hex | 8C | 4D | BA | 19 | 3B | 0 | 1B | 113 | 2C | 34 |
| Octal | 214 | 115 | 272 | 31 | 73 | 0 | 33 | 423 | 54 | 64 |
| Binary | 10001100 | 1001101 | 10111010 | 11001 | 111011 | 0 | 11011 | 100010011 | 101100 | 110100 |
Color Harmonies of #8C4DBA
Complementary color
Monochromatic Colors of #8C4DBA
Black with #8C4DBA
Text Example
Text Example
White with #8C4DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DBA; }
p { color: rgb(140,77,186); }
H1.HeaderClassName
{
color: #8C4DBA;
}
.AnyTagClassName
{
color: #8C4DBA;
}
</style>
background-color css
<style>
a { background-color: #8C4DBA; }
a { background-color: rgb(140,77,186); }
div.DivClassName
{
background-color: #8C4DBA;
}
.BgClassName
{
background-color: #8C4DBA;
}
</style>
border-color css
<style>
span { border-color: #8C4DBA; }
span { border-color: rgb(140,77,186); }
td.TdClassName
{
border-color: #8C4DBA;
}
.TagClassName
{
border-color: #8C4DBA;
}
</style>