Shades of Deep Lilac #8D4CAC
Tints of Deep Lilac #8D4CAC
RGB
CMYK
RGB Variations
Color information
#8D4CAC (or 0x8D4CAC) is known color: Deep Lilac. HEX triplet: 8D, 4C and AC. RGB value is (141,76,172). Sum of RGB (Red+Green+Blue) = 141+76+172=389 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.25% from 389); Green value is 76 (30.08% from 255 or 19.54% from 389); Blue value is 172 (67.58% from 255 or 44.22% from 389); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D4CAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4CAC is #72B353. Grayscale: #6A6A6A. Windows color (decimal): -7517012 or 11291789. OLE color: 11291789.
HSL color Cylindrical-coordinate representation of color #8D4CAC: hue angle of 280.62º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D4CAC is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 76 | 172 | - |
| CMYK | 0.18 | 0.56 | 0 | 0.33 |
| HSL | 280.63º | 0.39% | 0.49% | - |
| HSV(B) | 280.63º | 0.56% | 0.67% | - |
| XYZ | 21.02 | 13.81 | 40.59 | - |
| YUV | 106.38 | 165.03 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 172 | 0.18 | 0.56 | 0 | 0.33 | 280.63 | 0.39 | 0.49 |
| Hex | 8D | 4C | AC | 12 | 38 | 0 | 21 | 119 | 27 | 31 |
| Octal | 215 | 114 | 254 | 22 | 70 | 0 | 41 | 431 | 47 | 61 |
| Binary | 10001101 | 1001100 | 10101100 | 10010 | 111000 | 0 | 100001 | 100011001 | 100111 | 110001 |
Color Harmonies of #8D4CAC
Complementary color
Monochromatic Colors of #8D4CAC
Black with #8D4CAC
Text Example
Text Example
White with #8D4CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4CAC; }
p { color: rgb(141,76,172); }
H1.HeaderClassName
{
color: #8D4CAC;
}
.AnyTagClassName
{
color: #8D4CAC;
}
</style>
background-color css
<style>
a { background-color: #8D4CAC; }
a { background-color: rgb(141,76,172); }
div.DivClassName
{
background-color: #8D4CAC;
}
.BgClassName
{
background-color: #8D4CAC;
}
</style>
border-color css
<style>
span { border-color: #8D4CAC; }
span { border-color: rgb(141,76,172); }
td.TdClassName
{
border-color: #8D4CAC;
}
.TagClassName
{
border-color: #8D4CAC;
}
</style>