Shades of Deep Lilac #824EBC
Tints of Deep Lilac #824EBC
RGB
CMYK
RGB Variations
Color information
#824EBC (or 0x824EBC) is known color: Deep Lilac. HEX triplet: 82, 4E and BC. RGB value is (130,78,188). Sum of RGB (Red+Green+Blue) = 130+78+188=396 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.83% from 396); Green value is 78 (30.86% from 255 or 19.70% from 396); Blue value is 188 (73.83% from 255 or 47.47% from 396); Max value from RGB is 188 - color contains mainly: blue. Hex color #824EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EBC is #7DB143. Grayscale: #696969. Windows color (decimal): -8237380 or 12340866. OLE color: 12340866.
HSL color Cylindrical-coordinate representation of color #824EBC: hue angle of 268.36º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #824EBC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 78 | 188 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.26 |
| HSL | 268.36º | 0.45% | 0.52% | - |
| HSV(B) | 268.36º | 0.59% | 0.74% | - |
| XYZ | 21.01 | 13.83 | 49.14 | - |
| YUV | 106.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 188 | 0.31 | 0.59 | 0 | 0.26 | 268.36 | 0.45 | 0.52 |
| Hex | 82 | 4E | BC | 1F | 3B | 0 | 1A | 10C | 2D | 34 |
| Octal | 202 | 116 | 274 | 37 | 73 | 0 | 32 | 414 | 55 | 64 |
| Binary | 10000010 | 1001110 | 10111100 | 11111 | 111011 | 0 | 11010 | 100001100 | 101101 | 110100 |
Color Harmonies of #824EBC
Complementary color
Monochromatic Colors of #824EBC
Black with #824EBC
Text Example
Text Example
White with #824EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EBC; }
p { color: rgb(130,78,188); }
H1.HeaderClassName
{
color: #824EBC;
}
.AnyTagClassName
{
color: #824EBC;
}
</style>
background-color css
<style>
a { background-color: #824EBC; }
a { background-color: rgb(130,78,188); }
div.DivClassName
{
background-color: #824EBC;
}
.BgClassName
{
background-color: #824EBC;
}
</style>
border-color css
<style>
span { border-color: #824EBC; }
span { border-color: rgb(130,78,188); }
td.TdClassName
{
border-color: #824EBC;
}
.TagClassName
{
border-color: #824EBC;
}
</style>