Shades of Deep Lilac #8C57B9
Tints of Deep Lilac #8C57B9
RGB
CMYK
RGB Variations
Color information
#8C57B9 (or 0x8C57B9) is known color: Deep Lilac. HEX triplet: 8C, 57 and B9. RGB value is (140,87,185). Sum of RGB (Red+Green+Blue) = 140+87+185=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 87 (34.38% from 255 or 21.12% from 412); Blue value is 185 (72.66% from 255 or 44.90% from 412); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C57B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C57B9 is #73A846. Grayscale: #717171. Windows color (decimal): -7579719 or 12146572. OLE color: 12146572.
HSL color Cylindrical-coordinate representation of color #8C57B9: hue angle of 272.45º degrees, saturation: 0.41, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8C57B9 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 87 | 185 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.27 |
| HSL | 272.45º | 0.41% | 0.53% | - |
| HSV(B) | 272.45º | 0.53% | 0.73% | - |
| XYZ | 22.98 | 15.89 | 47.76 | - |
| YUV | 114.02 | 168.06 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 87 | 185 | 0.24 | 0.53 | 0 | 0.27 | 272.45 | 0.41 | 0.53 |
| Hex | 8C | 57 | B9 | 18 | 35 | 0 | 1B | 110 | 29 | 35 |
| Octal | 214 | 127 | 271 | 30 | 65 | 0 | 33 | 420 | 51 | 65 |
| Binary | 10001100 | 1010111 | 10111001 | 11000 | 110101 | 0 | 11011 | 100010000 | 101001 | 110101 |
Color Harmonies of #8C57B9
Complementary color
Monochromatic Colors of #8C57B9
Black with #8C57B9
Text Example
Text Example
White with #8C57B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C57B9; }
p { color: rgb(140,87,185); }
H1.HeaderClassName
{
color: #8C57B9;
}
.AnyTagClassName
{
color: #8C57B9;
}
</style>
background-color css
<style>
a { background-color: #8C57B9; }
a { background-color: rgb(140,87,185); }
div.DivClassName
{
background-color: #8C57B9;
}
.BgClassName
{
background-color: #8C57B9;
}
</style>
border-color css
<style>
span { border-color: #8C57B9; }
span { border-color: rgb(140,87,185); }
td.TdClassName
{
border-color: #8C57B9;
}
.TagClassName
{
border-color: #8C57B9;
}
</style>