Shades of Deep Lilac #9F57BD
Tints of Deep Lilac #9F57BD
RGB
CMYK
RGB Variations
Color information
#9F57BD (or 0x9F57BD) is known color: Deep Lilac. HEX triplet: 9F, 57 and BD. RGB value is (159,87,189). Sum of RGB (Red+Green+Blue) = 159+87+189=435 (57% of max value = 765). Red value is 159 (62.5% from 255 or 36.55% from 435); Green value is 87 (34.38% from 255 or 20% from 435); Blue value is 189 (74.22% from 255 or 43.45% from 435); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F57BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F57BD is #60A842. Grayscale: #777777. Windows color (decimal): -6334531 or 12408735. OLE color: 12408735.
HSL color Cylindrical-coordinate representation of color #9F57BD: hue angle of 282.35º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9F57BD is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 87 | 189 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.26 |
| HSL | 282.35º | 0.44% | 0.54% | - |
| HSV(B) | 282.35º | 0.54% | 0.74% | - |
| XYZ | 26.89 | 17.86 | 50.17 | - |
| YUV | 120.16 | 166.85 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 87 | 189 | 0.16 | 0.54 | 0 | 0.26 | 282.35 | 0.44 | 0.54 |
| Hex | 9F | 57 | BD | 10 | 36 | 0 | 1A | 11A | 2C | 36 |
| Octal | 237 | 127 | 275 | 20 | 66 | 0 | 32 | 432 | 54 | 66 |
| Binary | 10011111 | 1010111 | 10111101 | 10000 | 110110 | 0 | 11010 | 100011010 | 101100 | 110110 |
Color Harmonies of #9F57BD
Complementary color
Monochromatic Colors of #9F57BD
Black with #9F57BD
Text Example
Text Example
White with #9F57BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F57BD; }
p { color: rgb(159,87,189); }
H1.HeaderClassName
{
color: #9F57BD;
}
.AnyTagClassName
{
color: #9F57BD;
}
</style>
background-color css
<style>
a { background-color: #9F57BD; }
a { background-color: rgb(159,87,189); }
div.DivClassName
{
background-color: #9F57BD;
}
.BgClassName
{
background-color: #9F57BD;
}
</style>
border-color css
<style>
span { border-color: #9F57BD; }
span { border-color: rgb(159,87,189); }
td.TdClassName
{
border-color: #9F57BD;
}
.TagClassName
{
border-color: #9F57BD;
}
</style>