Shades of Deep Lilac #8D5DB2
Tints of Deep Lilac #8D5DB2
RGB
CMYK
RGB Variations
Color information
#8D5DB2 (or 0x8D5DB2) is known color: Deep Lilac. HEX triplet: 8D, 5D and B2. RGB value is (141,93,178). Sum of RGB (Red+Green+Blue) = 141+93+178=412 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.22% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 178 (69.92% from 255 or 43.20% from 412); Max value from RGB is 178 - color contains mainly: blue. Hex color #8D5DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5DB2 is #72A24D. Grayscale: #747474. Windows color (decimal): -7512654 or 11689357. OLE color: 11689357.
HSL color Cylindrical-coordinate representation of color #8D5DB2: hue angle of 273.88º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D5DB2 is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 141 | 93 | 178 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.30 |
| HSL | 273.88º | 0.36% | 0.53% | - |
| HSV(B) | 273.88º | 0.48% | 0.7% | - |
| XYZ | 22.93 | 16.71 | 44.14 | - |
| YUV | 117.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 178 | 0.21 | 0.48 | 0 | 0.30 | 273.88 | 0.36 | 0.53 |
| Hex | 8D | 5D | B2 | 15 | 30 | 0 | 1E | 112 | 24 | 35 |
| Octal | 215 | 135 | 262 | 25 | 60 | 0 | 36 | 422 | 44 | 65 |
| Binary | 10001101 | 1011101 | 10110010 | 10101 | 110000 | 0 | 11110 | 100010010 | 100100 | 110101 |
Color Harmonies of #8D5DB2
Complementary color
Monochromatic Colors of #8D5DB2
Black with #8D5DB2
Text Example
Text Example
White with #8D5DB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5DB2; }
p { color: rgb(141,93,178); }
H1.HeaderClassName
{
color: #8D5DB2;
}
.AnyTagClassName
{
color: #8D5DB2;
}
</style>
background-color css
<style>
a { background-color: #8D5DB2; }
a { background-color: rgb(141,93,178); }
div.DivClassName
{
background-color: #8D5DB2;
}
.BgClassName
{
background-color: #8D5DB2;
}
</style>
border-color css
<style>
span { border-color: #8D5DB2; }
span { border-color: rgb(141,93,178); }
td.TdClassName
{
border-color: #8D5DB2;
}
.TagClassName
{
border-color: #8D5DB2;
}
</style>