Shades of Deep Lilac #8D4DBE
Tints of Deep Lilac #8D4DBE
RGB
CMYK
RGB Variations
Color information
#8D4DBE (or 0x8D4DBE) is known color: Deep Lilac. HEX triplet: 8D, 4D and BE. RGB value is (141,77,190). Sum of RGB (Red+Green+Blue) = 141+77+190=408 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.56% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 190 (74.61% from 255 or 46.57% from 408); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D4DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DBE is #72B241. Grayscale: #6C6C6C. Windows color (decimal): -7516738 or 12471693. OLE color: 12471693.
HSL color Cylindrical-coordinate representation of color #8D4DBE: hue angle of 273.98º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8D4DBE is Cyan = 0.26, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 77 | 190 | - |
| CMYK | 0.26 | 0.59 | 0 | 0.25 |
| HSL | 273.98º | 0.47% | 0.52% | - |
| HSV(B) | 273.98º | 0.59% | 0.75% | - |
| XYZ | 22.93 | 14.69 | 50.34 | - |
| YUV | 109.02 | 173.7 | 150.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 190 | 0.26 | 0.59 | 0 | 0.25 | 273.98 | 0.47 | 0.52 |
| Hex | 8D | 4D | BE | 1A | 3B | 0 | 19 | 112 | 2F | 34 |
| Octal | 215 | 115 | 276 | 32 | 73 | 0 | 31 | 422 | 57 | 64 |
| Binary | 10001101 | 1001101 | 10111110 | 11010 | 111011 | 0 | 11001 | 100010010 | 101111 | 110100 |
Color Harmonies of #8D4DBE
Complementary color
Monochromatic Colors of #8D4DBE
Black with #8D4DBE
Text Example
Text Example
White with #8D4DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4DBE; }
p { color: rgb(141,77,190); }
H1.HeaderClassName
{
color: #8D4DBE;
}
.AnyTagClassName
{
color: #8D4DBE;
}
</style>
background-color css
<style>
a { background-color: #8D4DBE; }
a { background-color: rgb(141,77,190); }
div.DivClassName
{
background-color: #8D4DBE;
}
.BgClassName
{
background-color: #8D4DBE;
}
</style>
border-color css
<style>
span { border-color: #8D4DBE; }
span { border-color: rgb(141,77,190); }
td.TdClassName
{
border-color: #8D4DBE;
}
.TagClassName
{
border-color: #8D4DBE;
}
</style>