Shades of Deep Lilac #8C54BC
Tints of Deep Lilac #8C54BC
RGB
CMYK
RGB Variations
Color information
#8C54BC (or 0x8C54BC) is known color: Deep Lilac. HEX triplet: 8C, 54 and BC. RGB value is (140,84,188). Sum of RGB (Red+Green+Blue) = 140+84+188=412 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.98% from 412); Green value is 84 (33.20% from 255 or 20.39% from 412); Blue value is 188 (73.83% from 255 or 45.63% from 412); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C54BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C54BC is #73AB43. Grayscale: #707070. Windows color (decimal): -7580484 or 12342412. OLE color: 12342412.
HSL color Cylindrical-coordinate representation of color #8C54BC: hue angle of 272.31º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C54BC is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 84 | 188 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.26 |
| HSL | 272.31º | 0.44% | 0.53% | - |
| HSV(B) | 272.31º | 0.55% | 0.74% | - |
| XYZ | 23.06 | 15.55 | 49.36 | - |
| YUV | 112.6 | 170.55 | 147.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 188 | 0.26 | 0.55 | 0 | 0.26 | 272.31 | 0.44 | 0.53 |
| Hex | 8C | 54 | BC | 1A | 37 | 0 | 1A | 110 | 2C | 35 |
| Octal | 214 | 124 | 274 | 32 | 67 | 0 | 32 | 420 | 54 | 65 |
| Binary | 10001100 | 1010100 | 10111100 | 11010 | 110111 | 0 | 11010 | 100010000 | 101100 | 110101 |
Color Harmonies of #8C54BC
Complementary color
Monochromatic Colors of #8C54BC
Black with #8C54BC
Text Example
Text Example
White with #8C54BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C54BC; }
p { color: rgb(140,84,188); }
H1.HeaderClassName
{
color: #8C54BC;
}
.AnyTagClassName
{
color: #8C54BC;
}
</style>
background-color css
<style>
a { background-color: #8C54BC; }
a { background-color: rgb(140,84,188); }
div.DivClassName
{
background-color: #8C54BC;
}
.BgClassName
{
background-color: #8C54BC;
}
</style>
border-color css
<style>
span { border-color: #8C54BC; }
span { border-color: rgb(140,84,188); }
td.TdClassName
{
border-color: #8C54BC;
}
.TagClassName
{
border-color: #8C54BC;
}
</style>