Shades of Deep Lilac #924DAB
Tints of Deep Lilac #924DAB
RGB
CMYK
RGB Variations
Color information
#924DAB (or 0x924DAB) is known color: Deep Lilac. HEX triplet: 92, 4D and AB. RGB value is (146,77,171). Sum of RGB (Red+Green+Blue) = 146+77+171=394 (52% of max value = 765). Red value is 146 (57.42% from 255 or 37.06% from 394); Green value is 77 (30.47% from 255 or 19.54% from 394); Blue value is 171 (67.19% from 255 or 43.40% from 394); Max value from RGB is 171 - color contains mainly: blue. Hex color #924DAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924DAB is #6DB254. Grayscale: #6C6C6C. Windows color (decimal): -7189077 or 11226514. OLE color: 11226514.
HSL color Cylindrical-coordinate representation of color #924DAB: hue angle of 284.04º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924DAB is Cyan = 0.15, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 77 | 171 | - |
| CMYK | 0.15 | 0.55 | 0 | 0.33 |
| HSL | 284.04º | 0.38% | 0.49% | - |
| HSV(B) | 284.04º | 0.55% | 0.67% | - |
| XYZ | 21.86 | 14.36 | 40.15 | - |
| YUV | 108.35 | 163.36 | 154.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 77 | 171 | 0.15 | 0.55 | 0 | 0.33 | 284.04 | 0.38 | 0.49 |
| Hex | 92 | 4D | AB | F | 37 | 0 | 21 | 11C | 26 | 31 |
| Octal | 222 | 115 | 253 | 17 | 67 | 0 | 41 | 434 | 46 | 61 |
| Binary | 10010010 | 1001101 | 10101011 | 1111 | 110111 | 0 | 100001 | 100011100 | 100110 | 110001 |
Color Harmonies of #924DAB
Complementary color
Monochromatic Colors of #924DAB
Black with #924DAB
Text Example
Text Example
White with #924DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924DAB; }
p { color: rgb(146,77,171); }
H1.HeaderClassName
{
color: #924DAB;
}
.AnyTagClassName
{
color: #924DAB;
}
</style>
background-color css
<style>
a { background-color: #924DAB; }
a { background-color: rgb(146,77,171); }
div.DivClassName
{
background-color: #924DAB;
}
.BgClassName
{
background-color: #924DAB;
}
</style>
border-color css
<style>
span { border-color: #924DAB; }
span { border-color: rgb(146,77,171); }
td.TdClassName
{
border-color: #924DAB;
}
.TagClassName
{
border-color: #924DAB;
}
</style>