Shades of Deep Lilac #9F5DC0
Tints of Deep Lilac #9F5DC0
RGB
CMYK
RGB Variations
Color information
#9F5DC0 (or 0x9F5DC0) is known color: Deep Lilac. HEX triplet: 9F, 5D and C0. RGB value is (159,93,192). Sum of RGB (Red+Green+Blue) = 159+93+192=444 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.81% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 192 (75.39% from 255 or 43.24% from 444); Max value from RGB is 192 - color contains mainly: blue. Hex color #9F5DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DC0 is #60A23F. Grayscale: #7B7B7B. Windows color (decimal): -6332992 or 12606879. OLE color: 12606879.
HSL color Cylindrical-coordinate representation of color #9F5DC0: hue angle of 280º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F5DC0 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 93 | 192 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.25 |
| HSL | 280º | 0.44% | 0.56% | - |
| HSV(B) | 280º | 0.52% | 0.75% | - |
| XYZ | 27.73 | 19.01 | 52.08 | - |
| YUV | 124.02 | 166.37 | 152.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 93 | 192 | 0.17 | 0.52 | 0 | 0.25 | 280 | 0.44 | 0.56 |
| Hex | 9F | 5D | C0 | 11 | 34 | 0 | 19 | 118 | 2C | 38 |
| Octal | 237 | 135 | 300 | 21 | 64 | 0 | 31 | 430 | 54 | 70 |
| Binary | 10011111 | 1011101 | 11000000 | 10001 | 110100 | 0 | 11001 | 100011000 | 101100 | 111000 |
Color Harmonies of #9F5DC0
Complementary color
Monochromatic Colors of #9F5DC0
Black with #9F5DC0
Text Example
Text Example
White with #9F5DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5DC0; }
p { color: rgb(159,93,192); }
H1.HeaderClassName
{
color: #9F5DC0;
}
.AnyTagClassName
{
color: #9F5DC0;
}
</style>
background-color css
<style>
a { background-color: #9F5DC0; }
a { background-color: rgb(159,93,192); }
div.DivClassName
{
background-color: #9F5DC0;
}
.BgClassName
{
background-color: #9F5DC0;
}
</style>
border-color css
<style>
span { border-color: #9F5DC0; }
span { border-color: rgb(159,93,192); }
td.TdClassName
{
border-color: #9F5DC0;
}
.TagClassName
{
border-color: #9F5DC0;
}
</style>