Shades of Deep Lilac #824EC7
Tints of Deep Lilac #824EC7
RGB
CMYK
RGB Variations
Color information
#824EC7 (or 0x824EC7) is known color: Deep Lilac. HEX triplet: 82, 4E and C7. RGB value is (130,78,199). Sum of RGB (Red+Green+Blue) = 130+78+199=407 (53% of max value = 765). Red value is 130 (51.17% from 255 or 31.94% from 407); Green value is 78 (30.86% from 255 or 19.16% from 407); Blue value is 199 (78.12% from 255 or 48.89% from 407); Max value from RGB is 199 - color contains mainly: blue. Hex color #824EC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EC7 is #7DB138. Grayscale: #6A6A6A. Windows color (decimal): -8237369 or 13061762. OLE color: 13061762.
HSL color Cylindrical-coordinate representation of color #824EC7: hue angle of 265.79º 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 #824EC7 is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 130 | 78 | 199 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.22 |
| HSL | 265.79º | 0.52% | 0.54% | - |
| HSV(B) | 265.79º | 0.61% | 0.78% | - |
| XYZ | 22.24 | 14.32 | 55.62 | - |
| YUV | 107.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 199 | 0.35 | 0.61 | 0 | 0.22 | 265.79 | 0.52 | 0.54 |
| Hex | 82 | 4E | C7 | 23 | 3D | 0 | 16 | 10A | 34 | 36 |
| Octal | 202 | 116 | 307 | 43 | 75 | 0 | 26 | 412 | 64 | 66 |
| Binary | 10000010 | 1001110 | 11000111 | 100011 | 111101 | 0 | 10110 | 100001010 | 110100 | 110110 |
Color Harmonies of #824EC7
Complementary color
Monochromatic Colors of #824EC7
Black with #824EC7
Text Example
Text Example
White with #824EC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EC7; }
p { color: rgb(130,78,199); }
H1.HeaderClassName
{
color: #824EC7;
}
.AnyTagClassName
{
color: #824EC7;
}
</style>
background-color css
<style>
a { background-color: #824EC7; }
a { background-color: rgb(130,78,199); }
div.DivClassName
{
background-color: #824EC7;
}
.BgClassName
{
background-color: #824EC7;
}
</style>
border-color css
<style>
span { border-color: #824EC7; }
span { border-color: rgb(130,78,199); }
td.TdClassName
{
border-color: #824EC7;
}
.TagClassName
{
border-color: #824EC7;
}
</style>