Shades of Deep Lilac #8D54C0
Tints of Deep Lilac #8D54C0
RGB
CMYK
RGB Variations
Color information
#8D54C0 (or 0x8D54C0) is known color: Deep Lilac. HEX triplet: 8D, 54 and C0. RGB value is (141,84,192). Sum of RGB (Red+Green+Blue) = 141+84+192=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 192 (75.39% from 255 or 46.04% from 417); Max value from RGB is 192 - color contains mainly: blue. Hex color #8D54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D54C0 is #72AB3F. Grayscale: #707070. Windows color (decimal): -7514944 or 12604557. OLE color: 12604557.
HSL color Cylindrical-coordinate representation of color #8D54C0: hue angle of 271.67º 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 #8D54C0 is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 84 | 192 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.25 |
| HSL | 271.67º | 0.46% | 0.54% | - |
| HSV(B) | 271.67º | 0.56% | 0.75% | - |
| XYZ | 23.67 | 15.81 | 51.67 | - |
| YUV | 113.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 84 | 192 | 0.27 | 0.56 | 0 | 0.25 | 271.67 | 0.46 | 0.54 |
| Hex | 8D | 54 | C0 | 1B | 38 | 0 | 19 | 110 | 2E | 36 |
| Octal | 215 | 124 | 300 | 33 | 70 | 0 | 31 | 420 | 56 | 66 |
| Binary | 10001101 | 1010100 | 11000000 | 11011 | 111000 | 0 | 11001 | 100010000 | 101110 | 110110 |
Color Harmonies of #8D54C0
Complementary color
Monochromatic Colors of #8D54C0
Black with #8D54C0
Text Example
Text Example
White with #8D54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D54C0; }
p { color: rgb(141,84,192); }
H1.HeaderClassName
{
color: #8D54C0;
}
.AnyTagClassName
{
color: #8D54C0;
}
</style>
background-color css
<style>
a { background-color: #8D54C0; }
a { background-color: rgb(141,84,192); }
div.DivClassName
{
background-color: #8D54C0;
}
.BgClassName
{
background-color: #8D54C0;
}
</style>
border-color css
<style>
span { border-color: #8D54C0; }
span { border-color: rgb(141,84,192); }
td.TdClassName
{
border-color: #8D54C0;
}
.TagClassName
{
border-color: #8D54C0;
}
</style>