Shades of Deep Lilac #8C52BE
Tints of Deep Lilac #8C52BE
RGB
CMYK
RGB Variations
Color information
#8C52BE (or 0x8C52BE) is known color: Deep Lilac. HEX triplet: 8C, 52 and BE. RGB value is (140,82,190). Sum of RGB (Red+Green+Blue) = 140+82+190=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 82 (32.42% from 255 or 19.90% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C52BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C52BE is #73AD41. Grayscale: #6F6F6F. Windows color (decimal): -7580994 or 12472972. OLE color: 12472972.
HSL color Cylindrical-coordinate representation of color #8C52BE: hue angle of 272.22º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C52BE is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 82 | 190 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.25 |
| HSL | 272.22º | 0.45% | 0.53% | - |
| HSV(B) | 272.22º | 0.57% | 0.75% | - |
| XYZ | 23.13 | 15.33 | 50.45 | - |
| YUV | 111.65 | 172.22 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 190 | 0.26 | 0.57 | 0 | 0.25 | 272.22 | 0.45 | 0.53 |
| Hex | 8C | 52 | BE | 1A | 39 | 0 | 19 | 110 | 2D | 35 |
| Octal | 214 | 122 | 276 | 32 | 71 | 0 | 31 | 420 | 55 | 65 |
| Binary | 10001100 | 1010010 | 10111110 | 11010 | 111001 | 0 | 11001 | 100010000 | 101101 | 110101 |
Color Harmonies of #8C52BE
Complementary color
Monochromatic Colors of #8C52BE
Black with #8C52BE
Text Example
Text Example
White with #8C52BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C52BE; }
p { color: rgb(140,82,190); }
H1.HeaderClassName
{
color: #8C52BE;
}
.AnyTagClassName
{
color: #8C52BE;
}
</style>
background-color css
<style>
a { background-color: #8C52BE; }
a { background-color: rgb(140,82,190); }
div.DivClassName
{
background-color: #8C52BE;
}
.BgClassName
{
background-color: #8C52BE;
}
</style>
border-color css
<style>
span { border-color: #8C52BE; }
span { border-color: rgb(140,82,190); }
td.TdClassName
{
border-color: #8C52BE;
}
.TagClassName
{
border-color: #8C52BE;
}
</style>