Shades of Deep Lilac #924AC4
Tints of Deep Lilac #924AC4
RGB
CMYK
RGB Variations
Color information
#924AC4 (or 0x924AC4) is known color: Deep Lilac. HEX triplet: 92, 4A and C4. RGB value is (146,74,196). Sum of RGB (Red+Green+Blue) = 146+74+196=416 (55% of max value = 765). Red value is 146 (57.42% from 255 or 35.10% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 196 (76.95% from 255 or 47.12% from 416); Max value from RGB is 196 - color contains mainly: blue. Hex color #924AC4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924AC4 is #6DB53B. Grayscale: #6D6D6D. Windows color (decimal): -7189820 or 12864146. OLE color: 12864146.
HSL color Cylindrical-coordinate representation of color #924AC4: hue angle of 275.41º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924AC4 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 74 | 196 | - |
| CMYK | 0.26 | 0.62 | 0 | 0.23 |
| HSL | 275.41º | 0.51% | 0.53% | - |
| HSV(B) | 275.41º | 0.62% | 0.77% | - |
| XYZ | 24.27 | 14.99 | 53.84 | - |
| YUV | 109.44 | 176.85 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 74 | 196 | 0.26 | 0.62 | 0 | 0.23 | 275.41 | 0.51 | 0.53 |
| Hex | 92 | 4A | C4 | 1A | 3E | 0 | 17 | 113 | 33 | 35 |
| Octal | 222 | 112 | 304 | 32 | 76 | 0 | 27 | 423 | 63 | 65 |
| Binary | 10010010 | 1001010 | 11000100 | 11010 | 111110 | 0 | 10111 | 100010011 | 110011 | 110101 |
Color Harmonies of #924AC4
Complementary color
Monochromatic Colors of #924AC4
Black with #924AC4
Text Example
Text Example
White with #924AC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924AC4; }
p { color: rgb(146,74,196); }
H1.HeaderClassName
{
color: #924AC4;
}
.AnyTagClassName
{
color: #924AC4;
}
</style>
background-color css
<style>
a { background-color: #924AC4; }
a { background-color: rgb(146,74,196); }
div.DivClassName
{
background-color: #924AC4;
}
.BgClassName
{
background-color: #924AC4;
}
</style>
border-color css
<style>
span { border-color: #924AC4; }
span { border-color: rgb(146,74,196); }
td.TdClassName
{
border-color: #924AC4;
}
.TagClassName
{
border-color: #924AC4;
}
</style>