Shades of Deep Lilac #924FC4
Tints of Deep Lilac #924FC4
RGB
CMYK
RGB Variations
Color information
#924FC4 (or 0x924FC4) is known color: Deep Lilac. HEX triplet: 92, 4F and C4. RGB value is (146,79,196). Sum of RGB (Red+Green+Blue) = 146+79+196=421 (55% of max value = 765). Red value is 146 (57.42% from 255 or 34.68% from 421); Green value is 79 (31.25% from 255 or 18.76% from 421); Blue value is 196 (76.95% from 255 or 46.56% from 421); Max value from RGB is 196 - color contains mainly: blue. Hex color #924FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FC4 is #6DB03B. Grayscale: #6F6F6F. Windows color (decimal): -7188540 or 12865426. OLE color: 12865426.
HSL color Cylindrical-coordinate representation of color #924FC4: hue angle of 274.36º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #924FC4 is Cyan = 0.26, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 79 | 196 | - |
| CMYK | 0.26 | 0.60 | 0 | 0.23 |
| HSL | 274.36º | 0.5% | 0.54% | - |
| HSV(B) | 274.36º | 0.6% | 0.77% | - |
| XYZ | 24.61 | 15.69 | 53.96 | - |
| YUV | 112.37 | 175.2 | 151.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 79 | 196 | 0.26 | 0.60 | 0 | 0.23 | 274.36 | 0.5 | 0.54 |
| Hex | 92 | 4F | C4 | 1A | 3C | 0 | 17 | 112 | 32 | 36 |
| Octal | 222 | 117 | 304 | 32 | 74 | 0 | 27 | 422 | 62 | 66 |
| Binary | 10010010 | 1001111 | 11000100 | 11010 | 111100 | 0 | 10111 | 100010010 | 110010 | 110110 |
Color Harmonies of #924FC4
Complementary color
Monochromatic Colors of #924FC4
Black with #924FC4
Text Example
Text Example
White with #924FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924FC4; }
p { color: rgb(146,79,196); }
H1.HeaderClassName
{
color: #924FC4;
}
.AnyTagClassName
{
color: #924FC4;
}
</style>
background-color css
<style>
a { background-color: #924FC4; }
a { background-color: rgb(146,79,196); }
div.DivClassName
{
background-color: #924FC4;
}
.BgClassName
{
background-color: #924FC4;
}
</style>
border-color css
<style>
span { border-color: #924FC4; }
span { border-color: rgb(146,79,196); }
td.TdClassName
{
border-color: #924FC4;
}
.TagClassName
{
border-color: #924FC4;
}
</style>