Shades of Deep Lilac #9D4DC8
Tints of Deep Lilac #9D4DC8
RGB
CMYK
RGB Variations
Color information
#9D4DC8 (or 0x9D4DC8) is known color: Deep Lilac. HEX triplet: 9D, 4D and C8. RGB value is (157,77,200). Sum of RGB (Red+Green+Blue) = 157+77+200=434 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.18% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 200 (78.52% from 255 or 46.08% from 434); Max value from RGB is 200 - color contains mainly: blue. Hex color #9D4DC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D4DC8 is #62B237. Grayscale: #727272. Windows color (decimal): -6468152 or 13127069. OLE color: 13127069.
HSL color Cylindrical-coordinate representation of color #9D4DC8: hue angle of 279.02º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D4DC8 is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 77 | 200 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.22 |
| HSL | 279.02º | 0.53% | 0.54% | - |
| HSV(B) | 279.02º | 0.62% | 0.78% | - |
| XYZ | 26.98 | 16.65 | 56.43 | - |
| YUV | 114.94 | 176 | 158 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 77 | 200 | 0.22 | 0.62 | 0 | 0.22 | 279.02 | 0.53 | 0.54 |
| Hex | 9D | 4D | C8 | 16 | 3E | 0 | 16 | 117 | 35 | 36 |
| Octal | 235 | 115 | 310 | 26 | 76 | 0 | 26 | 427 | 65 | 66 |
| Binary | 10011101 | 1001101 | 11001000 | 10110 | 111110 | 0 | 10110 | 100010111 | 110101 | 110110 |
Color Harmonies of #9D4DC8
Complementary color
Monochromatic Colors of #9D4DC8
Black with #9D4DC8
Text Example
Text Example
White with #9D4DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4DC8; }
p { color: rgb(157,77,200); }
H1.HeaderClassName
{
color: #9D4DC8;
}
.AnyTagClassName
{
color: #9D4DC8;
}
</style>
background-color css
<style>
a { background-color: #9D4DC8; }
a { background-color: rgb(157,77,200); }
div.DivClassName
{
background-color: #9D4DC8;
}
.BgClassName
{
background-color: #9D4DC8;
}
</style>
border-color css
<style>
span { border-color: #9D4DC8; }
span { border-color: rgb(157,77,200); }
td.TdClassName
{
border-color: #9D4DC8;
}
.TagClassName
{
border-color: #9D4DC8;
}
</style>