Shades of Deep Lilac #8D43A8
Tints of Deep Lilac #8D43A8
RGB
CMYK
RGB Variations
Color information
#8D43A8 (or 0x8D43A8) is known color: Deep Lilac. HEX triplet: 8D, 43 and A8. RGB value is (141,67,168). Sum of RGB (Red+Green+Blue) = 141+67+168=376 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.5% from 376); Green value is 67 (26.56% from 255 or 17.82% from 376); Blue value is 168 (66.02% from 255 or 44.68% from 376); Max value from RGB is 168 - color contains mainly: blue. Hex color #8D43A8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D43A8 is #72BC57. Grayscale: #646464. Windows color (decimal): -7519320 or 11027341. OLE color: 11027341.
HSL color Cylindrical-coordinate representation of color #8D43A8: hue angle of 283.96º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8D43A8 is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 141 | 67 | 168 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.34 |
| HSL | 283.96º | 0.43% | 0.46% | - |
| HSV(B) | 283.96º | 0.6% | 0.66% | - |
| XYZ | 20.06 | 12.5 | 38.4 | - |
| YUV | 100.64 | 166.02 | 156.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 168 | 0.16 | 0.60 | 0 | 0.34 | 283.96 | 0.43 | 0.46 |
| Hex | 8D | 43 | A8 | 10 | 3C | 0 | 22 | 11C | 2B | 2E |
| Octal | 215 | 103 | 250 | 20 | 74 | 0 | 42 | 434 | 53 | 56 |
| Binary | 10001101 | 1000011 | 10101000 | 10000 | 111100 | 0 | 100010 | 100011100 | 101011 | 101110 |
Color Harmonies of #8D43A8
Complementary color
Monochromatic Colors of #8D43A8
Black with #8D43A8
Text Example
Text Example
White with #8D43A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D43A8; }
p { color: rgb(141,67,168); }
H1.HeaderClassName
{
color: #8D43A8;
}
.AnyTagClassName
{
color: #8D43A8;
}
</style>
background-color css
<style>
a { background-color: #8D43A8; }
a { background-color: rgb(141,67,168); }
div.DivClassName
{
background-color: #8D43A8;
}
.BgClassName
{
background-color: #8D43A8;
}
</style>
border-color css
<style>
span { border-color: #8D43A8; }
span { border-color: rgb(141,67,168); }
td.TdClassName
{
border-color: #8D43A8;
}
.TagClassName
{
border-color: #8D43A8;
}
</style>