Shades of Deep Lilac #9F51CF
Tints of Deep Lilac #9F51CF
RGB
CMYK
RGB Variations
Color information
#9F51CF (or 0x9F51CF) is known color: Deep Lilac. HEX triplet: 9F, 51 and CF. RGB value is (159,81,207). Sum of RGB (Red+Green+Blue) = 159+81+207=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 81 (32.03% from 255 or 18.12% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #9F51CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F51CF is #60AE30. Grayscale: #767676. Windows color (decimal): -6336049 or 13586847. OLE color: 13586847.
HSL color Cylindrical-coordinate representation of color #9F51CF: hue angle of 277.14º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9F51CF is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 81 | 207 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.19 |
| HSL | 277.14º | 0.57% | 0.56% | - |
| HSV(B) | 277.14º | 0.61% | 0.81% | - |
| XYZ | 28.5 | 17.76 | 60.96 | - |
| YUV | 118.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 81 | 207 | 0.23 | 0.61 | 0 | 0.19 | 277.14 | 0.57 | 0.56 |
| Hex | 9F | 51 | CF | 17 | 3D | 0 | 13 | 115 | 39 | 38 |
| Octal | 237 | 121 | 317 | 27 | 75 | 0 | 23 | 425 | 71 | 70 |
| Binary | 10011111 | 1010001 | 11001111 | 10111 | 111101 | 0 | 10011 | 100010101 | 111001 | 111000 |
Color Harmonies of #9F51CF
Complementary color
Monochromatic Colors of #9F51CF
Black with #9F51CF
Text Example
Text Example
White with #9F51CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F51CF; }
p { color: rgb(159,81,207); }
H1.HeaderClassName
{
color: #9F51CF;
}
.AnyTagClassName
{
color: #9F51CF;
}
</style>
background-color css
<style>
a { background-color: #9F51CF; }
a { background-color: rgb(159,81,207); }
div.DivClassName
{
background-color: #9F51CF;
}
.BgClassName
{
background-color: #9F51CF;
}
</style>
border-color css
<style>
span { border-color: #9F51CF; }
span { border-color: rgb(159,81,207); }
td.TdClassName
{
border-color: #9F51CF;
}
.TagClassName
{
border-color: #9F51CF;
}
</style>