Shades of Deep Lilac #9144BA
Tints of Deep Lilac #9144BA
RGB
CMYK
RGB Variations
Color information
#9144BA (or 0x9144BA) is known color: Deep Lilac. HEX triplet: 91, 44 and BA. RGB value is (145,68,186). Sum of RGB (Red+Green+Blue) = 145+68+186=399 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.34% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 186 (73.05% from 255 or 46.62% from 399); Max value from RGB is 186 - color contains mainly: blue. Hex color #9144BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9144BA is #6EBB45. Grayscale: #686868. Windows color (decimal): -7256902 or 12207249. OLE color: 12207249.
HSL color Cylindrical-coordinate representation of color #9144BA: hue angle of 279.15º 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 #9144BA is Cyan = 0.22, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 68 | 186 | - |
| CMYK | 0.22 | 0.63 | 0 | 0.27 |
| HSL | 279.15º | 0.46% | 0.5% | - |
| HSV(B) | 279.15º | 0.63% | 0.73% | - |
| XYZ | 22.61 | 13.7 | 47.91 | - |
| YUV | 104.48 | 174.01 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 186 | 0.22 | 0.63 | 0 | 0.27 | 279.15 | 0.46 | 0.5 |
| Hex | 91 | 44 | BA | 16 | 3F | 0 | 1B | 117 | 2E | 32 |
| Octal | 221 | 104 | 272 | 26 | 77 | 0 | 33 | 427 | 56 | 62 |
| Binary | 10010001 | 1000100 | 10111010 | 10110 | 111111 | 0 | 11011 | 100010111 | 101110 | 110010 |
Color Harmonies of #9144BA
Complementary color
Monochromatic Colors of #9144BA
Black with #9144BA
Text Example
Text Example
White with #9144BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9144BA; }
p { color: rgb(145,68,186); }
H1.HeaderClassName
{
color: #9144BA;
}
.AnyTagClassName
{
color: #9144BA;
}
</style>
background-color css
<style>
a { background-color: #9144BA; }
a { background-color: rgb(145,68,186); }
div.DivClassName
{
background-color: #9144BA;
}
.BgClassName
{
background-color: #9144BA;
}
</style>
border-color css
<style>
span { border-color: #9144BA; }
span { border-color: rgb(145,68,186); }
td.TdClassName
{
border-color: #9144BA;
}
.TagClassName
{
border-color: #9144BA;
}
</style>