Shades of Deep Lilac #8D5ABC
Tints of Deep Lilac #8D5ABC
RGB
CMYK
RGB Variations
Color information
#8D5ABC (or 0x8D5ABC) is known color: Deep Lilac. HEX triplet: 8D, 5A and BC. RGB value is (141,90,188). Sum of RGB (Red+Green+Blue) = 141+90+188=419 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.65% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D5ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5ABC is #72A543. Grayscale: #747474. Windows color (decimal): -7513412 or 12343949. OLE color: 12343949.
HSL color Cylindrical-coordinate representation of color #8D5ABC: hue angle of 271.22º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D5ABC is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 90 | 188 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.26 |
| HSL | 271.22º | 0.42% | 0.55% | - |
| HSV(B) | 271.22º | 0.52% | 0.74% | - |
| XYZ | 23.72 | 16.61 | 49.53 | - |
| YUV | 116.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 188 | 0.25 | 0.52 | 0 | 0.26 | 271.22 | 0.42 | 0.55 |
| Hex | 8D | 5A | BC | 19 | 34 | 0 | 1A | 10F | 2A | 37 |
| Octal | 215 | 132 | 274 | 31 | 64 | 0 | 32 | 417 | 52 | 67 |
| Binary | 10001101 | 1011010 | 10111100 | 11001 | 110100 | 0 | 11010 | 100001111 | 101010 | 110111 |
Color Harmonies of #8D5ABC
Complementary color
Monochromatic Colors of #8D5ABC
Black with #8D5ABC
Text Example
Text Example
White with #8D5ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5ABC; }
p { color: rgb(141,90,188); }
H1.HeaderClassName
{
color: #8D5ABC;
}
.AnyTagClassName
{
color: #8D5ABC;
}
</style>
background-color css
<style>
a { background-color: #8D5ABC; }
a { background-color: rgb(141,90,188); }
div.DivClassName
{
background-color: #8D5ABC;
}
.BgClassName
{
background-color: #8D5ABC;
}
</style>
border-color css
<style>
span { border-color: #8D5ABC; }
span { border-color: rgb(141,90,188); }
td.TdClassName
{
border-color: #8D5ABC;
}
.TagClassName
{
border-color: #8D5ABC;
}
</style>