Shades of Deep Lilac #9D4DCF
Tints of Deep Lilac #9D4DCF
RGB
CMYK
RGB Variations
Color information
#9D4DCF (or 0x9D4DCF) is known color: Deep Lilac. HEX triplet: 9D, 4D and CF. RGB value is (157,77,207). Sum of RGB (Red+Green+Blue) = 157+77+207=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 77 (30.47% from 255 or 17.46% from 441); Blue value is 207 (81.25% from 255 or 46.94% from 441); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D4DCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DCF is #62B230. Grayscale: #737373. Windows color (decimal): -6468145 or 13585821. OLE color: 13585821.
HSL color Cylindrical-coordinate representation of color #9D4DCF: hue angle of 276.92º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9D4DCF is Cyan = 0.24, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 77 | 207 | - |
| CMYK | 0.24 | 0.63 | 0 | 0.19 |
| HSL | 276.92º | 0.58% | 0.56% | - |
| HSV(B) | 276.92º | 0.63% | 0.81% | - |
| XYZ | 27.82 | 16.98 | 60.84 | - |
| YUV | 115.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 207 | 0.24 | 0.63 | 0 | 0.19 | 276.92 | 0.58 | 0.56 |
| Hex | 9D | 4D | CF | 18 | 3F | 0 | 13 | 115 | 3A | 38 |
| Octal | 235 | 115 | 317 | 30 | 77 | 0 | 23 | 425 | 72 | 70 |
| Binary | 10011101 | 1001101 | 11001111 | 11000 | 111111 | 0 | 10011 | 100010101 | 111010 | 111000 |
Color Harmonies of #9D4DCF
Complementary color
Monochromatic Colors of #9D4DCF
Black with #9D4DCF
Text Example
Text Example
White with #9D4DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DCF; }
p { color: rgb(157,77,207); }
H1.HeaderClassName
{
color: #9D4DCF;
}
.AnyTagClassName
{
color: #9D4DCF;
}
</style>
background-color css
<style>
a { background-color: #9D4DCF; }
a { background-color: rgb(157,77,207); }
div.DivClassName
{
background-color: #9D4DCF;
}
.BgClassName
{
background-color: #9D4DCF;
}
</style>
border-color css
<style>
span { border-color: #9D4DCF; }
span { border-color: rgb(157,77,207); }
td.TdClassName
{
border-color: #9D4DCF;
}
.TagClassName
{
border-color: #9D4DCF;
}
</style>