Shades of Deep Lilac #9F4DCC
Tints of Deep Lilac #9F4DCC
RGB
CMYK
RGB Variations
Color information
#9F4DCC (or 0x9F4DCC) is known color: Deep Lilac. HEX triplet: 9F, 4D and CC. RGB value is (159,77,204). Sum of RGB (Red+Green+Blue) = 159+77+204=440 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.14% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F4DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F4DCC is #60B233. Grayscale: #737373. Windows color (decimal): -6337076 or 13389215. OLE color: 13389215.
HSL color Cylindrical-coordinate representation of color #9F4DCC: hue angle of 278.74º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9F4DCC is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 159 | 77 | 204 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.2 |
| HSL | 278.74º | 0.55% | 0.55% | - |
| HSV(B) | 278.74º | 0.62% | 0.8% | - |
| XYZ | 27.85 | 17.04 | 58.95 | - |
| YUV | 116 | 177.67 | 158.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 204 | 0.22 | 0.62 | 0 | 0.2 | 278.74 | 0.55 | 0.55 |
| Hex | 9F | 4D | CC | 16 | 3E | 0 | 14 | 117 | 37 | 37 |
| Octal | 237 | 115 | 314 | 26 | 76 | 0 | 24 | 427 | 67 | 67 |
| Binary | 10011111 | 1001101 | 11001100 | 10110 | 111110 | 0 | 10100 | 100010111 | 110111 | 110111 |
Color Harmonies of #9F4DCC
Complementary color
Monochromatic Colors of #9F4DCC
Black with #9F4DCC
Text Example
Text Example
White with #9F4DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4DCC; }
p { color: rgb(159,77,204); }
H1.HeaderClassName
{
color: #9F4DCC;
}
.AnyTagClassName
{
color: #9F4DCC;
}
</style>
background-color css
<style>
a { background-color: #9F4DCC; }
a { background-color: rgb(159,77,204); }
div.DivClassName
{
background-color: #9F4DCC;
}
.BgClassName
{
background-color: #9F4DCC;
}
</style>
border-color css
<style>
span { border-color: #9F4DCC; }
span { border-color: rgb(159,77,204); }
td.TdClassName
{
border-color: #9F4DCC;
}
.TagClassName
{
border-color: #9F4DCC;
}
</style>