Shades of Deep Lilac #8D49BD
Tints of Deep Lilac #8D49BD
RGB
CMYK
RGB Variations
Color information
#8D49BD (or 0x8D49BD) is known color: Deep Lilac. HEX triplet: 8D, 49 and BD. RGB value is (141,73,189). Sum of RGB (Red+Green+Blue) = 141+73+189=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 73 (28.91% from 255 or 18.11% from 403); Blue value is 189 (74.22% from 255 or 46.90% from 403); Max value from RGB is 189 - color contains mainly: blue. Hex color #8D49BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8D49BD is #72B642. Grayscale: #6A6A6A. Windows color (decimal): -7517763 or 12405133. OLE color: 12405133.
HSL color Cylindrical-coordinate representation of color #8D49BD: hue angle of 275.17º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8D49BD is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 73 | 189 | - |
| CMYK | 0.25 | 0.61 | 0 | 0.26 |
| HSL | 275.17º | 0.47% | 0.51% | - |
| HSV(B) | 275.17º | 0.61% | 0.74% | - |
| XYZ | 22.55 | 14.1 | 49.68 | - |
| YUV | 106.56 | 174.53 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 189 | 0.25 | 0.61 | 0 | 0.26 | 275.17 | 0.47 | 0.51 |
| Hex | 8D | 49 | BD | 19 | 3D | 0 | 1A | 113 | 2F | 33 |
| Octal | 215 | 111 | 275 | 31 | 75 | 0 | 32 | 423 | 57 | 63 |
| Binary | 10001101 | 1001001 | 10111101 | 11001 | 111101 | 0 | 11010 | 100010011 | 101111 | 110011 |
Color Harmonies of #8D49BD
Complementary color
Monochromatic Colors of #8D49BD
Black with #8D49BD
Text Example
Text Example
White with #8D49BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D49BD; }
p { color: rgb(141,73,189); }
H1.HeaderClassName
{
color: #8D49BD;
}
.AnyTagClassName
{
color: #8D49BD;
}
</style>
background-color css
<style>
a { background-color: #8D49BD; }
a { background-color: rgb(141,73,189); }
div.DivClassName
{
background-color: #8D49BD;
}
.BgClassName
{
background-color: #8D49BD;
}
</style>
border-color css
<style>
span { border-color: #8D49BD; }
span { border-color: rgb(141,73,189); }
td.TdClassName
{
border-color: #8D49BD;
}
.TagClassName
{
border-color: #8D49BD;
}
</style>