Shades of Deep Lilac #8C54C6
Tints of Deep Lilac #8C54C6
RGB
CMYK
RGB Variations
Color information
#8C54C6 (or 0x8C54C6) is known color: Deep Lilac. HEX triplet: 8C, 54 and C6. RGB value is (140,84,198). Sum of RGB (Red+Green+Blue) = 140+84+198=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 198 (77.73% from 255 or 46.92% from 422); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C54C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54C6 is #73AB39. Grayscale: #717171. Windows color (decimal): -7580474 or 12997772. OLE color: 12997772.
HSL color Cylindrical-coordinate representation of color #8C54C6: hue angle of 269.47º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C54C6 is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 84 | 198 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.22 |
| HSL | 269.47º | 0.5% | 0.55% | - |
| HSV(B) | 269.47º | 0.58% | 0.78% | - |
| XYZ | 24.18 | 15.99 | 55.24 | - |
| YUV | 113.74 | 175.55 | 146.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 198 | 0.29 | 0.58 | 0 | 0.22 | 269.47 | 0.5 | 0.55 |
| Hex | 8C | 54 | C6 | 1D | 3A | 0 | 16 | 10D | 32 | 37 |
| Octal | 214 | 124 | 306 | 35 | 72 | 0 | 26 | 415 | 62 | 67 |
| Binary | 10001100 | 1010100 | 11000110 | 11101 | 111010 | 0 | 10110 | 100001101 | 110010 | 110111 |
Color Harmonies of #8C54C6
Complementary color
Monochromatic Colors of #8C54C6
Black with #8C54C6
Text Example
Text Example
White with #8C54C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54C6; }
p { color: rgb(140,84,198); }
H1.HeaderClassName
{
color: #8C54C6;
}
.AnyTagClassName
{
color: #8C54C6;
}
</style>
background-color css
<style>
a { background-color: #8C54C6; }
a { background-color: rgb(140,84,198); }
div.DivClassName
{
background-color: #8C54C6;
}
.BgClassName
{
background-color: #8C54C6;
}
</style>
border-color css
<style>
span { border-color: #8C54C6; }
span { border-color: rgb(140,84,198); }
td.TdClassName
{
border-color: #8C54C6;
}
.TagClassName
{
border-color: #8C54C6;
}
</style>