Shades of Deep Lilac #8D4CCC
Tints of Deep Lilac #8D4CCC
RGB
CMYK
RGB Variations
Color information
#8D4CCC (or 0x8D4CCC) is known color: Deep Lilac. HEX triplet: 8D, 4C and CC. RGB value is (141,76,204). Sum of RGB (Red+Green+Blue) = 141+76+204=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 204 (80.08% from 255 or 48.46% from 421); Max value from RGB is 204 - color contains mainly: blue. Hex color #8D4CCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4CCC is #72B333. Grayscale: #6D6D6D. Windows color (decimal): -7516980 or 13388941. OLE color: 13388941.
HSL color Cylindrical-coordinate representation of color #8D4CCC: hue angle of 270.47º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8D4CCC is Cyan = 0.31, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 141 | 76 | 204 | - |
| CMYK | 0.31 | 0.63 | 0 | 0.2 |
| HSL | 270.47º | 0.56% | 0.55% | - |
| HSV(B) | 270.47º | 0.63% | 0.8% | - |
| XYZ | 24.47 | 15.19 | 58.77 | - |
| YUV | 110.03 | 181.03 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 204 | 0.31 | 0.63 | 0 | 0.2 | 270.47 | 0.56 | 0.55 |
| Hex | 8D | 4C | CC | 1F | 3F | 0 | 14 | 10E | 38 | 37 |
| Octal | 215 | 114 | 314 | 37 | 77 | 0 | 24 | 416 | 70 | 67 |
| Binary | 10001101 | 1001100 | 11001100 | 11111 | 111111 | 0 | 10100 | 100001110 | 111000 | 110111 |
Color Harmonies of #8D4CCC
Complementary color
Monochromatic Colors of #8D4CCC
Black with #8D4CCC
Text Example
Text Example
White with #8D4CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CCC; }
p { color: rgb(141,76,204); }
H1.HeaderClassName
{
color: #8D4CCC;
}
.AnyTagClassName
{
color: #8D4CCC;
}
</style>
background-color css
<style>
a { background-color: #8D4CCC; }
a { background-color: rgb(141,76,204); }
div.DivClassName
{
background-color: #8D4CCC;
}
.BgClassName
{
background-color: #8D4CCC;
}
</style>
border-color css
<style>
span { border-color: #8D4CCC; }
span { border-color: rgb(141,76,204); }
td.TdClassName
{
border-color: #8D4CCC;
}
.TagClassName
{
border-color: #8D4CCC;
}
</style>