Shades of Deep Lilac #9A5DAF
Tints of Deep Lilac #9A5DAF
RGB
CMYK
RGB Variations
Color information
#9A5DAF (or 0x9A5DAF) is known color: Deep Lilac. HEX triplet: 9A, 5D and AF. RGB value is (154,93,175). Sum of RGB (Red+Green+Blue) = 154+93+175=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 93 (36.72% from 255 or 22.04% from 422); Blue value is 175 (68.75% from 255 or 41.47% from 422); Max value from RGB is 175 - color contains mainly: blue. Hex color #9A5DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A5DAF is #65A250. Grayscale: #787878. Windows color (decimal): -6660689 or 11492762. OLE color: 11492762.
HSL color Cylindrical-coordinate representation of color #9A5DAF: hue angle of 284.63º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9A5DAF is Cyan = 0.12, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 154 | 93 | 175 | - |
| CMYK | 0.12 | 0.47 | 0 | 0.31 |
| HSL | 284.63º | 0.34% | 0.53% | - |
| HSV(B) | 284.63º | 0.47% | 0.69% | - |
| XYZ | 24.98 | 17.79 | 42.68 | - |
| YUV | 120.59 | 158.71 | 151.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 93 | 175 | 0.12 | 0.47 | 0 | 0.31 | 284.63 | 0.34 | 0.53 |
| Hex | 9A | 5D | AF | C | 2F | 0 | 1F | 11D | 22 | 35 |
| Octal | 232 | 135 | 257 | 14 | 57 | 0 | 37 | 435 | 42 | 65 |
| Binary | 10011010 | 1011101 | 10101111 | 1100 | 101111 | 0 | 11111 | 100011101 | 100010 | 110101 |
Color Harmonies of #9A5DAF
Complementary color
Monochromatic Colors of #9A5DAF
Black with #9A5DAF
Text Example
Text Example
White with #9A5DAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5DAF; }
p { color: rgb(154,93,175); }
H1.HeaderClassName
{
color: #9A5DAF;
}
.AnyTagClassName
{
color: #9A5DAF;
}
</style>
background-color css
<style>
a { background-color: #9A5DAF; }
a { background-color: rgb(154,93,175); }
div.DivClassName
{
background-color: #9A5DAF;
}
.BgClassName
{
background-color: #9A5DAF;
}
</style>
border-color css
<style>
span { border-color: #9A5DAF; }
span { border-color: rgb(154,93,175); }
td.TdClassName
{
border-color: #9A5DAF;
}
.TagClassName
{
border-color: #9A5DAF;
}
</style>