Shades of Deep Lilac #8D4CBC
Tints of Deep Lilac #8D4CBC
RGB
CMYK
RGB Variations
Color information
#8D4CBC (or 0x8D4CBC) is known color: Deep Lilac. HEX triplet: 8D, 4C and BC. RGB value is (141,76,188). Sum of RGB (Red+Green+Blue) = 141+76+188=405 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.81% from 405); Green value is 76 (30.08% from 255 or 18.77% from 405); Blue value is 188 (73.83% from 255 or 46.42% from 405); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D4CBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4CBC is #72B343. Grayscale: #6B6B6B. Windows color (decimal): -7516996 or 12340365. OLE color: 12340365.
HSL color Cylindrical-coordinate representation of color #8D4CBC: hue angle of 274.82º 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 #8D4CBC is Cyan = 0.25, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 76 | 188 | - |
| CMYK | 0.25 | 0.60 | 0 | 0.26 |
| HSL | 274.82º | 0.46% | 0.52% | - |
| HSV(B) | 274.82º | 0.6% | 0.74% | - |
| XYZ | 22.65 | 14.46 | 49.17 | - |
| YUV | 108.2 | 173.03 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 188 | 0.25 | 0.60 | 0 | 0.26 | 274.82 | 0.46 | 0.52 |
| Hex | 8D | 4C | BC | 19 | 3C | 0 | 1A | 113 | 2E | 34 |
| Octal | 215 | 114 | 274 | 31 | 74 | 0 | 32 | 423 | 56 | 64 |
| Binary | 10001101 | 1001100 | 10111100 | 11001 | 111100 | 0 | 11010 | 100010011 | 101110 | 110100 |
Color Harmonies of #8D4CBC
Complementary color
Monochromatic Colors of #8D4CBC
Black with #8D4CBC
Text Example
Text Example
White with #8D4CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CBC; }
p { color: rgb(141,76,188); }
H1.HeaderClassName
{
color: #8D4CBC;
}
.AnyTagClassName
{
color: #8D4CBC;
}
</style>
background-color css
<style>
a { background-color: #8D4CBC; }
a { background-color: rgb(141,76,188); }
div.DivClassName
{
background-color: #8D4CBC;
}
.BgClassName
{
background-color: #8D4CBC;
}
</style>
border-color css
<style>
span { border-color: #8D4CBC; }
span { border-color: rgb(141,76,188); }
td.TdClassName
{
border-color: #8D4CBC;
}
.TagClassName
{
border-color: #8D4CBC;
}
</style>