Shades of Deep Lilac #9D4EC1
Tints of Deep Lilac #9D4EC1
RGB
CMYK
RGB Variations
Color information
#9D4EC1 (or 0x9D4EC1) is known color: Deep Lilac. HEX triplet: 9D, 4E and C1. RGB value is (157,78,193). Sum of RGB (Red+Green+Blue) = 157+78+193=428 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.68% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 193 (75.78% from 255 or 45.09% from 428); Max value from RGB is 193 - color contains mainly: blue. Hex color #9D4EC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4EC1 is #62B13E. Grayscale: #727272. Windows color (decimal): -6467903 or 12668573. OLE color: 12668573.
HSL color Cylindrical-coordinate representation of color #9D4EC1: hue angle of 281.22º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D4EC1 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 157 | 78 | 193 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.24 |
| HSL | 281.22º | 0.48% | 0.53% | - |
| HSV(B) | 281.22º | 0.6% | 0.76% | - |
| XYZ | 26.25 | 16.47 | 52.25 | - |
| YUV | 114.73 | 172.17 | 158.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 193 | 0.19 | 0.60 | 0 | 0.24 | 281.22 | 0.48 | 0.53 |
| Hex | 9D | 4E | C1 | 13 | 3C | 0 | 18 | 119 | 30 | 35 |
| Octal | 235 | 116 | 301 | 23 | 74 | 0 | 30 | 431 | 60 | 65 |
| Binary | 10011101 | 1001110 | 11000001 | 10011 | 111100 | 0 | 11000 | 100011001 | 110000 | 110101 |
Color Harmonies of #9D4EC1
Complementary color
Monochromatic Colors of #9D4EC1
Black with #9D4EC1
Text Example
Text Example
White with #9D4EC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4EC1; }
p { color: rgb(157,78,193); }
H1.HeaderClassName
{
color: #9D4EC1;
}
.AnyTagClassName
{
color: #9D4EC1;
}
</style>
background-color css
<style>
a { background-color: #9D4EC1; }
a { background-color: rgb(157,78,193); }
div.DivClassName
{
background-color: #9D4EC1;
}
.BgClassName
{
background-color: #9D4EC1;
}
</style>
border-color css
<style>
span { border-color: #9D4EC1; }
span { border-color: rgb(157,78,193); }
td.TdClassName
{
border-color: #9D4EC1;
}
.TagClassName
{
border-color: #9D4EC1;
}
</style>