Shades of Deep Lilac #8D5AB6
Tints of Deep Lilac #8D5AB6
RGB
CMYK
RGB Variations
Color information
#8D5AB6 (or 0x8D5AB6) is known color: Deep Lilac. HEX triplet: 8D, 5A and B6. RGB value is (141,90,182). Sum of RGB (Red+Green+Blue) = 141+90+182=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 182 (71.48% from 255 or 44.07% from 413); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D5AB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5AB6 is #72A549. Grayscale: #737373. Windows color (decimal): -7513418 or 11950733. OLE color: 11950733.
HSL color Cylindrical-coordinate representation of color #8D5AB6: hue angle of 273.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5AB6 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 90 | 182 | - |
| CMYK | 0.23 | 0.51 | 0 | 0.29 |
| HSL | 273.26º | 0.39% | 0.53% | - |
| HSV(B) | 273.26º | 0.51% | 0.71% | - |
| XYZ | 23.08 | 16.35 | 46.2 | - |
| YUV | 115.74 | 165.4 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 182 | 0.23 | 0.51 | 0 | 0.29 | 273.26 | 0.39 | 0.53 |
| Hex | 8D | 5A | B6 | 17 | 33 | 0 | 1D | 111 | 27 | 35 |
| Octal | 215 | 132 | 266 | 27 | 63 | 0 | 35 | 421 | 47 | 65 |
| Binary | 10001101 | 1011010 | 10110110 | 10111 | 110011 | 0 | 11101 | 100010001 | 100111 | 110101 |
Color Harmonies of #8D5AB6
Complementary color
Monochromatic Colors of #8D5AB6
Black with #8D5AB6
Text Example
Text Example
White with #8D5AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5AB6; }
p { color: rgb(141,90,182); }
H1.HeaderClassName
{
color: #8D5AB6;
}
.AnyTagClassName
{
color: #8D5AB6;
}
</style>
background-color css
<style>
a { background-color: #8D5AB6; }
a { background-color: rgb(141,90,182); }
div.DivClassName
{
background-color: #8D5AB6;
}
.BgClassName
{
background-color: #8D5AB6;
}
</style>
border-color css
<style>
span { border-color: #8D5AB6; }
span { border-color: rgb(141,90,182); }
td.TdClassName
{
border-color: #8D5AB6;
}
.TagClassName
{
border-color: #8D5AB6;
}
</style>