Shades of Deep Lilac #8D4CC8
Tints of Deep Lilac #8D4CC8
RGB
CMYK
RGB Variations
Color information
#8D4CC8 (or 0x8D4CC8) is known color: Deep Lilac. HEX triplet: 8D, 4C and C8. RGB value is (141,76,200). Sum of RGB (Red+Green+Blue) = 141+76+200=417 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.81% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 200 (78.52% from 255 or 47.96% from 417); Max value from RGB is 200 - color contains mainly: blue. Hex color #8D4CC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D4CC8 is #72B337. Grayscale: #6D6D6D. Windows color (decimal): -7516984 or 13126797. OLE color: 13126797.
HSL color Cylindrical-coordinate representation of color #8D4CC8: hue angle of 271.45º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4CC8 is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 141 | 76 | 200 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.22 |
| HSL | 271.45º | 0.53% | 0.54% | - |
| HSV(B) | 271.45º | 0.62% | 0.78% | - |
| XYZ | 23.99 | 15 | 56.27 | - |
| YUV | 109.57 | 179.03 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 200 | 0.29 | 0.62 | 0 | 0.22 | 271.45 | 0.53 | 0.54 |
| Hex | 8D | 4C | C8 | 1D | 3E | 0 | 16 | 10F | 35 | 36 |
| Octal | 215 | 114 | 310 | 35 | 76 | 0 | 26 | 417 | 65 | 66 |
| Binary | 10001101 | 1001100 | 11001000 | 11101 | 111110 | 0 | 10110 | 100001111 | 110101 | 110110 |
Color Harmonies of #8D4CC8
Complementary color
Monochromatic Colors of #8D4CC8
Black with #8D4CC8
Text Example
Text Example
White with #8D4CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CC8; }
p { color: rgb(141,76,200); }
H1.HeaderClassName
{
color: #8D4CC8;
}
.AnyTagClassName
{
color: #8D4CC8;
}
</style>
background-color css
<style>
a { background-color: #8D4CC8; }
a { background-color: rgb(141,76,200); }
div.DivClassName
{
background-color: #8D4CC8;
}
.BgClassName
{
background-color: #8D4CC8;
}
</style>
border-color css
<style>
span { border-color: #8D4CC8; }
span { border-color: rgb(141,76,200); }
td.TdClassName
{
border-color: #8D4CC8;
}
.TagClassName
{
border-color: #8D4CC8;
}
</style>