Shades of Deep Lilac #924EC0
Tints of Deep Lilac #924EC0
RGB
CMYK
RGB Variations
Color information
#924EC0 (or 0x924EC0) is known color: Deep Lilac. HEX triplet: 92, 4E and C0. RGB value is (146,78,192). Sum of RGB (Red+Green+Blue) = 146+78+192=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 192 (75.39% from 255 or 46.15% from 416); Max value from RGB is 192 - color contains mainly: blue. Hex color #924EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924EC0 is #6DB13F. Grayscale: #6E6E6E. Windows color (decimal): -7188800 or 12603026. OLE color: 12603026.
HSL color Cylindrical-coordinate representation of color #924EC0: hue angle of 275.79º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #924EC0 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 78 | 192 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.25 |
| HSL | 275.79º | 0.48% | 0.53% | - |
| HSV(B) | 275.79º | 0.59% | 0.75% | - |
| XYZ | 24.09 | 15.37 | 51.57 | - |
| YUV | 111.33 | 173.53 | 152.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 192 | 0.24 | 0.59 | 0 | 0.25 | 275.79 | 0.48 | 0.53 |
| Hex | 92 | 4E | C0 | 18 | 3B | 0 | 19 | 114 | 30 | 35 |
| Octal | 222 | 116 | 300 | 30 | 73 | 0 | 31 | 424 | 60 | 65 |
| Binary | 10010010 | 1001110 | 11000000 | 11000 | 111011 | 0 | 11001 | 100010100 | 110000 | 110101 |
Color Harmonies of #924EC0
Complementary color
Monochromatic Colors of #924EC0
Black with #924EC0
Text Example
Text Example
White with #924EC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EC0; }
p { color: rgb(146,78,192); }
H1.HeaderClassName
{
color: #924EC0;
}
.AnyTagClassName
{
color: #924EC0;
}
</style>
background-color css
<style>
a { background-color: #924EC0; }
a { background-color: rgb(146,78,192); }
div.DivClassName
{
background-color: #924EC0;
}
.BgClassName
{
background-color: #924EC0;
}
</style>
border-color css
<style>
span { border-color: #924EC0; }
span { border-color: rgb(146,78,192); }
td.TdClassName
{
border-color: #924EC0;
}
.TagClassName
{
border-color: #924EC0;
}
</style>