Shades of Deep Lilac #8C54B9
Tints of Deep Lilac #8C54B9
RGB
CMYK
RGB Variations
Color information
#8C54B9 (or 0x8C54B9) is known color: Deep Lilac. HEX triplet: 8C, 54 and B9. RGB value is (140,84,185). Sum of RGB (Red+Green+Blue) = 140+84+185=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C54B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54B9 is #73AB46. Grayscale: #6F6F6F. Windows color (decimal): -7580487 or 12145804. OLE color: 12145804.
HSL color Cylindrical-coordinate representation of color #8C54B9: hue angle of 273.27º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C54B9 is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 84 | 185 | - |
| CMYK | 0.24 | 0.55 | 0 | 0.27 |
| HSL | 273.27º | 0.42% | 0.53% | - |
| HSV(B) | 273.27º | 0.55% | 0.73% | - |
| XYZ | 22.74 | 15.42 | 47.68 | - |
| YUV | 112.26 | 169.05 | 147.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 185 | 0.24 | 0.55 | 0 | 0.27 | 273.27 | 0.42 | 0.53 |
| Hex | 8C | 54 | B9 | 18 | 37 | 0 | 1B | 111 | 2A | 35 |
| Octal | 214 | 124 | 271 | 30 | 67 | 0 | 33 | 421 | 52 | 65 |
| Binary | 10001100 | 1010100 | 10111001 | 11000 | 110111 | 0 | 11011 | 100010001 | 101010 | 110101 |
Color Harmonies of #8C54B9
Complementary color
Monochromatic Colors of #8C54B9
Black with #8C54B9
Text Example
Text Example
White with #8C54B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54B9; }
p { color: rgb(140,84,185); }
H1.HeaderClassName
{
color: #8C54B9;
}
.AnyTagClassName
{
color: #8C54B9;
}
</style>
background-color css
<style>
a { background-color: #8C54B9; }
a { background-color: rgb(140,84,185); }
div.DivClassName
{
background-color: #8C54B9;
}
.BgClassName
{
background-color: #8C54B9;
}
</style>
border-color css
<style>
span { border-color: #8C54B9; }
span { border-color: rgb(140,84,185); }
td.TdClassName
{
border-color: #8C54B9;
}
.TagClassName
{
border-color: #8C54B9;
}
</style>