Shades of Deep Lilac #8D46AC
Tints of Deep Lilac #8D46AC
RGB
CMYK
RGB Variations
Color information
#8D46AC (or 0x8D46AC) is known color: Deep Lilac. HEX triplet: 8D, 46 and AC. RGB value is (141,70,172). Sum of RGB (Red+Green+Blue) = 141+70+172=383 (50% of max value = 765). Red value is 141 (55.47% from 255 or 36.81% from 383); Green value is 70 (27.73% from 255 or 18.28% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D46AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D46AC is #72B953. Grayscale: #666666. Windows color (decimal): -7518548 or 11290253. OLE color: 11290253.
HSL color Cylindrical-coordinate representation of color #8D46AC: hue angle of 281.76º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D46AC is Cyan = 0.18, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 141 | 70 | 172 | - |
| CMYK | 0.18 | 0.59 | 0 | 0.33 |
| HSL | 281.76º | 0.42% | 0.47% | - |
| HSV(B) | 281.76º | 0.59% | 0.67% | - |
| XYZ | 20.62 | 13.02 | 40.46 | - |
| YUV | 102.86 | 167.02 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 172 | 0.18 | 0.59 | 0 | 0.33 | 281.76 | 0.42 | 0.47 |
| Hex | 8D | 46 | AC | 12 | 3B | 0 | 21 | 11A | 2A | 2F |
| Octal | 215 | 106 | 254 | 22 | 73 | 0 | 41 | 432 | 52 | 57 |
| Binary | 10001101 | 1000110 | 10101100 | 10010 | 111011 | 0 | 100001 | 100011010 | 101010 | 101111 |
Color Harmonies of #8D46AC
Complementary color
Monochromatic Colors of #8D46AC
Black with #8D46AC
Text Example
Text Example
White with #8D46AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D46AC; }
p { color: rgb(141,70,172); }
H1.HeaderClassName
{
color: #8D46AC;
}
.AnyTagClassName
{
color: #8D46AC;
}
</style>
background-color css
<style>
a { background-color: #8D46AC; }
a { background-color: rgb(141,70,172); }
div.DivClassName
{
background-color: #8D46AC;
}
.BgClassName
{
background-color: #8D46AC;
}
</style>
border-color css
<style>
span { border-color: #8D46AC; }
span { border-color: rgb(141,70,172); }
td.TdClassName
{
border-color: #8D46AC;
}
.TagClassName
{
border-color: #8D46AC;
}
</style>