Shades of Deep Lilac #9249AB
Tints of Deep Lilac #9249AB
RGB
CMYK
RGB Variations
Color information
#9249AB (or 0x9249AB) is known color: Deep Lilac. HEX triplet: 92, 49 and AB. RGB value is (146,73,171). Sum of RGB (Red+Green+Blue) = 146+73+171=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 171 (67.19% from 255 or 43.85% from 390); Max value from RGB is 171 - color contains mainly: blue. Hex color #9249AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9249AB is #6DB654. Grayscale: #696969. Windows color (decimal): -7190101 or 11225490. OLE color: 11225490.
HSL color Cylindrical-coordinate representation of color #9249AB: hue angle of 284.69º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9249AB is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 73 | 171 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.33 |
| HSL | 284.69º | 0.4% | 0.48% | - |
| HSV(B) | 284.69º | 0.57% | 0.67% | - |
| XYZ | 21.59 | 13.82 | 40.06 | - |
| YUV | 106 | 164.68 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 73 | 171 | 0.15 | 0.57 | 0 | 0.33 | 284.69 | 0.4 | 0.48 |
| Hex | 92 | 49 | AB | F | 39 | 0 | 21 | 11D | 28 | 30 |
| Octal | 222 | 111 | 253 | 17 | 71 | 0 | 41 | 435 | 50 | 60 |
| Binary | 10010010 | 1001001 | 10101011 | 1111 | 111001 | 0 | 100001 | 100011101 | 101000 | 110000 |
Color Harmonies of #9249AB
Complementary color
Monochromatic Colors of #9249AB
Black with #9249AB
Text Example
Text Example
White with #9249AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9249AB; }
p { color: rgb(146,73,171); }
H1.HeaderClassName
{
color: #9249AB;
}
.AnyTagClassName
{
color: #9249AB;
}
</style>
background-color css
<style>
a { background-color: #9249AB; }
a { background-color: rgb(146,73,171); }
div.DivClassName
{
background-color: #9249AB;
}
.BgClassName
{
background-color: #9249AB;
}
</style>
border-color css
<style>
span { border-color: #9249AB; }
span { border-color: rgb(146,73,171); }
td.TdClassName
{
border-color: #9249AB;
}
.TagClassName
{
border-color: #9249AB;
}
</style>