Shades of Deep Lilac #9A53BA
Tints of Deep Lilac #9A53BA
RGB
CMYK
RGB Variations
Color information
#9A53BA (or 0x9A53BA) is known color: Deep Lilac. HEX triplet: 9A, 53 and BA. RGB value is (154,83,186). Sum of RGB (Red+Green+Blue) = 154+83+186=423 (56% of max value = 765). Red value is 154 (60.55% from 255 or 36.41% from 423); Green value is 83 (32.81% from 255 or 19.62% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A53BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A53BA is #65AC45. Grayscale: #737373. Windows color (decimal): -6663238 or 12211098. OLE color: 12211098.
HSL color Cylindrical-coordinate representation of color #9A53BA: hue angle of 281.36º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9A53BA is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 83 | 186 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.27 |
| HSL | 281.36º | 0.43% | 0.53% | - |
| HSV(B) | 281.36º | 0.55% | 0.73% | - |
| XYZ | 25.28 | 16.6 | 48.33 | - |
| YUV | 115.97 | 167.52 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 83 | 186 | 0.17 | 0.55 | 0 | 0.27 | 281.36 | 0.43 | 0.53 |
| Hex | 9A | 53 | BA | 11 | 37 | 0 | 1B | 119 | 2B | 35 |
| Octal | 232 | 123 | 272 | 21 | 67 | 0 | 33 | 431 | 53 | 65 |
| Binary | 10011010 | 1010011 | 10111010 | 10001 | 110111 | 0 | 11011 | 100011001 | 101011 | 110101 |
Color Harmonies of #9A53BA
Complementary color
Monochromatic Colors of #9A53BA
Black with #9A53BA
Text Example
Text Example
White with #9A53BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A53BA; }
p { color: rgb(154,83,186); }
H1.HeaderClassName
{
color: #9A53BA;
}
.AnyTagClassName
{
color: #9A53BA;
}
</style>
background-color css
<style>
a { background-color: #9A53BA; }
a { background-color: rgb(154,83,186); }
div.DivClassName
{
background-color: #9A53BA;
}
.BgClassName
{
background-color: #9A53BA;
}
</style>
border-color css
<style>
span { border-color: #9A53BA; }
span { border-color: rgb(154,83,186); }
td.TdClassName
{
border-color: #9A53BA;
}
.TagClassName
{
border-color: #9A53BA;
}
</style>