Shades of Deep Lilac #8D4DCB
Tints of Deep Lilac #8D4DCB
RGB
CMYK
RGB Variations
Color information
#8D4DCB (or 0x8D4DCB) is known color: Deep Lilac. HEX triplet: 8D, 4D and CB. RGB value is (141,77,203). Sum of RGB (Red+Green+Blue) = 141+77+203=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #8D4DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D4DCB is #72B234. Grayscale: #6E6E6E. Windows color (decimal): -7516725 or 13323661. OLE color: 13323661.
HSL color Cylindrical-coordinate representation of color #8D4DCB: hue angle of 270.48º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D4DCB is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 141 | 77 | 203 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.20 |
| HSL | 270.48º | 0.55% | 0.55% | - |
| HSV(B) | 270.48º | 0.62% | 0.8% | - |
| XYZ | 24.42 | 15.28 | 58.16 | - |
| YUV | 110.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 77 | 203 | 0.31 | 0.62 | 0 | 0.20 | 270.48 | 0.55 | 0.55 |
| Hex | 8D | 4D | CB | 1F | 3E | 0 | 14 | 10E | 37 | 37 |
| Octal | 215 | 115 | 313 | 37 | 76 | 0 | 24 | 416 | 67 | 67 |
| Binary | 10001101 | 1001101 | 11001011 | 11111 | 111110 | 0 | 10100 | 100001110 | 110111 | 110111 |
Color Harmonies of #8D4DCB
Complementary color
Monochromatic Colors of #8D4DCB
Black with #8D4DCB
Text Example
Text Example
White with #8D4DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4DCB; }
p { color: rgb(141,77,203); }
H1.HeaderClassName
{
color: #8D4DCB;
}
.AnyTagClassName
{
color: #8D4DCB;
}
</style>
background-color css
<style>
a { background-color: #8D4DCB; }
a { background-color: rgb(141,77,203); }
div.DivClassName
{
background-color: #8D4DCB;
}
.BgClassName
{
background-color: #8D4DCB;
}
</style>
border-color css
<style>
span { border-color: #8D4DCB; }
span { border-color: rgb(141,77,203); }
td.TdClassName
{
border-color: #8D4DCB;
}
.TagClassName
{
border-color: #8D4DCB;
}
</style>