Shades of Deep Lilac #9F5AB2
Tints of Deep Lilac #9F5AB2
RGB
CMYK
RGB Variations
Color information
#9F5AB2 (or 0x9F5AB2) is known color: Deep Lilac. HEX triplet: 9F, 5A and B2. RGB value is (159,90,178). Sum of RGB (Red+Green+Blue) = 159+90+178=427 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.24% from 427); Green value is 90 (35.55% from 255 or 21.08% from 427); Blue value is 178 (69.92% from 255 or 41.69% from 427); Max value from RGB is 178 - color contains mainly: blue. Hex color #9F5AB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5AB2 is #60A54D. Grayscale: #787878. Windows color (decimal): -6333774 or 11688607. OLE color: 11688607.
HSL color Cylindrical-coordinate representation of color #9F5AB2: hue angle of 287.05º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9F5AB2 is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 159 | 90 | 178 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.30 |
| HSL | 287.05º | 0.36% | 0.53% | - |
| HSV(B) | 287.05º | 0.49% | 0.7% | - |
| XYZ | 25.99 | 17.9 | 44.2 | - |
| YUV | 120.66 | 160.36 | 155.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 90 | 178 | 0.11 | 0.49 | 0 | 0.30 | 287.05 | 0.36 | 0.53 |
| Hex | 9F | 5A | B2 | B | 31 | 0 | 1E | 11F | 24 | 35 |
| Octal | 237 | 132 | 262 | 13 | 61 | 0 | 36 | 437 | 44 | 65 |
| Binary | 10011111 | 1011010 | 10110010 | 1011 | 110001 | 0 | 11110 | 100011111 | 100100 | 110101 |
Color Harmonies of #9F5AB2
Complementary color
Monochromatic Colors of #9F5AB2
Black with #9F5AB2
Text Example
Text Example
White with #9F5AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5AB2; }
p { color: rgb(159,90,178); }
H1.HeaderClassName
{
color: #9F5AB2;
}
.AnyTagClassName
{
color: #9F5AB2;
}
</style>
background-color css
<style>
a { background-color: #9F5AB2; }
a { background-color: rgb(159,90,178); }
div.DivClassName
{
background-color: #9F5AB2;
}
.BgClassName
{
background-color: #9F5AB2;
}
</style>
border-color css
<style>
span { border-color: #9F5AB2; }
span { border-color: rgb(159,90,178); }
td.TdClassName
{
border-color: #9F5AB2;
}
.TagClassName
{
border-color: #9F5AB2;
}
</style>