Shades of Deep Lilac #8C4DC7
Tints of Deep Lilac #8C4DC7
RGB
CMYK
RGB Variations
Color information
#8C4DC7 (or 0x8C4DC7) is known color: Deep Lilac. HEX triplet: 8C, 4D and C7. RGB value is (140,77,199). Sum of RGB (Red+Green+Blue) = 140+77+199=416 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.65% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 199 (78.12% from 255 or 47.84% from 416); Max value from RGB is 199 - color contains mainly: blue. Hex color #8C4DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C4DC7 is #73B238. Grayscale: #6D6D6D. Windows color (decimal): -7582265 or 13061516. OLE color: 13061516.
HSL color Cylindrical-coordinate representation of color #8C4DC7: hue angle of 270.98º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C4DC7 is Cyan = 0.30, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 77 | 199 | - |
| CMYK | 0.30 | 0.61 | 0 | 0.22 |
| HSL | 270.98º | 0.52% | 0.54% | - |
| HSV(B) | 270.98º | 0.61% | 0.78% | - |
| XYZ | 23.78 | 15.01 | 55.68 | - |
| YUV | 109.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 77 | 199 | 0.30 | 0.61 | 0 | 0.22 | 270.98 | 0.52 | 0.54 |
| Hex | 8C | 4D | C7 | 1E | 3D | 0 | 16 | 10F | 34 | 36 |
| Octal | 214 | 115 | 307 | 36 | 75 | 0 | 26 | 417 | 64 | 66 |
| Binary | 10001100 | 1001101 | 11000111 | 11110 | 111101 | 0 | 10110 | 100001111 | 110100 | 110110 |
Color Harmonies of #8C4DC7
Complementary color
Monochromatic Colors of #8C4DC7
Black with #8C4DC7
Text Example
Text Example
White with #8C4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4DC7; }
p { color: rgb(140,77,199); }
H1.HeaderClassName
{
color: #8C4DC7;
}
.AnyTagClassName
{
color: #8C4DC7;
}
</style>
background-color css
<style>
a { background-color: #8C4DC7; }
a { background-color: rgb(140,77,199); }
div.DivClassName
{
background-color: #8C4DC7;
}
.BgClassName
{
background-color: #8C4DC7;
}
</style>
border-color css
<style>
span { border-color: #8C4DC7; }
span { border-color: rgb(140,77,199); }
td.TdClassName
{
border-color: #8C4DC7;
}
.TagClassName
{
border-color: #8C4DC7;
}
</style>