Shades of Deep Lilac #9F55BD
Tints of Deep Lilac #9F55BD
RGB
CMYK
RGB Variations
Color information
#9F55BD (or 0x9F55BD) is known color: Deep Lilac. HEX triplet: 9F, 55 and BD. RGB value is (159,85,189). Sum of RGB (Red+Green+Blue) = 159+85+189=433 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.72% from 433); Green value is 85 (33.59% from 255 or 19.63% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F55BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F55BD is #60AA42. Grayscale: #767676. Windows color (decimal): -6335043 or 12408223. OLE color: 12408223.
HSL color Cylindrical-coordinate representation of color #9F55BD: hue angle of 282.69º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F55BD is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 85 | 189 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.26 |
| HSL | 282.69º | 0.44% | 0.54% | - |
| HSV(B) | 282.69º | 0.55% | 0.74% | - |
| XYZ | 26.73 | 17.54 | 50.12 | - |
| YUV | 118.98 | 167.52 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 189 | 0.16 | 0.55 | 0 | 0.26 | 282.69 | 0.44 | 0.54 |
| Hex | 9F | 55 | BD | 10 | 37 | 0 | 1A | 11B | 2C | 36 |
| Octal | 237 | 125 | 275 | 20 | 67 | 0 | 32 | 433 | 54 | 66 |
| Binary | 10011111 | 1010101 | 10111101 | 10000 | 110111 | 0 | 11010 | 100011011 | 101100 | 110110 |
Color Harmonies of #9F55BD
Complementary color
Monochromatic Colors of #9F55BD
Black with #9F55BD
Text Example
Text Example
White with #9F55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F55BD; }
p { color: rgb(159,85,189); }
H1.HeaderClassName
{
color: #9F55BD;
}
.AnyTagClassName
{
color: #9F55BD;
}
</style>
background-color css
<style>
a { background-color: #9F55BD; }
a { background-color: rgb(159,85,189); }
div.DivClassName
{
background-color: #9F55BD;
}
.BgClassName
{
background-color: #9F55BD;
}
</style>
border-color css
<style>
span { border-color: #9F55BD; }
span { border-color: rgb(159,85,189); }
td.TdClassName
{
border-color: #9F55BD;
}
.TagClassName
{
border-color: #9F55BD;
}
</style>