Shades of Deep Lilac #8C4CBC
Tints of Deep Lilac #8C4CBC
RGB
CMYK
RGB Variations
Color information
#8C4CBC (or 0x8C4CBC) is known color: Deep Lilac. HEX triplet: 8C, 4C and BC. RGB value is (140,76,188). Sum of RGB (Red+Green+Blue) = 140+76+188=404 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.65% from 404); Green value is 76 (30.08% from 255 or 18.81% from 404); Blue value is 188 (73.83% from 255 or 46.53% from 404); Max value from RGB is 188 - color contains mainly: blue. Hex color #8C4CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C4CBC is #73B343. Grayscale: #6B6B6B. Windows color (decimal): -7582532 or 12340364. OLE color: 12340364.
HSL color Cylindrical-coordinate representation of color #8C4CBC: hue angle of 274.29º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C4CBC is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 76 | 188 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.26 |
| HSL | 274.29º | 0.46% | 0.52% | - |
| HSV(B) | 274.29º | 0.6% | 0.74% | - |
| XYZ | 22.48 | 14.38 | 49.17 | - |
| YUV | 107.9 | 173.2 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 188 | 0.26 | 0.60 | 0 | 0.26 | 274.29 | 0.46 | 0.52 |
| Hex | 8C | 4C | BC | 1A | 3C | 0 | 1A | 112 | 2E | 34 |
| Octal | 214 | 114 | 274 | 32 | 74 | 0 | 32 | 422 | 56 | 64 |
| Binary | 10001100 | 1001100 | 10111100 | 11010 | 111100 | 0 | 11010 | 100010010 | 101110 | 110100 |
Color Harmonies of #8C4CBC
Complementary color
Monochromatic Colors of #8C4CBC
Black with #8C4CBC
Text Example
Text Example
White with #8C4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4CBC; }
p { color: rgb(140,76,188); }
H1.HeaderClassName
{
color: #8C4CBC;
}
.AnyTagClassName
{
color: #8C4CBC;
}
</style>
background-color css
<style>
a { background-color: #8C4CBC; }
a { background-color: rgb(140,76,188); }
div.DivClassName
{
background-color: #8C4CBC;
}
.BgClassName
{
background-color: #8C4CBC;
}
</style>
border-color css
<style>
span { border-color: #8C4CBC; }
span { border-color: rgb(140,76,188); }
td.TdClassName
{
border-color: #8C4CBC;
}
.TagClassName
{
border-color: #8C4CBC;
}
</style>