Shades of Deep Lilac #824EC0
Tints of Deep Lilac #824EC0
RGB
CMYK
RGB Variations
Color information
#824EC0 (or 0x824EC0) is known color: Deep Lilac. HEX triplet: 82, 4E and C0. RGB value is (130,78,192). Sum of RGB (Red+Green+Blue) = 130+78+192=400 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.5% from 400); Green value is 78 (30.86% from 255 or 19.5% from 400); Blue value is 192 (75.39% from 255 or 48% from 400); Max value from RGB is 192 - color contains mainly: blue. Hex color #824EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EC0 is #7DB13F. Grayscale: #6A6A6A. Windows color (decimal): -8237376 or 12603010. OLE color: 12603010.
HSL color Cylindrical-coordinate representation of color #824EC0: hue angle of 267.37º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #824EC0 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 130 | 78 | 192 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.25 |
| HSL | 267.37º | 0.48% | 0.53% | - |
| HSV(B) | 267.37º | 0.59% | 0.75% | - |
| XYZ | 21.44 | 14 | 51.44 | - |
| YUV | 106.54 | 176.23 | 144.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 192 | 0.32 | 0.59 | 0 | 0.25 | 267.37 | 0.48 | 0.53 |
| Hex | 82 | 4E | C0 | 20 | 3B | 0 | 19 | 10B | 30 | 35 |
| Octal | 202 | 116 | 300 | 40 | 73 | 0 | 31 | 413 | 60 | 65 |
| Binary | 10000010 | 1001110 | 11000000 | 100000 | 111011 | 0 | 11001 | 100001011 | 110000 | 110101 |
Color Harmonies of #824EC0
Complementary color
Monochromatic Colors of #824EC0
Black with #824EC0
Text Example
Text Example
White with #824EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EC0; }
p { color: rgb(130,78,192); }
H1.HeaderClassName
{
color: #824EC0;
}
.AnyTagClassName
{
color: #824EC0;
}
</style>
background-color css
<style>
a { background-color: #824EC0; }
a { background-color: rgb(130,78,192); }
div.DivClassName
{
background-color: #824EC0;
}
.BgClassName
{
background-color: #824EC0;
}
</style>
border-color css
<style>
span { border-color: #824EC0; }
span { border-color: rgb(130,78,192); }
td.TdClassName
{
border-color: #824EC0;
}
.TagClassName
{
border-color: #824EC0;
}
</style>