Shades of Deep Lilac #924ECC
Tints of Deep Lilac #924ECC
RGB
CMYK
RGB Variations
Color information
#924ECC (or 0x924ECC) is known color: Deep Lilac. HEX triplet: 92, 4E and CC. RGB value is (146,78,204). Sum of RGB (Red+Green+Blue) = 146+78+204=428 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.11% from 428); Green value is 78 (30.86% from 255 or 18.22% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #924ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924ECC is #6DB133. Grayscale: #707070. Windows color (decimal): -7188788 or 13389458. OLE color: 13389458.
HSL color Cylindrical-coordinate representation of color #924ECC: hue angle of 272.38º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924ECC is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 146 | 78 | 204 | - |
| CMYK | 0.28 | 0.62 | 0 | 0.2 |
| HSL | 272.38º | 0.55% | 0.55% | - |
| HSV(B) | 272.38º | 0.62% | 0.8% | - |
| XYZ | 25.48 | 15.92 | 58.86 | - |
| YUV | 112.7 | 179.53 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 204 | 0.28 | 0.62 | 0 | 0.2 | 272.38 | 0.55 | 0.55 |
| Hex | 92 | 4E | CC | 1C | 3E | 0 | 14 | 110 | 37 | 37 |
| Octal | 222 | 116 | 314 | 34 | 76 | 0 | 24 | 420 | 67 | 67 |
| Binary | 10010010 | 1001110 | 11001100 | 11100 | 111110 | 0 | 10100 | 100010000 | 110111 | 110111 |
Color Harmonies of #924ECC
Complementary color
Monochromatic Colors of #924ECC
Black with #924ECC
Text Example
Text Example
White with #924ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924ECC; }
p { color: rgb(146,78,204); }
H1.HeaderClassName
{
color: #924ECC;
}
.AnyTagClassName
{
color: #924ECC;
}
</style>
background-color css
<style>
a { background-color: #924ECC; }
a { background-color: rgb(146,78,204); }
div.DivClassName
{
background-color: #924ECC;
}
.BgClassName
{
background-color: #924ECC;
}
</style>
border-color css
<style>
span { border-color: #924ECC; }
span { border-color: rgb(146,78,204); }
td.TdClassName
{
border-color: #924ECC;
}
.TagClassName
{
border-color: #924ECC;
}
</style>