Shades of Deep Lilac #9144AC
Tints of Deep Lilac #9144AC
RGB
CMYK
RGB Variations
Color information
#9144AC (or 0x9144AC) is known color: Deep Lilac. HEX triplet: 91, 44 and AC. RGB value is (145,68,172). Sum of RGB (Red+Green+Blue) = 145+68+172=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 68 (26.95% from 255 or 17.66% from 385); Blue value is 172 (67.58% from 255 or 44.68% from 385); Max value from RGB is 172 - color contains mainly: blue. Hex color #9144AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9144AC is #6EBB53. Grayscale: #666666. Windows color (decimal): -7256916 or 11289745. OLE color: 11289745.
HSL color Cylindrical-coordinate representation of color #9144AC: hue angle of 284.42º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9144AC is Cyan = 0.16, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 68 | 172 | - |
| CMYK | 0.16 | 0.60 | 0 | 0.33 |
| HSL | 284.42º | 0.43% | 0.47% | - |
| HSV(B) | 284.42º | 0.6% | 0.67% | - |
| XYZ | 21.19 | 13.13 | 40.45 | - |
| YUV | 102.88 | 167.01 | 158.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 68 | 172 | 0.16 | 0.60 | 0 | 0.33 | 284.42 | 0.43 | 0.47 |
| Hex | 91 | 44 | AC | 10 | 3C | 0 | 21 | 11C | 2B | 2F |
| Octal | 221 | 104 | 254 | 20 | 74 | 0 | 41 | 434 | 53 | 57 |
| Binary | 10010001 | 1000100 | 10101100 | 10000 | 111100 | 0 | 100001 | 100011100 | 101011 | 101111 |
Color Harmonies of #9144AC
Complementary color
Monochromatic Colors of #9144AC
Black with #9144AC
Text Example
Text Example
White with #9144AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9144AC; }
p { color: rgb(145,68,172); }
H1.HeaderClassName
{
color: #9144AC;
}
.AnyTagClassName
{
color: #9144AC;
}
</style>
background-color css
<style>
a { background-color: #9144AC; }
a { background-color: rgb(145,68,172); }
div.DivClassName
{
background-color: #9144AC;
}
.BgClassName
{
background-color: #9144AC;
}
</style>
border-color css
<style>
span { border-color: #9144AC; }
span { border-color: rgb(145,68,172); }
td.TdClassName
{
border-color: #9144AC;
}
.TagClassName
{
border-color: #9144AC;
}
</style>