Shades of Deep Lilac #824EC3
Tints of Deep Lilac #824EC3
RGB
CMYK
RGB Variations
Color information
#824EC3 (or 0x824EC3) is known color: Deep Lilac. HEX triplet: 82, 4E and C3. RGB value is (130,78,195). Sum of RGB (Red+Green+Blue) = 130+78+195=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 78 (30.86% from 255 or 19.35% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #824EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EC3 is #7DB13C. Grayscale: #6A6A6A. Windows color (decimal): -8237373 or 12799618. OLE color: 12799618.
HSL color Cylindrical-coordinate representation of color #824EC3: hue angle of 266.67º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #824EC3 is Cyan = 0.33, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 130 | 78 | 195 | - |
| CMYK | 0.33 | 0.6 | 0 | 0.24 |
| HSL | 266.67º | 0.49% | 0.54% | - |
| HSV(B) | 266.67º | 0.6% | 0.76% | - |
| XYZ | 21.78 | 14.13 | 53.21 | - |
| YUV | 106.89 | 177.73 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 195 | 0.33 | 0.6 | 0 | 0.24 | 266.67 | 0.49 | 0.54 |
| Hex | 82 | 4E | C3 | 21 | 3C | 0 | 18 | 10B | 31 | 36 |
| Octal | 202 | 116 | 303 | 41 | 74 | 0 | 30 | 413 | 61 | 66 |
| Binary | 10000010 | 1001110 | 11000011 | 100001 | 111100 | 0 | 11000 | 100001011 | 110001 | 110110 |
Color Harmonies of #824EC3
Complementary color
Monochromatic Colors of #824EC3
Black with #824EC3
Text Example
Text Example
White with #824EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EC3; }
p { color: rgb(130,78,195); }
H1.HeaderClassName
{
color: #824EC3;
}
.AnyTagClassName
{
color: #824EC3;
}
</style>
background-color css
<style>
a { background-color: #824EC3; }
a { background-color: rgb(130,78,195); }
div.DivClassName
{
background-color: #824EC3;
}
.BgClassName
{
background-color: #824EC3;
}
</style>
border-color css
<style>
span { border-color: #824EC3; }
span { border-color: rgb(130,78,195); }
td.TdClassName
{
border-color: #824EC3;
}
.TagClassName
{
border-color: #824EC3;
}
</style>