Shades of Deep Lilac #824DBB
Tints of Deep Lilac #824DBB
RGB
CMYK
RGB Variations
Color information
#824DBB (or 0x824DBB) is known color: Deep Lilac. HEX triplet: 82, 4D and BB. RGB value is (130,77,187). Sum of RGB (Red+Green+Blue) = 130+77+187=394 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.99% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 187 (73.44% from 255 or 47.46% from 394); Max value from RGB is 187 - color contains mainly: blue. Hex color #824DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DBB is #7DB244. Grayscale: #696969. Windows color (decimal): -8237637 or 12275074. OLE color: 12275074.
HSL color Cylindrical-coordinate representation of color #824DBB: hue angle of 268.91º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #824DBB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 130 | 77 | 187 | - |
| CMYK | 0.30 | 0.59 | 0 | 0.27 |
| HSL | 268.91º | 0.45% | 0.52% | - |
| HSV(B) | 268.91º | 0.59% | 0.73% | - |
| XYZ | 20.83 | 13.64 | 48.55 | - |
| YUV | 105.39 | 174.06 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 187 | 0.30 | 0.59 | 0 | 0.27 | 268.91 | 0.45 | 0.52 |
| Hex | 82 | 4D | BB | 1E | 3B | 0 | 1B | 10D | 2D | 34 |
| Octal | 202 | 115 | 273 | 36 | 73 | 0 | 33 | 415 | 55 | 64 |
| Binary | 10000010 | 1001101 | 10111011 | 11110 | 111011 | 0 | 11011 | 100001101 | 101101 | 110100 |
Color Harmonies of #824DBB
Complementary color
Monochromatic Colors of #824DBB
Black with #824DBB
Text Example
Text Example
White with #824DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DBB; }
p { color: rgb(130,77,187); }
H1.HeaderClassName
{
color: #824DBB;
}
.AnyTagClassName
{
color: #824DBB;
}
</style>
background-color css
<style>
a { background-color: #824DBB; }
a { background-color: rgb(130,77,187); }
div.DivClassName
{
background-color: #824DBB;
}
.BgClassName
{
background-color: #824DBB;
}
</style>
border-color css
<style>
span { border-color: #824DBB; }
span { border-color: rgb(130,77,187); }
td.TdClassName
{
border-color: #824DBB;
}
.TagClassName
{
border-color: #824DBB;
}
</style>