Shades of Deep Lilac #9A5EAD
Tints of Deep Lilac #9A5EAD
RGB
CMYK
RGB Variations
Color information
#9A5EAD (or 0x9A5EAD) is known color: Deep Lilac. HEX triplet: 9A, 5E and AD. RGB value is (154,94,173). Sum of RGB (Red+Green+Blue) = 154+94+173=421 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.58% from 421); Green value is 94 (37.11% from 255 or 22.33% from 421); Blue value is 173 (67.97% from 255 or 41.09% from 421); Max value from RGB is 173 - color contains mainly: blue. Hex color #9A5EAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5EAD is #65A152. Grayscale: #787878. Windows color (decimal): -6660435 or 11361946. OLE color: 11361946.
HSL color Cylindrical-coordinate representation of color #9A5EAD: hue angle of 285.57º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A5EAD is Cyan = 0.11, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 154 | 94 | 173 | - |
| CMYK | 0.11 | 0.46 | 0 | 0.32 |
| HSL | 285.57º | 0.33% | 0.52% | - |
| HSV(B) | 285.57º | 0.46% | 0.68% | - |
| XYZ | 24.87 | 17.89 | 41.68 | - |
| YUV | 120.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 173 | 0.11 | 0.46 | 0 | 0.32 | 285.57 | 0.33 | 0.52 |
| Hex | 9A | 5E | AD | B | 2E | 0 | 20 | 11E | 21 | 34 |
| Octal | 232 | 136 | 255 | 13 | 56 | 0 | 40 | 436 | 41 | 64 |
| Binary | 10011010 | 1011110 | 10101101 | 1011 | 101110 | 0 | 100000 | 100011110 | 100001 | 110100 |
Color Harmonies of #9A5EAD
Complementary color
Monochromatic Colors of #9A5EAD
Black with #9A5EAD
Text Example
Text Example
White with #9A5EAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5EAD; }
p { color: rgb(154,94,173); }
H1.HeaderClassName
{
color: #9A5EAD;
}
.AnyTagClassName
{
color: #9A5EAD;
}
</style>
background-color css
<style>
a { background-color: #9A5EAD; }
a { background-color: rgb(154,94,173); }
div.DivClassName
{
background-color: #9A5EAD;
}
.BgClassName
{
background-color: #9A5EAD;
}
</style>
border-color css
<style>
span { border-color: #9A5EAD; }
span { border-color: rgb(154,94,173); }
td.TdClassName
{
border-color: #9A5EAD;
}
.TagClassName
{
border-color: #9A5EAD;
}
</style>