Shades of Deep Lilac #824EBA
Tints of Deep Lilac #824EBA
RGB
CMYK
RGB Variations
Color information
#824EBA (or 0x824EBA) is known color: Deep Lilac. HEX triplet: 82, 4E and BA. RGB value is (130,78,186). Sum of RGB (Red+Green+Blue) = 130+78+186=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 186 (73.05% from 255 or 47.21% from 394); Max value from RGB is 186 - color contains mainly: blue. Hex color #824EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EBA is #7DB145. Grayscale: #696969. Windows color (decimal): -8237382 or 12209794. OLE color: 12209794.
HSL color Cylindrical-coordinate representation of color #824EBA: hue angle of 268.89º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #824EBA is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 78 | 186 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.27 |
| HSL | 268.89º | 0.44% | 0.52% | - |
| HSV(B) | 268.89º | 0.58% | 0.73% | - |
| XYZ | 20.79 | 13.74 | 48.01 | - |
| YUV | 105.86 | 173.23 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 186 | 0.30 | 0.58 | 0 | 0.27 | 268.89 | 0.44 | 0.52 |
| Hex | 82 | 4E | BA | 1E | 3A | 0 | 1B | 10D | 2C | 34 |
| Octal | 202 | 116 | 272 | 36 | 72 | 0 | 33 | 415 | 54 | 64 |
| Binary | 10000010 | 1001110 | 10111010 | 11110 | 111010 | 0 | 11011 | 100001101 | 101100 | 110100 |
Color Harmonies of #824EBA
Complementary color
Monochromatic Colors of #824EBA
Black with #824EBA
Text Example
Text Example
White with #824EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EBA; }
p { color: rgb(130,78,186); }
H1.HeaderClassName
{
color: #824EBA;
}
.AnyTagClassName
{
color: #824EBA;
}
</style>
background-color css
<style>
a { background-color: #824EBA; }
a { background-color: rgb(130,78,186); }
div.DivClassName
{
background-color: #824EBA;
}
.BgClassName
{
background-color: #824EBA;
}
</style>
border-color css
<style>
span { border-color: #824EBA; }
span { border-color: rgb(130,78,186); }
td.TdClassName
{
border-color: #824EBA;
}
.TagClassName
{
border-color: #824EBA;
}
</style>