Shades of Deep Lilac #9F50CE
Tints of Deep Lilac #9F50CE
RGB
CMYK
RGB Variations
Color information
#9F50CE (or 0x9F50CE) is known color: Deep Lilac. HEX triplet: 9F, 50 and CE. RGB value is (159,80,206). Sum of RGB (Red+Green+Blue) = 159+80+206=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #9F50CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F50CE is #60AF31. Grayscale: #757575. Windows color (decimal): -6336306 or 13521055. OLE color: 13521055.
HSL color Cylindrical-coordinate representation of color #9F50CE: hue angle of 277.62º degrees, saturation: 0.56, 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 #9F50CE is Cyan = 0.23, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 159 | 80 | 206 | - |
| CMYK | 0.23 | 0.61 | 0 | 0.19 |
| HSL | 277.62º | 0.56% | 0.56% | - |
| HSV(B) | 277.62º | 0.61% | 0.81% | - |
| XYZ | 28.31 | 17.56 | 60.29 | - |
| YUV | 117.99 | 177.67 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 80 | 206 | 0.23 | 0.61 | 0 | 0.19 | 277.62 | 0.56 | 0.56 |
| Hex | 9F | 50 | CE | 17 | 3D | 0 | 13 | 116 | 38 | 38 |
| Octal | 237 | 120 | 316 | 27 | 75 | 0 | 23 | 426 | 70 | 70 |
| Binary | 10011111 | 1010000 | 11001110 | 10111 | 111101 | 0 | 10011 | 100010110 | 111000 | 111000 |
Color Harmonies of #9F50CE
Complementary color
Monochromatic Colors of #9F50CE
Black with #9F50CE
Text Example
Text Example
White with #9F50CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F50CE; }
p { color: rgb(159,80,206); }
H1.HeaderClassName
{
color: #9F50CE;
}
.AnyTagClassName
{
color: #9F50CE;
}
</style>
background-color css
<style>
a { background-color: #9F50CE; }
a { background-color: rgb(159,80,206); }
div.DivClassName
{
background-color: #9F50CE;
}
.BgClassName
{
background-color: #9F50CE;
}
</style>
border-color css
<style>
span { border-color: #9F50CE; }
span { border-color: rgb(159,80,206); }
td.TdClassName
{
border-color: #9F50CE;
}
.TagClassName
{
border-color: #9F50CE;
}
</style>