Shades of Deep Lilac #924ECD
Tints of Deep Lilac #924ECD
RGB
CMYK
RGB Variations
Color information
#924ECD (or 0x924ECD) is known color: Deep Lilac. HEX triplet: 92, 4E and CD. RGB value is (146,78,205). Sum of RGB (Red+Green+Blue) = 146+78+205=429 (56% of max value = 765). Red value is 146 (57.42% from 255 or 34.03% from 429); Green value is 78 (30.86% from 255 or 18.18% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #924ECD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924ECD is #6DB132. Grayscale: #707070. Windows color (decimal): -7188787 or 13454994. OLE color: 13454994.
HSL color Cylindrical-coordinate representation of color #924ECD: hue angle of 272.13º degrees, saturation: 0.56, 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 #924ECD is Cyan = 0.29, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 78 | 205 | - |
| CMYK | 0.29 | 0.62 | 0 | 0.20 |
| HSL | 272.13º | 0.56% | 0.55% | - |
| HSV(B) | 272.13º | 0.62% | 0.8% | - |
| XYZ | 25.6 | 15.97 | 59.49 | - |
| YUV | 112.81 | 180.03 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 205 | 0.29 | 0.62 | 0 | 0.20 | 272.13 | 0.56 | 0.55 |
| Hex | 92 | 4E | CD | 1D | 3E | 0 | 14 | 110 | 38 | 37 |
| Octal | 222 | 116 | 315 | 35 | 76 | 0 | 24 | 420 | 70 | 67 |
| Binary | 10010010 | 1001110 | 11001101 | 11101 | 111110 | 0 | 10100 | 100010000 | 111000 | 110111 |
Color Harmonies of #924ECD
Complementary color
Monochromatic Colors of #924ECD
Black with #924ECD
Text Example
Text Example
White with #924ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924ECD; }
p { color: rgb(146,78,205); }
H1.HeaderClassName
{
color: #924ECD;
}
.AnyTagClassName
{
color: #924ECD;
}
</style>
background-color css
<style>
a { background-color: #924ECD; }
a { background-color: rgb(146,78,205); }
div.DivClassName
{
background-color: #924ECD;
}
.BgClassName
{
background-color: #924ECD;
}
</style>
border-color css
<style>
span { border-color: #924ECD; }
span { border-color: rgb(146,78,205); }
td.TdClassName
{
border-color: #924ECD;
}
.TagClassName
{
border-color: #924ECD;
}
</style>