Shades of Deep Lilac #824DBC
Tints of Deep Lilac #824DBC
RGB
CMYK
RGB Variations
Color information
#824DBC (or 0x824DBC) is known color: Deep Lilac. HEX triplet: 82, 4D and BC. RGB value is (130,77,188). Sum of RGB (Red+Green+Blue) = 130+77+188=395 (52% of max value = 765). Red value is 130 (51.17% from 255 or 32.91% from 395); Green value is 77 (30.47% from 255 or 19.49% from 395); Blue value is 188 (73.83% from 255 or 47.59% from 395); Max value from RGB is 188 - color contains mainly: blue. Hex color #824DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #824DBC is #7DB243. Grayscale: #696969. Windows color (decimal): -8237636 or 12340610. OLE color: 12340610.
HSL color Cylindrical-coordinate representation of color #824DBC: hue angle of 268.65º 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 #824DBC is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 77 | 188 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.26 |
| HSL | 268.65º | 0.45% | 0.52% | - |
| HSV(B) | 268.65º | 0.59% | 0.74% | - |
| XYZ | 20.94 | 13.68 | 49.11 | - |
| YUV | 105.5 | 174.56 | 145.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 77 | 188 | 0.31 | 0.59 | 0 | 0.26 | 268.65 | 0.45 | 0.52 |
| Hex | 82 | 4D | BC | 1F | 3B | 0 | 1A | 10D | 2D | 34 |
| Octal | 202 | 115 | 274 | 37 | 73 | 0 | 32 | 415 | 55 | 64 |
| Binary | 10000010 | 1001101 | 10111100 | 11111 | 111011 | 0 | 11010 | 100001101 | 101101 | 110100 |
Color Harmonies of #824DBC
Complementary color
Monochromatic Colors of #824DBC
Black with #824DBC
Text Example
Text Example
White with #824DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824DBC; }
p { color: rgb(130,77,188); }
H1.HeaderClassName
{
color: #824DBC;
}
.AnyTagClassName
{
color: #824DBC;
}
</style>
background-color css
<style>
a { background-color: #824DBC; }
a { background-color: rgb(130,77,188); }
div.DivClassName
{
background-color: #824DBC;
}
.BgClassName
{
background-color: #824DBC;
}
</style>
border-color css
<style>
span { border-color: #824DBC; }
span { border-color: rgb(130,77,188); }
td.TdClassName
{
border-color: #824DBC;
}
.TagClassName
{
border-color: #824DBC;
}
</style>