Shades of Deep Lilac #8D46A6
Tints of Deep Lilac #8D46A6
RGB
CMYK
RGB Variations
Color information
#8D46A6 (or 0x8D46A6) is known color: Deep Lilac. HEX triplet: 8D, 46 and A6. RGB value is (141,70,166). Sum of RGB (Red+Green+Blue) = 141+70+166=377 (49% of max value = 765). Red value is 141 (55.47% from 255 or 37.40% from 377); Green value is 70 (27.73% from 255 or 18.57% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #8D46A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D46A6 is #72B959. Grayscale: #656565. Windows color (decimal): -7518554 or 10897037. OLE color: 10897037.
HSL color Cylindrical-coordinate representation of color #8D46A6: hue angle of 284.38º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D46A6 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 70 | 166 | - |
| CMYK | 0.15 | 0.58 | 0 | 0.35 |
| HSL | 284.38º | 0.41% | 0.46% | - |
| HSV(B) | 284.38º | 0.58% | 0.65% | - |
| XYZ | 20.06 | 12.8 | 37.49 | - |
| YUV | 102.17 | 164.02 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 166 | 0.15 | 0.58 | 0 | 0.35 | 284.38 | 0.41 | 0.46 |
| Hex | 8D | 46 | A6 | F | 3A | 0 | 23 | 11C | 29 | 2E |
| Octal | 215 | 106 | 246 | 17 | 72 | 0 | 43 | 434 | 51 | 56 |
| Binary | 10001101 | 1000110 | 10100110 | 1111 | 111010 | 0 | 100011 | 100011100 | 101001 | 101110 |
Color Harmonies of #8D46A6
Complementary color
Monochromatic Colors of #8D46A6
Black with #8D46A6
Text Example
Text Example
White with #8D46A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D46A6; }
p { color: rgb(141,70,166); }
H1.HeaderClassName
{
color: #8D46A6;
}
.AnyTagClassName
{
color: #8D46A6;
}
</style>
background-color css
<style>
a { background-color: #8D46A6; }
a { background-color: rgb(141,70,166); }
div.DivClassName
{
background-color: #8D46A6;
}
.BgClassName
{
background-color: #8D46A6;
}
</style>
border-color css
<style>
span { border-color: #8D46A6; }
span { border-color: rgb(141,70,166); }
td.TdClassName
{
border-color: #8D46A6;
}
.TagClassName
{
border-color: #8D46A6;
}
</style>