Shades of Deep Lilac #8C52C4
Tints of Deep Lilac #8C52C4
RGB
CMYK
RGB Variations
Color information
#8C52C4 (or 0x8C52C4) is known color: Deep Lilac. HEX triplet: 8C, 52 and C4. RGB value is (140,82,196). Sum of RGB (Red+Green+Blue) = 140+82+196=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #8C52C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52C4 is #73AD3B. Grayscale: #6F6F6F. Windows color (decimal): -7580988 or 12866188. OLE color: 12866188.
HSL color Cylindrical-coordinate representation of color #8C52C4: hue angle of 270.53º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C52C4 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 140 | 82 | 196 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.23 |
| HSL | 270.53º | 0.49% | 0.55% | - |
| HSV(B) | 270.53º | 0.58% | 0.77% | - |
| XYZ | 23.8 | 15.6 | 53.98 | - |
| YUV | 112.34 | 175.22 | 147.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 196 | 0.29 | 0.58 | 0 | 0.23 | 270.53 | 0.49 | 0.55 |
| Hex | 8C | 52 | C4 | 1D | 3A | 0 | 17 | 10F | 31 | 37 |
| Octal | 214 | 122 | 304 | 35 | 72 | 0 | 27 | 417 | 61 | 67 |
| Binary | 10001100 | 1010010 | 11000100 | 11101 | 111010 | 0 | 10111 | 100001111 | 110001 | 110111 |
Color Harmonies of #8C52C4
Complementary color
Monochromatic Colors of #8C52C4
Black with #8C52C4
Text Example
Text Example
White with #8C52C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52C4; }
p { color: rgb(140,82,196); }
H1.HeaderClassName
{
color: #8C52C4;
}
.AnyTagClassName
{
color: #8C52C4;
}
</style>
background-color css
<style>
a { background-color: #8C52C4; }
a { background-color: rgb(140,82,196); }
div.DivClassName
{
background-color: #8C52C4;
}
.BgClassName
{
background-color: #8C52C4;
}
</style>
border-color css
<style>
span { border-color: #8C52C4; }
span { border-color: rgb(140,82,196); }
td.TdClassName
{
border-color: #8C52C4;
}
.TagClassName
{
border-color: #8C52C4;
}
</style>