Shades of Deep Lilac #8D48A6
Tints of Deep Lilac #8D48A6
RGB
CMYK
RGB Variations
Color information
#8D48A6 (or 0x8D48A6) is known color: Deep Lilac. HEX triplet: 8D, 48 and A6. RGB value is (141,72,166). Sum of RGB (Red+Green+Blue) = 141+72+166=379 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.20% from 379); Green value is 72 (28.52% from 255 or 19.00% from 379); Blue value is 166 (65.23% from 255 or 43.80% from 379); Max value from RGB is 166 - color contains mainly: blue. Hex color #8D48A6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D48A6 is #72B759. Grayscale: #676767. Windows color (decimal): -7518042 or 10897549. OLE color: 10897549.
HSL color Cylindrical-coordinate representation of color #8D48A6: hue angle of 284.04º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D48A6 is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 72 | 166 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.35 |
| HSL | 284.04º | 0.39% | 0.47% | - |
| HSV(B) | 284.04º | 0.57% | 0.65% | - |
| XYZ | 20.18 | 13.05 | 37.53 | - |
| YUV | 103.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 166 | 0.15 | 0.57 | 0 | 0.35 | 284.04 | 0.39 | 0.47 |
| Hex | 8D | 48 | A6 | F | 39 | 0 | 23 | 11C | 27 | 2F |
| Octal | 215 | 110 | 246 | 17 | 71 | 0 | 43 | 434 | 47 | 57 |
| Binary | 10001101 | 1001000 | 10100110 | 1111 | 111001 | 0 | 100011 | 100011100 | 100111 | 101111 |
Color Harmonies of #8D48A6
Complementary color
Monochromatic Colors of #8D48A6
Black with #8D48A6
Text Example
Text Example
White with #8D48A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D48A6; }
p { color: rgb(141,72,166); }
H1.HeaderClassName
{
color: #8D48A6;
}
.AnyTagClassName
{
color: #8D48A6;
}
</style>
background-color css
<style>
a { background-color: #8D48A6; }
a { background-color: rgb(141,72,166); }
div.DivClassName
{
background-color: #8D48A6;
}
.BgClassName
{
background-color: #8D48A6;
}
</style>
border-color css
<style>
span { border-color: #8D48A6; }
span { border-color: rgb(141,72,166); }
td.TdClassName
{
border-color: #8D48A6;
}
.TagClassName
{
border-color: #8D48A6;
}
</style>