Shades of Deep Lilac #9D5ABA
Tints of Deep Lilac #9D5ABA
RGB
CMYK
RGB Variations
Color information
#9D5ABA (or 0x9D5ABA) is known color: Deep Lilac. HEX triplet: 9D, 5A and BA. RGB value is (157,90,186). Sum of RGB (Red+Green+Blue) = 157+90+186=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 90 (35.55% from 255 or 20.79% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #9D5ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ABA is #62A545. Grayscale: #787878. Windows color (decimal): -6464838 or 12212893. OLE color: 12212893.
HSL color Cylindrical-coordinate representation of color #9D5ABA: hue angle of 281.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D5ABA is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 157 | 90 | 186 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.27 |
| HSL | 281.88º | 0.41% | 0.54% | - |
| HSV(B) | 281.88º | 0.52% | 0.73% | - |
| XYZ | 26.42 | 18.03 | 48.54 | - |
| YUV | 120.98 | 164.7 | 153.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 90 | 186 | 0.16 | 0.52 | 0 | 0.27 | 281.88 | 0.41 | 0.54 |
| Hex | 9D | 5A | BA | 10 | 34 | 0 | 1B | 11A | 29 | 36 |
| Octal | 235 | 132 | 272 | 20 | 64 | 0 | 33 | 432 | 51 | 66 |
| Binary | 10011101 | 1011010 | 10111010 | 10000 | 110100 | 0 | 11011 | 100011010 | 101001 | 110110 |
Color Harmonies of #9D5ABA
Complementary color
Monochromatic Colors of #9D5ABA
Black with #9D5ABA
Text Example
Text Example
White with #9D5ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D5ABA; }
p { color: rgb(157,90,186); }
H1.HeaderClassName
{
color: #9D5ABA;
}
.AnyTagClassName
{
color: #9D5ABA;
}
</style>
background-color css
<style>
a { background-color: #9D5ABA; }
a { background-color: rgb(157,90,186); }
div.DivClassName
{
background-color: #9D5ABA;
}
.BgClassName
{
background-color: #9D5ABA;
}
</style>
border-color css
<style>
span { border-color: #9D5ABA; }
span { border-color: rgb(157,90,186); }
td.TdClassName
{
border-color: #9D5ABA;
}
.TagClassName
{
border-color: #9D5ABA;
}
</style>