Shades of Deep Lilac #8D48A5
Tints of Deep Lilac #8D48A5
RGB
CMYK
RGB Variations
Color information
#8D48A5 (or 0x8D48A5) is known color: Deep Lilac. HEX triplet: 8D, 48 and A5. RGB value is (141,72,165). Sum of RGB (Red+Green+Blue) = 141+72+165=378 (50% of max value = 765). Red value is 141 (55.47% from 255 or 37.30% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 165 (64.84% from 255 or 43.65% from 378); Max value from RGB is 165 - color contains mainly: blue. Hex color #8D48A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D48A5 is #72B75A. Grayscale: #666666. Windows color (decimal): -7518043 or 10832013. OLE color: 10832013.
HSL color Cylindrical-coordinate representation of color #8D48A5: hue angle of 284.52º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D48A5 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 141 | 72 | 165 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.35 |
| HSL | 284.52º | 0.39% | 0.46% | - |
| HSV(B) | 284.52º | 0.56% | 0.65% | - |
| XYZ | 20.09 | 13.01 | 37.05 | - |
| YUV | 103.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 165 | 0.15 | 0.56 | 0 | 0.35 | 284.52 | 0.39 | 0.46 |
| Hex | 8D | 48 | A5 | F | 38 | 0 | 23 | 11D | 27 | 2E |
| Octal | 215 | 110 | 245 | 17 | 70 | 0 | 43 | 435 | 47 | 56 |
| Binary | 10001101 | 1001000 | 10100101 | 1111 | 111000 | 0 | 100011 | 100011101 | 100111 | 101110 |
Color Harmonies of #8D48A5
Complementary color
Monochromatic Colors of #8D48A5
Black with #8D48A5
Text Example
Text Example
White with #8D48A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D48A5; }
p { color: rgb(141,72,165); }
H1.HeaderClassName
{
color: #8D48A5;
}
.AnyTagClassName
{
color: #8D48A5;
}
</style>
background-color css
<style>
a { background-color: #8D48A5; }
a { background-color: rgb(141,72,165); }
div.DivClassName
{
background-color: #8D48A5;
}
.BgClassName
{
background-color: #8D48A5;
}
</style>
border-color css
<style>
span { border-color: #8D48A5; }
span { border-color: rgb(141,72,165); }
td.TdClassName
{
border-color: #8D48A5;
}
.TagClassName
{
border-color: #8D48A5;
}
</style>