Shades of Deep Lilac #8D4CA2
Tints of Deep Lilac #8D4CA2
RGB
CMYK
RGB Variations
Color information
#8D4CA2 (or 0x8D4CA2) is known color: Deep Lilac. HEX triplet: 8D, 4C and A2. RGB value is (141,76,162). Sum of RGB (Red+Green+Blue) = 141+76+162=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 162 (63.67% from 255 or 42.74% from 379); Max value from RGB is 162 - color contains mainly: blue. Hex color #8D4CA2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4CA2 is #72B35D. Grayscale: #686868. Windows color (decimal): -7517022 or 10636429. OLE color: 10636429.
HSL color Cylindrical-coordinate representation of color #8D4CA2: hue angle of 285.35º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D4CA2 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 141 | 76 | 162 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.36 |
| HSL | 285.35º | 0.36% | 0.47% | - |
| HSV(B) | 285.35º | 0.53% | 0.64% | - |
| XYZ | 20.09 | 13.44 | 35.72 | - |
| YUV | 105.24 | 160.03 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 162 | 0.13 | 0.53 | 0 | 0.36 | 285.35 | 0.36 | 0.47 |
| Hex | 8D | 4C | A2 | D | 35 | 0 | 24 | 11D | 24 | 2F |
| Octal | 215 | 114 | 242 | 15 | 65 | 0 | 44 | 435 | 44 | 57 |
| Binary | 10001101 | 1001100 | 10100010 | 1101 | 110101 | 0 | 100100 | 100011101 | 100100 | 101111 |
Color Harmonies of #8D4CA2
Complementary color
Monochromatic Colors of #8D4CA2
Black with #8D4CA2
Text Example
Text Example
White with #8D4CA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CA2; }
p { color: rgb(141,76,162); }
H1.HeaderClassName
{
color: #8D4CA2;
}
.AnyTagClassName
{
color: #8D4CA2;
}
</style>
background-color css
<style>
a { background-color: #8D4CA2; }
a { background-color: rgb(141,76,162); }
div.DivClassName
{
background-color: #8D4CA2;
}
.BgClassName
{
background-color: #8D4CA2;
}
</style>
border-color css
<style>
span { border-color: #8D4CA2; }
span { border-color: rgb(141,76,162); }
td.TdClassName
{
border-color: #8D4CA2;
}
.TagClassName
{
border-color: #8D4CA2;
}
</style>