Shades of Deep Lilac #8C54BE
Tints of Deep Lilac #8C54BE
RGB
CMYK
RGB Variations
Color information
#8C54BE (or 0x8C54BE) is known color: Deep Lilac. HEX triplet: 8C, 54 and BE. RGB value is (140,84,190). Sum of RGB (Red+Green+Blue) = 140+84+190=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 190 (74.61% from 255 or 45.89% from 414); Max value from RGB is 190 - color contains mainly: blue. Hex color #8C54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54BE is #73AB41. Grayscale: #707070. Windows color (decimal): -7580482 or 12473484. OLE color: 12473484.
HSL color Cylindrical-coordinate representation of color #8C54BE: hue angle of 271.7º degrees, saturation: 0.45, 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 #8C54BE is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 84 | 190 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.25 |
| HSL | 271.7º | 0.45% | 0.54% | - |
| HSV(B) | 271.7º | 0.56% | 0.75% | - |
| XYZ | 23.28 | 15.63 | 50.51 | - |
| YUV | 112.83 | 171.55 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 190 | 0.26 | 0.56 | 0 | 0.25 | 271.7 | 0.45 | 0.54 |
| Hex | 8C | 54 | BE | 1A | 38 | 0 | 19 | 110 | 2D | 36 |
| Octal | 214 | 124 | 276 | 32 | 70 | 0 | 31 | 420 | 55 | 66 |
| Binary | 10001100 | 1010100 | 10111110 | 11010 | 111000 | 0 | 11001 | 100010000 | 101101 | 110110 |
Color Harmonies of #8C54BE
Complementary color
Monochromatic Colors of #8C54BE
Black with #8C54BE
Text Example
Text Example
White with #8C54BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54BE; }
p { color: rgb(140,84,190); }
H1.HeaderClassName
{
color: #8C54BE;
}
.AnyTagClassName
{
color: #8C54BE;
}
</style>
background-color css
<style>
a { background-color: #8C54BE; }
a { background-color: rgb(140,84,190); }
div.DivClassName
{
background-color: #8C54BE;
}
.BgClassName
{
background-color: #8C54BE;
}
</style>
border-color css
<style>
span { border-color: #8C54BE; }
span { border-color: rgb(140,84,190); }
td.TdClassName
{
border-color: #8C54BE;
}
.TagClassName
{
border-color: #8C54BE;
}
</style>