Shades of Deep Lilac #9146AC
Tints of Deep Lilac #9146AC
RGB
CMYK
RGB Variations
Color information
#9146AC (or 0x9146AC) is known color: Deep Lilac. HEX triplet: 91, 46 and AC. RGB value is (145,70,172). Sum of RGB (Red+Green+Blue) = 145+70+172=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 172 - color contains mainly: blue. Hex color #9146AC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9146AC is #6EB953. Grayscale: #676767. Windows color (decimal): -7256404 or 11290257. OLE color: 11290257.
HSL color Cylindrical-coordinate representation of color #9146AC: hue angle of 284.12º degrees, saturation: 0.42, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9146AC is Cyan = 0.16, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 70 | 172 | - |
| CMYK | 0.16 | 0.59 | 0 | 0.33 |
| HSL | 284.12º | 0.42% | 0.47% | - |
| HSV(B) | 284.12º | 0.59% | 0.67% | - |
| XYZ | 21.31 | 13.38 | 40.49 | - |
| YUV | 104.05 | 166.35 | 157.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 70 | 172 | 0.16 | 0.59 | 0 | 0.33 | 284.12 | 0.42 | 0.47 |
| Hex | 91 | 46 | AC | 10 | 3B | 0 | 21 | 11C | 2A | 2F |
| Octal | 221 | 106 | 254 | 20 | 73 | 0 | 41 | 434 | 52 | 57 |
| Binary | 10010001 | 1000110 | 10101100 | 10000 | 111011 | 0 | 100001 | 100011100 | 101010 | 101111 |
Color Harmonies of #9146AC
Complementary color
Monochromatic Colors of #9146AC
Black with #9146AC
Text Example
Text Example
White with #9146AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9146AC; }
p { color: rgb(145,70,172); }
H1.HeaderClassName
{
color: #9146AC;
}
.AnyTagClassName
{
color: #9146AC;
}
</style>
background-color css
<style>
a { background-color: #9146AC; }
a { background-color: rgb(145,70,172); }
div.DivClassName
{
background-color: #9146AC;
}
.BgClassName
{
background-color: #9146AC;
}
</style>
border-color css
<style>
span { border-color: #9146AC; }
span { border-color: rgb(145,70,172); }
td.TdClassName
{
border-color: #9146AC;
}
.TagClassName
{
border-color: #9146AC;
}
</style>