Shades of Deep Lilac #8C4DB4
Tints of Deep Lilac #8C4DB4
RGB
CMYK
RGB Variations
Color information
#8C4DB4 (or 0x8C4DB4) is known color: Deep Lilac. HEX triplet: 8C, 4D and B4. RGB value is (140,77,180). Sum of RGB (Red+Green+Blue) = 140+77+180=397 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.26% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 180 - color contains mainly: blue. Hex color #8C4DB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DB4 is #73B24B. Grayscale: #6B6B6B. Windows color (decimal): -7582284 or 11816332. OLE color: 11816332.
HSL color Cylindrical-coordinate representation of color #8C4DB4: hue angle of 276.7º degrees, saturation: 0.41, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C4DB4 is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 77 | 180 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.29 |
| HSL | 276.7º | 0.41% | 0.5% | - |
| HSV(B) | 276.7º | 0.57% | 0.71% | - |
| XYZ | 21.71 | 14.18 | 44.77 | - |
| YUV | 107.58 | 168.87 | 151.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 180 | 0.22 | 0.57 | 0 | 0.29 | 276.7 | 0.41 | 0.5 |
| Hex | 8C | 4D | B4 | 16 | 39 | 0 | 1D | 115 | 29 | 32 |
| Octal | 214 | 115 | 264 | 26 | 71 | 0 | 35 | 425 | 51 | 62 |
| Binary | 10001100 | 1001101 | 10110100 | 10110 | 111001 | 0 | 11101 | 100010101 | 101001 | 110010 |
Color Harmonies of #8C4DB4
Complementary color
Monochromatic Colors of #8C4DB4
Black with #8C4DB4
Text Example
Text Example
White with #8C4DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DB4; }
p { color: rgb(140,77,180); }
H1.HeaderClassName
{
color: #8C4DB4;
}
.AnyTagClassName
{
color: #8C4DB4;
}
</style>
background-color css
<style>
a { background-color: #8C4DB4; }
a { background-color: rgb(140,77,180); }
div.DivClassName
{
background-color: #8C4DB4;
}
.BgClassName
{
background-color: #8C4DB4;
}
</style>
border-color css
<style>
span { border-color: #8C4DB4; }
span { border-color: rgb(140,77,180); }
td.TdClassName
{
border-color: #8C4DB4;
}
.TagClassName
{
border-color: #8C4DB4;
}
</style>