Shades of Deep Lilac #9245AB
Tints of Deep Lilac #9245AB
RGB
CMYK
RGB Variations
Color information
#9245AB (or 0x9245AB) is known color: Deep Lilac. HEX triplet: 92, 45 and AB. RGB value is (146,69,171). Sum of RGB (Red+Green+Blue) = 146+69+171=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #9245AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9245AB is #6DBA54. Grayscale: #676767. Windows color (decimal): -7191125 or 11224466. OLE color: 11224466.
HSL color Cylindrical-coordinate representation of color #9245AB: hue angle of 285.29º 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 #9245AB is Cyan = 0.15, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 69 | 171 | - |
| CMYK | 0.15 | 0.60 | 0 | 0.33 |
| HSL | 285.29º | 0.43% | 0.47% | - |
| HSV(B) | 285.29º | 0.6% | 0.67% | - |
| XYZ | 21.33 | 13.31 | 39.97 | - |
| YUV | 103.65 | 166.01 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 69 | 171 | 0.15 | 0.60 | 0 | 0.33 | 285.29 | 0.43 | 0.47 |
| Hex | 92 | 45 | AB | F | 3C | 0 | 21 | 11D | 2A | 2F |
| Octal | 222 | 105 | 253 | 17 | 74 | 0 | 41 | 435 | 52 | 57 |
| Binary | 10010010 | 1000101 | 10101011 | 1111 | 111100 | 0 | 100001 | 100011101 | 101010 | 101111 |
Color Harmonies of #9245AB
Complementary color
Monochromatic Colors of #9245AB
Black with #9245AB
Text Example
Text Example
White with #9245AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9245AB; }
p { color: rgb(146,69,171); }
H1.HeaderClassName
{
color: #9245AB;
}
.AnyTagClassName
{
color: #9245AB;
}
</style>
background-color css
<style>
a { background-color: #9245AB; }
a { background-color: rgb(146,69,171); }
div.DivClassName
{
background-color: #9245AB;
}
.BgClassName
{
background-color: #9245AB;
}
</style>
border-color css
<style>
span { border-color: #9245AB; }
span { border-color: rgb(146,69,171); }
td.TdClassName
{
border-color: #9245AB;
}
.TagClassName
{
border-color: #9245AB;
}
</style>