Shades of Deep Lilac #9F5AB1
Tints of Deep Lilac #9F5AB1
RGB
CMYK
RGB Variations
Color information
#9F5AB1 (or 0x9F5AB1) is known color: Deep Lilac. HEX triplet: 9F, 5A and B1. RGB value is (159,90,177). Sum of RGB (Red+Green+Blue) = 159+90+177=426 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.32% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 177 (69.53% from 255 or 41.55% from 426); Max value from RGB is 177 - color contains mainly: blue. Hex color #9F5AB1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5AB1 is #60A54E. Grayscale: #787878. Windows color (decimal): -6333775 or 11623071. OLE color: 11623071.
HSL color Cylindrical-coordinate representation of color #9F5AB1: hue angle of 287.59º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5AB1 is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 159 | 90 | 177 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.31 |
| HSL | 287.59º | 0.36% | 0.52% | - |
| HSV(B) | 287.59º | 0.49% | 0.69% | - |
| XYZ | 25.89 | 17.86 | 43.68 | - |
| YUV | 120.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 177 | 0.10 | 0.49 | 0 | 0.31 | 287.59 | 0.36 | 0.52 |
| Hex | 9F | 5A | B1 | A | 31 | 0 | 1F | 120 | 24 | 34 |
| Octal | 237 | 132 | 261 | 12 | 61 | 0 | 37 | 440 | 44 | 64 |
| Binary | 10011111 | 1011010 | 10110001 | 1010 | 110001 | 0 | 11111 | 100100000 | 100100 | 110100 |
Color Harmonies of #9F5AB1
Complementary color
Monochromatic Colors of #9F5AB1
Black with #9F5AB1
Text Example
Text Example
White with #9F5AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5AB1; }
p { color: rgb(159,90,177); }
H1.HeaderClassName
{
color: #9F5AB1;
}
.AnyTagClassName
{
color: #9F5AB1;
}
</style>
background-color css
<style>
a { background-color: #9F5AB1; }
a { background-color: rgb(159,90,177); }
div.DivClassName
{
background-color: #9F5AB1;
}
.BgClassName
{
background-color: #9F5AB1;
}
</style>
border-color css
<style>
span { border-color: #9F5AB1; }
span { border-color: rgb(159,90,177); }
td.TdClassName
{
border-color: #9F5AB1;
}
.TagClassName
{
border-color: #9F5AB1;
}
</style>