Shades of Deep Lilac #9F4DC6
Tints of Deep Lilac #9F4DC6
RGB
CMYK
RGB Variations
Color information
#9F4DC6 (or 0x9F4DC6) is known color: Deep Lilac. HEX triplet: 9F, 4D and C6. RGB value is (159,77,198). Sum of RGB (Red+Green+Blue) = 159+77+198=434 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.64% from 434); Green value is 77 (30.47% from 255 or 17.74% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #9F4DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DC6 is #60B239. Grayscale: #727272. Windows color (decimal): -6337082 or 12995999. OLE color: 12995999.
HSL color Cylindrical-coordinate representation of color #9F4DC6: hue angle of 280.66º degrees, saturation: 0.51, 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 #9F4DC6 is Cyan = 0.20, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 77 | 198 | - |
| CMYK | 0.20 | 0.61 | 0 | 0.22 |
| HSL | 280.66º | 0.51% | 0.54% | - |
| HSV(B) | 280.66º | 0.61% | 0.78% | - |
| XYZ | 27.15 | 16.76 | 55.23 | - |
| YUV | 115.31 | 174.67 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 198 | 0.20 | 0.61 | 0 | 0.22 | 280.66 | 0.51 | 0.54 |
| Hex | 9F | 4D | C6 | 14 | 3D | 0 | 16 | 119 | 33 | 36 |
| Octal | 237 | 115 | 306 | 24 | 75 | 0 | 26 | 431 | 63 | 66 |
| Binary | 10011111 | 1001101 | 11000110 | 10100 | 111101 | 0 | 10110 | 100011001 | 110011 | 110110 |
Color Harmonies of #9F4DC6
Complementary color
Monochromatic Colors of #9F4DC6
Black with #9F4DC6
Text Example
Text Example
White with #9F4DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DC6; }
p { color: rgb(159,77,198); }
H1.HeaderClassName
{
color: #9F4DC6;
}
.AnyTagClassName
{
color: #9F4DC6;
}
</style>
background-color css
<style>
a { background-color: #9F4DC6; }
a { background-color: rgb(159,77,198); }
div.DivClassName
{
background-color: #9F4DC6;
}
.BgClassName
{
background-color: #9F4DC6;
}
</style>
border-color css
<style>
span { border-color: #9F4DC6; }
span { border-color: rgb(159,77,198); }
td.TdClassName
{
border-color: #9F4DC6;
}
.TagClassName
{
border-color: #9F4DC6;
}
</style>