Shades of Deep Lilac #9F5ABD
Tints of Deep Lilac #9F5ABD
RGB
CMYK
RGB Variations
Color information
#9F5ABD (or 0x9F5ABD) is known color: Deep Lilac. HEX triplet: 9F, 5A and BD. RGB value is (159,90,189). Sum of RGB (Red+Green+Blue) = 159+90+189=438 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.30% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #9F5ABD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ABD is #60A542. Grayscale: #797979. Windows color (decimal): -6333763 or 12409503. OLE color: 12409503.
HSL color Cylindrical-coordinate representation of color #9F5ABD: hue angle of 281.82º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F5ABD is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 159 | 90 | 189 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.26 |
| HSL | 281.82º | 0.43% | 0.55% | - |
| HSV(B) | 281.82º | 0.52% | 0.74% | - |
| XYZ | 27.14 | 18.36 | 50.26 | - |
| YUV | 121.92 | 165.86 | 154.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 189 | 0.16 | 0.52 | 0 | 0.26 | 281.82 | 0.43 | 0.55 |
| Hex | 9F | 5A | BD | 10 | 34 | 0 | 1A | 11A | 2B | 37 |
| Octal | 237 | 132 | 275 | 20 | 64 | 0 | 32 | 432 | 53 | 67 |
| Binary | 10011111 | 1011010 | 10111101 | 10000 | 110100 | 0 | 11010 | 100011010 | 101011 | 110111 |
Color Harmonies of #9F5ABD
Complementary color
Monochromatic Colors of #9F5ABD
Black with #9F5ABD
Text Example
Text Example
White with #9F5ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5ABD; }
p { color: rgb(159,90,189); }
H1.HeaderClassName
{
color: #9F5ABD;
}
.AnyTagClassName
{
color: #9F5ABD;
}
</style>
background-color css
<style>
a { background-color: #9F5ABD; }
a { background-color: rgb(159,90,189); }
div.DivClassName
{
background-color: #9F5ABD;
}
.BgClassName
{
background-color: #9F5ABD;
}
</style>
border-color css
<style>
span { border-color: #9F5ABD; }
span { border-color: rgb(159,90,189); }
td.TdClassName
{
border-color: #9F5ABD;
}
.TagClassName
{
border-color: #9F5ABD;
}
</style>