Shades of Deep Lilac #9D4DC7
Tints of Deep Lilac #9D4DC7
RGB
CMYK
RGB Variations
Color information
#9D4DC7 (or 0x9D4DC7) is known color: Deep Lilac. HEX triplet: 9D, 4D and C7. RGB value is (157,77,199). Sum of RGB (Red+Green+Blue) = 157+77+199=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 77 (30.47% from 255 or 17.78% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 199 - color contains mainly: blue. Hex color #9D4DC7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DC7 is #62B238. Grayscale: #727272. Windows color (decimal): -6468153 or 13061533. OLE color: 13061533.
HSL color Cylindrical-coordinate representation of color #9D4DC7: hue angle of 279.34º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D4DC7 is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 77 | 199 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.22 |
| HSL | 279.34º | 0.52% | 0.54% | - |
| HSV(B) | 279.34º | 0.61% | 0.78% | - |
| XYZ | 26.87 | 16.6 | 55.82 | - |
| YUV | 114.83 | 175.5 | 158.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 199 | 0.21 | 0.61 | 0 | 0.22 | 279.34 | 0.52 | 0.54 |
| Hex | 9D | 4D | C7 | 15 | 3D | 0 | 16 | 117 | 34 | 36 |
| Octal | 235 | 115 | 307 | 25 | 75 | 0 | 26 | 427 | 64 | 66 |
| Binary | 10011101 | 1001101 | 11000111 | 10101 | 111101 | 0 | 10110 | 100010111 | 110100 | 110110 |
Color Harmonies of #9D4DC7
Complementary color
Monochromatic Colors of #9D4DC7
Black with #9D4DC7
Text Example
Text Example
White with #9D4DC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DC7; }
p { color: rgb(157,77,199); }
H1.HeaderClassName
{
color: #9D4DC7;
}
.AnyTagClassName
{
color: #9D4DC7;
}
</style>
background-color css
<style>
a { background-color: #9D4DC7; }
a { background-color: rgb(157,77,199); }
div.DivClassName
{
background-color: #9D4DC7;
}
.BgClassName
{
background-color: #9D4DC7;
}
</style>
border-color css
<style>
span { border-color: #9D4DC7; }
span { border-color: rgb(157,77,199); }
td.TdClassName
{
border-color: #9D4DC7;
}
.TagClassName
{
border-color: #9D4DC7;
}
</style>