Shades of Deep Lilac #924DAA
Tints of Deep Lilac #924DAA
RGB
CMYK
RGB Variations
Color information
#924DAA (or 0x924DAA) is known color: Deep Lilac. HEX triplet: 92, 4D and AA. RGB value is (146,77,170). Sum of RGB (Red+Green+Blue) = 146+77+170=393 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.15% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 170 (66.80% from 255 or 43.26% from 393); Max value from RGB is 170 - color contains mainly: blue. Hex color #924DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924DAA is #6DB255. Grayscale: #6B6B6B. Windows color (decimal): -7189078 or 11160978. OLE color: 11160978.
HSL color Cylindrical-coordinate representation of color #924DAA: hue angle of 284.52º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924DAA is Cyan = 0.14, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 77 | 170 | - |
| CMYK | 0.14 | 0.55 | 0 | 0.33 |
| HSL | 284.52º | 0.38% | 0.48% | - |
| HSV(B) | 284.52º | 0.55% | 0.67% | - |
| XYZ | 21.76 | 14.32 | 39.65 | - |
| YUV | 108.23 | 162.86 | 154.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 170 | 0.14 | 0.55 | 0 | 0.33 | 284.52 | 0.38 | 0.48 |
| Hex | 92 | 4D | AA | E | 37 | 0 | 21 | 11D | 26 | 30 |
| Octal | 222 | 115 | 252 | 16 | 67 | 0 | 41 | 435 | 46 | 60 |
| Binary | 10010010 | 1001101 | 10101010 | 1110 | 110111 | 0 | 100001 | 100011101 | 100110 | 110000 |
Color Harmonies of #924DAA
Complementary color
Monochromatic Colors of #924DAA
Black with #924DAA
Text Example
Text Example
White with #924DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924DAA; }
p { color: rgb(146,77,170); }
H1.HeaderClassName
{
color: #924DAA;
}
.AnyTagClassName
{
color: #924DAA;
}
</style>
background-color css
<style>
a { background-color: #924DAA; }
a { background-color: rgb(146,77,170); }
div.DivClassName
{
background-color: #924DAA;
}
.BgClassName
{
background-color: #924DAA;
}
</style>
border-color css
<style>
span { border-color: #924DAA; }
span { border-color: rgb(146,77,170); }
td.TdClassName
{
border-color: #924DAA;
}
.TagClassName
{
border-color: #924DAA;
}
</style>