Shades of Deep Lilac #924CC6
Tints of Deep Lilac #924CC6
RGB
CMYK
RGB Variations
Color information
#924CC6 (or 0x924CC6) is known color: Deep Lilac. HEX triplet: 92, 4C and C6. RGB value is (146,76,198). Sum of RGB (Red+Green+Blue) = 146+76+198=420 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.76% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 198 (77.73% from 255 or 47.14% from 420); Max value from RGB is 198 - color contains mainly: blue. Hex color #924CC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CC6 is #6DB339. Grayscale: #6E6E6E. Windows color (decimal): -7189306 or 12995730. OLE color: 12995730.
HSL color Cylindrical-coordinate representation of color #924CC6: hue angle of 274.43º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924CC6 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 76 | 198 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.22 |
| HSL | 274.43º | 0.52% | 0.54% | - |
| HSV(B) | 274.43º | 0.62% | 0.78% | - |
| XYZ | 24.63 | 15.36 | 55.09 | - |
| YUV | 110.84 | 177.19 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 76 | 198 | 0.26 | 0.62 | 0 | 0.22 | 274.43 | 0.52 | 0.54 |
| Hex | 92 | 4C | C6 | 1A | 3E | 0 | 16 | 112 | 34 | 36 |
| Octal | 222 | 114 | 306 | 32 | 76 | 0 | 26 | 422 | 64 | 66 |
| Binary | 10010010 | 1001100 | 11000110 | 11010 | 111110 | 0 | 10110 | 100010010 | 110100 | 110110 |
Color Harmonies of #924CC6
Complementary color
Monochromatic Colors of #924CC6
Black with #924CC6
Text Example
Text Example
White with #924CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924CC6; }
p { color: rgb(146,76,198); }
H1.HeaderClassName
{
color: #924CC6;
}
.AnyTagClassName
{
color: #924CC6;
}
</style>
background-color css
<style>
a { background-color: #924CC6; }
a { background-color: rgb(146,76,198); }
div.DivClassName
{
background-color: #924CC6;
}
.BgClassName
{
background-color: #924CC6;
}
</style>
border-color css
<style>
span { border-color: #924CC6; }
span { border-color: rgb(146,76,198); }
td.TdClassName
{
border-color: #924CC6;
}
.TagClassName
{
border-color: #924CC6;
}
</style>