Shades of Deep Lilac #8F57C0
Tints of Deep Lilac #8F57C0
RGB
CMYK
RGB Variations
Color information
#8F57C0 (or 0x8F57C0) is known color: Deep Lilac. HEX triplet: 8F, 57 and C0. RGB value is (143,87,192). Sum of RGB (Red+Green+Blue) = 143+87+192=422 (55% of max value = 765). Red value is 143 (56.25% from 255 or 33.89% from 422); Green value is 87 (34.38% from 255 or 20.62% from 422); Blue value is 192 (75.39% from 255 or 45.50% from 422); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F57C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F57C0 is #70A83F. Grayscale: #737373. Windows color (decimal): -7383104 or 12605327. OLE color: 12605327.
HSL color Cylindrical-coordinate representation of color #8F57C0: hue angle of 272º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F57C0 is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 87 | 192 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.25 |
| HSL | 272º | 0.45% | 0.55% | - |
| HSV(B) | 272º | 0.55% | 0.75% | - |
| XYZ | 24.25 | 16.46 | 51.77 | - |
| YUV | 115.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 192 | 0.26 | 0.55 | 0 | 0.25 | 272 | 0.45 | 0.55 |
| Hex | 8F | 57 | C0 | 1A | 37 | 0 | 19 | 110 | 2D | 37 |
| Octal | 217 | 127 | 300 | 32 | 67 | 0 | 31 | 420 | 55 | 67 |
| Binary | 10001111 | 1010111 | 11000000 | 11010 | 110111 | 0 | 11001 | 100010000 | 101101 | 110111 |
Color Harmonies of #8F57C0
Complementary color
Monochromatic Colors of #8F57C0
Black with #8F57C0
Text Example
Text Example
White with #8F57C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F57C0; }
p { color: rgb(143,87,192); }
H1.HeaderClassName
{
color: #8F57C0;
}
.AnyTagClassName
{
color: #8F57C0;
}
</style>
background-color css
<style>
a { background-color: #8F57C0; }
a { background-color: rgb(143,87,192); }
div.DivClassName
{
background-color: #8F57C0;
}
.BgClassName
{
background-color: #8F57C0;
}
</style>
border-color css
<style>
span { border-color: #8F57C0; }
span { border-color: rgb(143,87,192); }
td.TdClassName
{
border-color: #8F57C0;
}
.TagClassName
{
border-color: #8F57C0;
}
</style>