Shades of Deep Lilac #9A44BA
Tints of Deep Lilac #9A44BA
RGB
CMYK
RGB Variations
Color information
#9A44BA (or 0x9A44BA) is known color: Deep Lilac. HEX triplet: 9A, 44 and BA. RGB value is (154,68,186). Sum of RGB (Red+Green+Blue) = 154+68+186=408 (54% of max value = 765). Red value is 154 (60.55% from 255 or 37.75% from 408); Green value is 68 (26.95% from 255 or 16.67% from 408); Blue value is 186 (73.05% from 255 or 45.59% from 408); Max value from RGB is 186 - color contains mainly: blue. Hex color #9A44BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9A44BA is #65BB45. Grayscale: #6A6A6A. Windows color (decimal): -6667078 or 12207258. OLE color: 12207258.
HSL color Cylindrical-coordinate representation of color #9A44BA: hue angle of 283.73º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A44BA is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 154 | 68 | 186 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.27 |
| HSL | 283.73º | 0.46% | 0.5% | - |
| HSV(B) | 283.73º | 0.63% | 0.73% | - |
| XYZ | 24.26 | 14.55 | 47.98 | - |
| YUV | 107.17 | 172.49 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 68 | 186 | 0.17 | 0.63 | 0 | 0.27 | 283.73 | 0.46 | 0.5 |
| Hex | 9A | 44 | BA | 11 | 3F | 0 | 1B | 11C | 2E | 32 |
| Octal | 232 | 104 | 272 | 21 | 77 | 0 | 33 | 434 | 56 | 62 |
| Binary | 10011010 | 1000100 | 10111010 | 10001 | 111111 | 0 | 11011 | 100011100 | 101110 | 110010 |
Color Harmonies of #9A44BA
Complementary color
Monochromatic Colors of #9A44BA
Black with #9A44BA
Text Example
Text Example
White with #9A44BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A44BA; }
p { color: rgb(154,68,186); }
H1.HeaderClassName
{
color: #9A44BA;
}
.AnyTagClassName
{
color: #9A44BA;
}
</style>
background-color css
<style>
a { background-color: #9A44BA; }
a { background-color: rgb(154,68,186); }
div.DivClassName
{
background-color: #9A44BA;
}
.BgClassName
{
background-color: #9A44BA;
}
</style>
border-color css
<style>
span { border-color: #9A44BA; }
span { border-color: rgb(154,68,186); }
td.TdClassName
{
border-color: #9A44BA;
}
.TagClassName
{
border-color: #9A44BA;
}
</style>