Shades of Deep Lilac #8D4FA6
Tints of Deep Lilac #8D4FA6
RGB
CMYK
RGB Variations
Color information
#8D4FA6 (or 0x8D4FA6) is known color: Deep Lilac. HEX triplet: 8D, 4F and A6. RGB value is (141,79,166). Sum of RGB (Red+Green+Blue) = 141+79+166=386 (51% of max value = 765). Red value is 141 (55.47% from 255 or 36.53% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 166 (65.23% from 255 or 43.01% from 386); Max value from RGB is 166 - color contains mainly: blue. Hex color #8D4FA6 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D4FA6 is #72B059. Grayscale: #6B6B6B. Windows color (decimal): -7516250 or 10899341. OLE color: 10899341.
HSL color Cylindrical-coordinate representation of color #8D4FA6: hue angle of 282.76º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4FA6 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 79 | 166 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.35 |
| HSL | 282.76º | 0.36% | 0.48% | - |
| HSV(B) | 282.76º | 0.52% | 0.65% | - |
| XYZ | 20.66 | 14.01 | 37.69 | - |
| YUV | 107.46 | 161.04 | 151.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 79 | 166 | 0.15 | 0.52 | 0 | 0.35 | 282.76 | 0.36 | 0.48 |
| Hex | 8D | 4F | A6 | F | 34 | 0 | 23 | 11B | 24 | 30 |
| Octal | 215 | 117 | 246 | 17 | 64 | 0 | 43 | 433 | 44 | 60 |
| Binary | 10001101 | 1001111 | 10100110 | 1111 | 110100 | 0 | 100011 | 100011011 | 100100 | 110000 |
Color Harmonies of #8D4FA6
Complementary color
Monochromatic Colors of #8D4FA6
Black with #8D4FA6
Text Example
Text Example
White with #8D4FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4FA6; }
p { color: rgb(141,79,166); }
H1.HeaderClassName
{
color: #8D4FA6;
}
.AnyTagClassName
{
color: #8D4FA6;
}
</style>
background-color css
<style>
a { background-color: #8D4FA6; }
a { background-color: rgb(141,79,166); }
div.DivClassName
{
background-color: #8D4FA6;
}
.BgClassName
{
background-color: #8D4FA6;
}
</style>
border-color css
<style>
span { border-color: #8D4FA6; }
span { border-color: rgb(141,79,166); }
td.TdClassName
{
border-color: #8D4FA6;
}
.TagClassName
{
border-color: #8D4FA6;
}
</style>