Shades of Deep Lilac #8C52C8
Tints of Deep Lilac #8C52C8
RGB
CMYK
RGB Variations
Color information
#8C52C8 (or 0x8C52C8) is known color: Deep Lilac. HEX triplet: 8C, 52 and C8. RGB value is (140,82,200). Sum of RGB (Red+Green+Blue) = 140+82+200=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 200 (78.52% from 255 or 47.39% from 422); Max value from RGB is 200 - color contains mainly: blue. Hex color #8C52C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52C8 is #73AD37. Grayscale: #707070. Windows color (decimal): -7580984 or 13128332. OLE color: 13128332.
HSL color Cylindrical-coordinate representation of color #8C52C8: hue angle of 269.49º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C52C8 is Cyan = 0.3, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 82 | 200 | - |
| CMYK | 0.3 | 0.59 | 0 | 0.22 |
| HSL | 269.49º | 0.52% | 0.55% | - |
| HSV(B) | 269.49º | 0.59% | 0.78% | - |
| XYZ | 24.26 | 15.78 | 56.41 | - |
| YUV | 112.79 | 177.22 | 147.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 200 | 0.3 | 0.59 | 0 | 0.22 | 269.49 | 0.52 | 0.55 |
| Hex | 8C | 52 | C8 | 1E | 3B | 0 | 16 | 10D | 34 | 37 |
| Octal | 214 | 122 | 310 | 36 | 73 | 0 | 26 | 415 | 64 | 67 |
| Binary | 10001100 | 1010010 | 11001000 | 11110 | 111011 | 0 | 10110 | 100001101 | 110100 | 110111 |
Color Harmonies of #8C52C8
Complementary color
Monochromatic Colors of #8C52C8
Black with #8C52C8
Text Example
Text Example
White with #8C52C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52C8; }
p { color: rgb(140,82,200); }
H1.HeaderClassName
{
color: #8C52C8;
}
.AnyTagClassName
{
color: #8C52C8;
}
</style>
background-color css
<style>
a { background-color: #8C52C8; }
a { background-color: rgb(140,82,200); }
div.DivClassName
{
background-color: #8C52C8;
}
.BgClassName
{
background-color: #8C52C8;
}
</style>
border-color css
<style>
span { border-color: #8C52C8; }
span { border-color: rgb(140,82,200); }
td.TdClassName
{
border-color: #8C52C8;
}
.TagClassName
{
border-color: #8C52C8;
}
</style>