Shades of Deep Lilac #924EAF
Tints of Deep Lilac #924EAF
RGB
CMYK
RGB Variations
Color information
#924EAF (or 0x924EAF) is known color: Deep Lilac. HEX triplet: 92, 4E and AF. RGB value is (146,78,175). Sum of RGB (Red+Green+Blue) = 146+78+175=399 (52% of max value = 765). Red value is 146 (57.42% from 255 or 36.59% from 399); Green value is 78 (30.86% from 255 or 19.55% from 399); Blue value is 175 (68.75% from 255 or 43.86% from 399); Max value from RGB is 175 - color contains mainly: blue. Hex color #924EAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #924EAF is #6DB150. Grayscale: #6D6D6D. Windows color (decimal): -7188817 or 11488914. OLE color: 11488914.
HSL color Cylindrical-coordinate representation of color #924EAF: hue angle of 282.06º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #924EAF is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 146 | 78 | 175 | - |
| CMYK | 0.17 | 0.55 | 0 | 0.31 |
| HSL | 282.06º | 0.38% | 0.5% | - |
| HSV(B) | 282.06º | 0.55% | 0.69% | - |
| XYZ | 22.32 | 14.65 | 42.21 | - |
| YUV | 109.39 | 165.03 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 78 | 175 | 0.17 | 0.55 | 0 | 0.31 | 282.06 | 0.38 | 0.5 |
| Hex | 92 | 4E | AF | 11 | 37 | 0 | 1F | 11A | 26 | 32 |
| Octal | 222 | 116 | 257 | 21 | 67 | 0 | 37 | 432 | 46 | 62 |
| Binary | 10010010 | 1001110 | 10101111 | 10001 | 110111 | 0 | 11111 | 100011010 | 100110 | 110010 |
Color Harmonies of #924EAF
Complementary color
Monochromatic Colors of #924EAF
Black with #924EAF
Text Example
Text Example
White with #924EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #924EAF; }
p { color: rgb(146,78,175); }
H1.HeaderClassName
{
color: #924EAF;
}
.AnyTagClassName
{
color: #924EAF;
}
</style>
background-color css
<style>
a { background-color: #924EAF; }
a { background-color: rgb(146,78,175); }
div.DivClassName
{
background-color: #924EAF;
}
.BgClassName
{
background-color: #924EAF;
}
</style>
border-color css
<style>
span { border-color: #924EAF; }
span { border-color: rgb(146,78,175); }
td.TdClassName
{
border-color: #924EAF;
}
.TagClassName
{
border-color: #924EAF;
}
</style>