Shades of Deep Lilac #9F4EC5
Tints of Deep Lilac #9F4EC5
RGB
CMYK
RGB Variations
Color information
#9F4EC5 (or 0x9F4EC5) is known color: Deep Lilac. HEX triplet: 9F, 4E and C5. RGB value is (159,78,197). Sum of RGB (Red+Green+Blue) = 159+78+197=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 78 (30.86% from 255 or 17.97% from 434); Blue value is 197 (77.34% from 255 or 45.39% from 434); Max value from RGB is 197 - color contains mainly: blue. Hex color #9F4EC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4EC5 is #60B13A. Grayscale: #737373. Windows color (decimal): -6336827 or 12930719. OLE color: 12930719.
HSL color Cylindrical-coordinate representation of color #9F4EC5: hue angle of 280.84º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F4EC5 is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 78 | 197 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.23 |
| HSL | 280.84º | 0.51% | 0.54% | - |
| HSV(B) | 280.84º | 0.6% | 0.77% | - |
| XYZ | 27.1 | 16.85 | 54.65 | - |
| YUV | 115.79 | 173.84 | 158.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 78 | 197 | 0.19 | 0.60 | 0 | 0.23 | 280.84 | 0.51 | 0.54 |
| Hex | 9F | 4E | C5 | 13 | 3C | 0 | 17 | 119 | 33 | 36 |
| Octal | 237 | 116 | 305 | 23 | 74 | 0 | 27 | 431 | 63 | 66 |
| Binary | 10011111 | 1001110 | 11000101 | 10011 | 111100 | 0 | 10111 | 100011001 | 110011 | 110110 |
Color Harmonies of #9F4EC5
Complementary color
Monochromatic Colors of #9F4EC5
Black with #9F4EC5
Text Example
Text Example
White with #9F4EC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4EC5; }
p { color: rgb(159,78,197); }
H1.HeaderClassName
{
color: #9F4EC5;
}
.AnyTagClassName
{
color: #9F4EC5;
}
</style>
background-color css
<style>
a { background-color: #9F4EC5; }
a { background-color: rgb(159,78,197); }
div.DivClassName
{
background-color: #9F4EC5;
}
.BgClassName
{
background-color: #9F4EC5;
}
</style>
border-color css
<style>
span { border-color: #9F4EC5; }
span { border-color: rgb(159,78,197); }
td.TdClassName
{
border-color: #9F4EC5;
}
.TagClassName
{
border-color: #9F4EC5;
}
</style>