Shades of Deep Lilac #8F54C0
Tints of Deep Lilac #8F54C0
RGB
CMYK
RGB Variations
Color information
#8F54C0 (or 0x8F54C0) is known color: Deep Lilac. HEX triplet: 8F, 54 and C0. RGB value is (143,84,192). Sum of RGB (Red+Green+Blue) = 143+84+192=419 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.13% from 419); Green value is 84 (33.20% from 255 or 20.05% from 419); Blue value is 192 (75.39% from 255 or 45.82% from 419); Max value from RGB is 192 - color contains mainly: blue. Hex color #8F54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54C0 is #70AB3F. Grayscale: #717171. Windows color (decimal): -7383872 or 12604559. OLE color: 12604559.
HSL color Cylindrical-coordinate representation of color #8F54C0: hue angle of 272.78º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F54C0 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 84 | 192 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.25 |
| HSL | 272.78º | 0.46% | 0.54% | - |
| HSV(B) | 272.78º | 0.56% | 0.75% | - |
| XYZ | 24.01 | 15.99 | 51.69 | - |
| YUV | 113.95 | 172.05 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 192 | 0.26 | 0.56 | 0 | 0.25 | 272.78 | 0.46 | 0.54 |
| Hex | 8F | 54 | C0 | 1A | 38 | 0 | 19 | 111 | 2E | 36 |
| Octal | 217 | 124 | 300 | 32 | 70 | 0 | 31 | 421 | 56 | 66 |
| Binary | 10001111 | 1010100 | 11000000 | 11010 | 111000 | 0 | 11001 | 100010001 | 101110 | 110110 |
Color Harmonies of #8F54C0
Complementary color
Monochromatic Colors of #8F54C0
Black with #8F54C0
Text Example
Text Example
White with #8F54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54C0; }
p { color: rgb(143,84,192); }
H1.HeaderClassName
{
color: #8F54C0;
}
.AnyTagClassName
{
color: #8F54C0;
}
</style>
background-color css
<style>
a { background-color: #8F54C0; }
a { background-color: rgb(143,84,192); }
div.DivClassName
{
background-color: #8F54C0;
}
.BgClassName
{
background-color: #8F54C0;
}
</style>
border-color css
<style>
span { border-color: #8F54C0; }
span { border-color: rgb(143,84,192); }
td.TdClassName
{
border-color: #8F54C0;
}
.TagClassName
{
border-color: #8F54C0;
}
</style>