Shades of Deep Lilac #9A40AB
Tints of Deep Lilac #9A40AB
RGB
CMYK
RGB Variations
Color information
#9A40AB (or 0x9A40AB) is known color: Deep Lilac. HEX triplet: 9A, 40 and AB. RGB value is (154,64,171). Sum of RGB (Red+Green+Blue) = 154+64+171=389 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.59% from 389); Green value is 64 (25.39% from 255 or 16.45% from 389); Blue value is 171 (67.19% from 255 or 43.96% from 389); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A40AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A40AB is #65BF54. Grayscale: #666666. Windows color (decimal): -6668117 or 11223194. OLE color: 11223194.
HSL color Cylindrical-coordinate representation of color #9A40AB: hue angle of 290.47º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A40AB is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 154 | 64 | 171 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.33 |
| HSL | 290.47º | 0.46% | 0.46% | - |
| HSV(B) | 290.47º | 0.63% | 0.67% | - |
| XYZ | 22.51 | 13.48 | 39.94 | - |
| YUV | 103.11 | 166.32 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 64 | 171 | 0.10 | 0.63 | 0 | 0.33 | 290.47 | 0.46 | 0.46 |
| Hex | 9A | 40 | AB | A | 3F | 0 | 21 | 122 | 2E | 2E |
| Octal | 232 | 100 | 253 | 12 | 77 | 0 | 41 | 442 | 56 | 56 |
| Binary | 10011010 | 1000000 | 10101011 | 1010 | 111111 | 0 | 100001 | 100100010 | 101110 | 101110 |
Color Harmonies of #9A40AB
Complementary color
Monochromatic Colors of #9A40AB
Black with #9A40AB
Text Example
Text Example
White with #9A40AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A40AB; }
p { color: rgb(154,64,171); }
H1.HeaderClassName
{
color: #9A40AB;
}
.AnyTagClassName
{
color: #9A40AB;
}
</style>
background-color css
<style>
a { background-color: #9A40AB; }
a { background-color: rgb(154,64,171); }
div.DivClassName
{
background-color: #9A40AB;
}
.BgClassName
{
background-color: #9A40AB;
}
</style>
border-color css
<style>
span { border-color: #9A40AB; }
span { border-color: rgb(154,64,171); }
td.TdClassName
{
border-color: #9A40AB;
}
.TagClassName
{
border-color: #9A40AB;
}
</style>