Shades of Deep Lilac #9D4ECF
Tints of Deep Lilac #9D4ECF
RGB
CMYK
RGB Variations
Color information
#9D4ECF (or 0x9D4ECF) is known color: Deep Lilac. HEX triplet: 9D, 4E and CF. RGB value is (157,78,207). Sum of RGB (Red+Green+Blue) = 157+78+207=442 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.52% from 442); Green value is 78 (30.86% from 255 or 17.65% from 442); Blue value is 207 (81.25% from 255 or 46.83% from 442); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D4ECF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4ECF is #62B130. Grayscale: #737373. Windows color (decimal): -6467889 or 13586077. OLE color: 13586077.
HSL color Cylindrical-coordinate representation of color #9D4ECF: hue angle of 276.74º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D4ECF is Cyan = 0.24, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 78 | 207 | - |
| CMYK | 0.24 | 0.62 | 0 | 0.19 |
| HSL | 276.74º | 0.57% | 0.56% | - |
| HSV(B) | 276.74º | 0.62% | 0.81% | - |
| XYZ | 27.89 | 17.12 | 60.87 | - |
| YUV | 116.33 | 179.17 | 157.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 207 | 0.24 | 0.62 | 0 | 0.19 | 276.74 | 0.57 | 0.56 |
| Hex | 9D | 4E | CF | 18 | 3E | 0 | 13 | 115 | 39 | 38 |
| Octal | 235 | 116 | 317 | 30 | 76 | 0 | 23 | 425 | 71 | 70 |
| Binary | 10011101 | 1001110 | 11001111 | 11000 | 111110 | 0 | 10011 | 100010101 | 111001 | 111000 |
Color Harmonies of #9D4ECF
Complementary color
Monochromatic Colors of #9D4ECF
Black with #9D4ECF
Text Example
Text Example
White with #9D4ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4ECF; }
p { color: rgb(157,78,207); }
H1.HeaderClassName
{
color: #9D4ECF;
}
.AnyTagClassName
{
color: #9D4ECF;
}
</style>
background-color css
<style>
a { background-color: #9D4ECF; }
a { background-color: rgb(157,78,207); }
div.DivClassName
{
background-color: #9D4ECF;
}
.BgClassName
{
background-color: #9D4ECF;
}
</style>
border-color css
<style>
span { border-color: #9D4ECF; }
span { border-color: rgb(157,78,207); }
td.TdClassName
{
border-color: #9D4ECF;
}
.TagClassName
{
border-color: #9D4ECF;
}
</style>