Shades of Deep Lilac #8C54BA
Tints of Deep Lilac #8C54BA
RGB
CMYK
RGB Variations
Color information
#8C54BA (or 0x8C54BA) is known color: Deep Lilac. HEX triplet: 8C, 54 and BA. RGB value is (140,84,186). Sum of RGB (Red+Green+Blue) = 140+84+186=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 84 (33.20% from 255 or 20.49% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C54BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54BA is #73AB45. Grayscale: #707070. Windows color (decimal): -7580486 or 12211340. OLE color: 12211340.
HSL color Cylindrical-coordinate representation of color #8C54BA: hue angle of 272.94º degrees, saturation: 0.43, 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 #8C54BA is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 84 | 186 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.27 |
| HSL | 272.94º | 0.43% | 0.53% | - |
| HSV(B) | 272.94º | 0.55% | 0.73% | - |
| XYZ | 22.85 | 15.46 | 48.23 | - |
| YUV | 112.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 186 | 0.25 | 0.55 | 0 | 0.27 | 272.94 | 0.43 | 0.53 |
| Hex | 8C | 54 | BA | 19 | 37 | 0 | 1B | 111 | 2A | 35 |
| Octal | 214 | 124 | 272 | 31 | 67 | 0 | 33 | 421 | 52 | 65 |
| Binary | 10001100 | 1010100 | 10111010 | 11001 | 110111 | 0 | 11011 | 100010001 | 101010 | 110101 |
Color Harmonies of #8C54BA
Complementary color
Monochromatic Colors of #8C54BA
Black with #8C54BA
Text Example
Text Example
White with #8C54BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54BA; }
p { color: rgb(140,84,186); }
H1.HeaderClassName
{
color: #8C54BA;
}
.AnyTagClassName
{
color: #8C54BA;
}
</style>
background-color css
<style>
a { background-color: #8C54BA; }
a { background-color: rgb(140,84,186); }
div.DivClassName
{
background-color: #8C54BA;
}
.BgClassName
{
background-color: #8C54BA;
}
</style>
border-color css
<style>
span { border-color: #8C54BA; }
span { border-color: rgb(140,84,186); }
td.TdClassName
{
border-color: #8C54BA;
}
.TagClassName
{
border-color: #8C54BA;
}
</style>