Shades of Deep Lilac #9F53CF
Tints of Deep Lilac #9F53CF
RGB
CMYK
RGB Variations
Color information
#9F53CF (or 0x9F53CF) is known color: Deep Lilac. HEX triplet: 9F, 53 and CF. RGB value is (159,83,207). Sum of RGB (Red+Green+Blue) = 159+83+207=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 207 (81.25% from 255 or 46.10% from 449); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F53CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F53CF is #60AC30. Grayscale: #777777. Windows color (decimal): -6335537 or 13587359. OLE color: 13587359.
HSL color Cylindrical-coordinate representation of color #9F53CF: hue angle of 276.77º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9F53CF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 83 | 207 | - |
| CMYK | 0.23 | 0.60 | 0 | 0.19 |
| HSL | 276.77º | 0.56% | 0.57% | - |
| HSV(B) | 276.77º | 0.6% | 0.81% | - |
| XYZ | 28.65 | 18.06 | 61.01 | - |
| YUV | 119.86 | 177.18 | 155.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 207 | 0.23 | 0.60 | 0 | 0.19 | 276.77 | 0.56 | 0.57 |
| Hex | 9F | 53 | CF | 17 | 3C | 0 | 13 | 115 | 38 | 39 |
| Octal | 237 | 123 | 317 | 27 | 74 | 0 | 23 | 425 | 70 | 71 |
| Binary | 10011111 | 1010011 | 11001111 | 10111 | 111100 | 0 | 10011 | 100010101 | 111000 | 111001 |
Color Harmonies of #9F53CF
Complementary color
Monochromatic Colors of #9F53CF
Black with #9F53CF
Text Example
Text Example
White with #9F53CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F53CF; }
p { color: rgb(159,83,207); }
H1.HeaderClassName
{
color: #9F53CF;
}
.AnyTagClassName
{
color: #9F53CF;
}
</style>
background-color css
<style>
a { background-color: #9F53CF; }
a { background-color: rgb(159,83,207); }
div.DivClassName
{
background-color: #9F53CF;
}
.BgClassName
{
background-color: #9F53CF;
}
</style>
border-color css
<style>
span { border-color: #9F53CF; }
span { border-color: rgb(159,83,207); }
td.TdClassName
{
border-color: #9F53CF;
}
.TagClassName
{
border-color: #9F53CF;
}
</style>