Shades of Deep Lilac #924CC4
Tints of Deep Lilac #924CC4
RGB
CMYK
RGB Variations
Color information
#924CC4 (or 0x924CC4) is known color: Deep Lilac. HEX triplet: 92, 4C and C4. RGB value is (146,76,196). Sum of RGB (Red+Green+Blue) = 146+76+196=418 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.93% from 418); Green value is 76 (30.08% from 255 or 18.18% from 418); Blue value is 196 (76.95% from 255 or 46.89% from 418); Max value from RGB is 196 - color contains mainly: blue. Hex color #924CC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CC4 is #6DB33B. Grayscale: #6E6E6E. Windows color (decimal): -7189308 or 12864658. OLE color: 12864658.
HSL color Cylindrical-coordinate representation of color #924CC4: hue angle of 275º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #924CC4 is Cyan = 0.26, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 76 | 196 | - |
| CMYK | 0.26 | 0.61 | 0 | 0.23 |
| HSL | 275º | 0.5% | 0.53% | - |
| HSV(B) | 275º | 0.61% | 0.77% | - |
| XYZ | 24.4 | 15.27 | 53.88 | - |
| YUV | 110.61 | 176.19 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 196 | 0.26 | 0.61 | 0 | 0.23 | 275 | 0.5 | 0.53 |
| Hex | 92 | 4C | C4 | 1A | 3D | 0 | 17 | 113 | 32 | 35 |
| Octal | 222 | 114 | 304 | 32 | 75 | 0 | 27 | 423 | 62 | 65 |
| Binary | 10010010 | 1001100 | 11000100 | 11010 | 111101 | 0 | 10111 | 100010011 | 110010 | 110101 |
Color Harmonies of #924CC4
Complementary color
Monochromatic Colors of #924CC4
Black with #924CC4
Text Example
Text Example
White with #924CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CC4; }
p { color: rgb(146,76,196); }
H1.HeaderClassName
{
color: #924CC4;
}
.AnyTagClassName
{
color: #924CC4;
}
</style>
background-color css
<style>
a { background-color: #924CC4; }
a { background-color: rgb(146,76,196); }
div.DivClassName
{
background-color: #924CC4;
}
.BgClassName
{
background-color: #924CC4;
}
</style>
border-color css
<style>
span { border-color: #924CC4; }
span { border-color: rgb(146,76,196); }
td.TdClassName
{
border-color: #924CC4;
}
.TagClassName
{
border-color: #924CC4;
}
</style>