Shades of Deep Lilac #924FAB
Tints of Deep Lilac #924FAB
RGB
CMYK
RGB Variations
Color information
#924FAB (or 0x924FAB) is known color: Deep Lilac. HEX triplet: 92, 4F and AB. RGB value is (146,79,171). Sum of RGB (Red+Green+Blue) = 146+79+171=396 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.87% from 396); Green value is 79 (31.25% from 255 or 19.95% from 396); Blue value is 171 (67.19% from 255 or 43.18% from 396); Max value from RGB is 171 - color contains mainly: blue. Hex color #924FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924FAB is #6DB054. Grayscale: #6D6D6D. Windows color (decimal): -7188565 or 11227026. OLE color: 11227026.
HSL color Cylindrical-coordinate representation of color #924FAB: hue angle of 283.7º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #924FAB is Cyan = 0.15, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 146 | 79 | 171 | - |
| CMYK | 0.15 | 0.54 | 0 | 0.33 |
| HSL | 283.7º | 0.37% | 0.49% | - |
| HSV(B) | 283.7º | 0.54% | 0.67% | - |
| XYZ | 22 | 14.64 | 40.19 | - |
| YUV | 109.52 | 162.7 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 171 | 0.15 | 0.54 | 0 | 0.33 | 283.7 | 0.37 | 0.49 |
| Hex | 92 | 4F | AB | F | 36 | 0 | 21 | 11C | 25 | 31 |
| Octal | 222 | 117 | 253 | 17 | 66 | 0 | 41 | 434 | 45 | 61 |
| Binary | 10010010 | 1001111 | 10101011 | 1111 | 110110 | 0 | 100001 | 100011100 | 100101 | 110001 |
Color Harmonies of #924FAB
Complementary color
Monochromatic Colors of #924FAB
Black with #924FAB
Text Example
Text Example
White with #924FAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FAB; }
p { color: rgb(146,79,171); }
H1.HeaderClassName
{
color: #924FAB;
}
.AnyTagClassName
{
color: #924FAB;
}
</style>
background-color css
<style>
a { background-color: #924FAB; }
a { background-color: rgb(146,79,171); }
div.DivClassName
{
background-color: #924FAB;
}
.BgClassName
{
background-color: #924FAB;
}
</style>
border-color css
<style>
span { border-color: #924FAB; }
span { border-color: rgb(146,79,171); }
td.TdClassName
{
border-color: #924FAB;
}
.TagClassName
{
border-color: #924FAB;
}
</style>