Shades of Deep Lilac #9A5BB9
Tints of Deep Lilac #9A5BB9
RGB
CMYK
RGB Variations
Color information
#9A5BB9 (or 0x9A5BB9) is known color: Deep Lilac. HEX triplet: 9A, 5B and B9. RGB value is (154,91,185). Sum of RGB (Red+Green+Blue) = 154+91+185=430 (56% of max value = 765). Red value is 154 (60.55% from 255 or 35.81% from 430); Green value is 91 (35.94% from 255 or 21.16% from 430); Blue value is 185 (72.66% from 255 or 43.02% from 430); Max value from RGB is 185 - color contains mainly: blue. Hex color #9A5BB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A5BB9 is #65A446. Grayscale: #787878. Windows color (decimal): -6661191 or 12147610. OLE color: 12147610.
HSL color Cylindrical-coordinate representation of color #9A5BB9: hue angle of 280.21º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A5BB9 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 91 | 185 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.27 |
| HSL | 280.21º | 0.4% | 0.54% | - |
| HSV(B) | 280.21º | 0.51% | 0.73% | - |
| XYZ | 25.82 | 17.85 | 47.98 | - |
| YUV | 120.55 | 164.37 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 91 | 185 | 0.17 | 0.51 | 0 | 0.27 | 280.21 | 0.4 | 0.54 |
| Hex | 9A | 5B | B9 | 11 | 33 | 0 | 1B | 118 | 28 | 36 |
| Octal | 232 | 133 | 271 | 21 | 63 | 0 | 33 | 430 | 50 | 66 |
| Binary | 10011010 | 1011011 | 10111001 | 10001 | 110011 | 0 | 11011 | 100011000 | 101000 | 110110 |
Color Harmonies of #9A5BB9
Complementary color
Monochromatic Colors of #9A5BB9
Black with #9A5BB9
Text Example
Text Example
White with #9A5BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5BB9; }
p { color: rgb(154,91,185); }
H1.HeaderClassName
{
color: #9A5BB9;
}
.AnyTagClassName
{
color: #9A5BB9;
}
</style>
background-color css
<style>
a { background-color: #9A5BB9; }
a { background-color: rgb(154,91,185); }
div.DivClassName
{
background-color: #9A5BB9;
}
.BgClassName
{
background-color: #9A5BB9;
}
</style>
border-color css
<style>
span { border-color: #9A5BB9; }
span { border-color: rgb(154,91,185); }
td.TdClassName
{
border-color: #9A5BB9;
}
.TagClassName
{
border-color: #9A5BB9;
}
</style>