Shades of Deep Lilac #824ABC
Tints of Deep Lilac #824ABC
RGB
CMYK
RGB Variations
Color information
#824ABC (or 0x824ABC) is known color: Deep Lilac. HEX triplet: 82, 4A and BC. RGB value is (130,74,188). Sum of RGB (Red+Green+Blue) = 130+74+188=392 (51% of max value = 765). Red value is 130 (51.17% from 255 or 33.16% from 392); Green value is 74 (29.30% from 255 or 18.88% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #824ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #824ABC is #7DB543. Grayscale: #676767. Windows color (decimal): -8238404 or 12339842. OLE color: 12339842.
HSL color Cylindrical-coordinate representation of color #824ABC: hue angle of 269.47º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #824ABC is Cyan = 0.31, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 130 | 74 | 188 | - |
| CMYK | 0.31 | 0.61 | 0 | 0.26 |
| HSL | 269.47º | 0.46% | 0.51% | - |
| HSV(B) | 269.47º | 0.61% | 0.74% | - |
| XYZ | 20.73 | 13.27 | 49.05 | - |
| YUV | 103.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 74 | 188 | 0.31 | 0.61 | 0 | 0.26 | 269.47 | 0.46 | 0.51 |
| Hex | 82 | 4A | BC | 1F | 3D | 0 | 1A | 10D | 2E | 33 |
| Octal | 202 | 112 | 274 | 37 | 75 | 0 | 32 | 415 | 56 | 63 |
| Binary | 10000010 | 1001010 | 10111100 | 11111 | 111101 | 0 | 11010 | 100001101 | 101110 | 110011 |
Color Harmonies of #824ABC
Complementary color
Monochromatic Colors of #824ABC
Black with #824ABC
Text Example
Text Example
White with #824ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #824ABC; }
p { color: rgb(130,74,188); }
H1.HeaderClassName
{
color: #824ABC;
}
.AnyTagClassName
{
color: #824ABC;
}
</style>
background-color css
<style>
a { background-color: #824ABC; }
a { background-color: rgb(130,74,188); }
div.DivClassName
{
background-color: #824ABC;
}
.BgClassName
{
background-color: #824ABC;
}
</style>
border-color css
<style>
span { border-color: #824ABC; }
span { border-color: rgb(130,74,188); }
td.TdClassName
{
border-color: #824ABC;
}
.TagClassName
{
border-color: #824ABC;
}
</style>