Shades of Deep Lilac #824EB9
Tints of Deep Lilac #824EB9
RGB
CMYK
RGB Variations
Color information
#824EB9 (or 0x824EB9) is known color: Deep Lilac. HEX triplet: 82, 4E and B9. RGB value is (130,78,185). Sum of RGB (Red+Green+Blue) = 130+78+185=393 (52% of max value = 765). Red value is 130 (51.17% from 255 or 33.08% from 393); Green value is 78 (30.86% from 255 or 19.85% from 393); Blue value is 185 (72.66% from 255 or 47.07% from 393); Max value from RGB is 185 - color contains mainly: blue. Hex color #824EB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824EB9 is #7DB146. Grayscale: #696969. Windows color (decimal): -8237383 or 12144258. OLE color: 12144258.
HSL color Cylindrical-coordinate representation of color #824EB9: hue angle of 269.16º degrees, saturation: 0.43, 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 #824EB9 is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 78 | 185 | - |
| CMYK | 0.30 | 0.58 | 0 | 0.27 |
| HSL | 269.16º | 0.43% | 0.52% | - |
| HSV(B) | 269.16º | 0.58% | 0.73% | - |
| XYZ | 20.69 | 13.7 | 47.45 | - |
| YUV | 105.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 78 | 185 | 0.30 | 0.58 | 0 | 0.27 | 269.16 | 0.43 | 0.52 |
| Hex | 82 | 4E | B9 | 1E | 3A | 0 | 1B | 10D | 2B | 34 |
| Octal | 202 | 116 | 271 | 36 | 72 | 0 | 33 | 415 | 53 | 64 |
| Binary | 10000010 | 1001110 | 10111001 | 11110 | 111010 | 0 | 11011 | 100001101 | 101011 | 110100 |
Color Harmonies of #824EB9
Complementary color
Monochromatic Colors of #824EB9
Black with #824EB9
Text Example
Text Example
White with #824EB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824EB9; }
p { color: rgb(130,78,185); }
H1.HeaderClassName
{
color: #824EB9;
}
.AnyTagClassName
{
color: #824EB9;
}
</style>
background-color css
<style>
a { background-color: #824EB9; }
a { background-color: rgb(130,78,185); }
div.DivClassName
{
background-color: #824EB9;
}
.BgClassName
{
background-color: #824EB9;
}
</style>
border-color css
<style>
span { border-color: #824EB9; }
span { border-color: rgb(130,78,185); }
td.TdClassName
{
border-color: #824EB9;
}
.TagClassName
{
border-color: #824EB9;
}
</style>