Shades of Deep Lilac #925AAE
Tints of Deep Lilac #925AAE
RGB
CMYK
RGB Variations
Color information
#925AAE (or 0x925AAE) is known color: Deep Lilac. HEX triplet: 92, 5A and AE. RGB value is (146,90,174). Sum of RGB (Red+Green+Blue) = 146+90+174=410 (54% of max value = 765). Red value is 146 (57.42% from 255 or 35.61% from 410); Green value is 90 (35.55% from 255 or 21.95% from 410); Blue value is 174 (68.36% from 255 or 42.44% from 410); Max value from RGB is 174 - color contains mainly: blue. Hex color #925AAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #925AAE is #6DA551. Grayscale: #747474. Windows color (decimal): -7185746 or 11426450. OLE color: 11426450.
HSL color Cylindrical-coordinate representation of color #925AAE: hue angle of 280º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #925AAE is Cyan = 0.16, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 90 | 174 | - |
| CMYK | 0.16 | 0.48 | 0 | 0.32 |
| HSL | 280º | 0.34% | 0.52% | - |
| HSV(B) | 280º | 0.48% | 0.68% | - |
| XYZ | 23.15 | 16.48 | 42.01 | - |
| YUV | 116.32 | 160.55 | 149.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 90 | 174 | 0.16 | 0.48 | 0 | 0.32 | 280 | 0.34 | 0.52 |
| Hex | 92 | 5A | AE | 10 | 30 | 0 | 20 | 118 | 22 | 34 |
| Octal | 222 | 132 | 256 | 20 | 60 | 0 | 40 | 430 | 42 | 64 |
| Binary | 10010010 | 1011010 | 10101110 | 10000 | 110000 | 0 | 100000 | 100011000 | 100010 | 110100 |
Color Harmonies of #925AAE
Complementary color
Monochromatic Colors of #925AAE
Black with #925AAE
Text Example
Text Example
White with #925AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925AAE; }
p { color: rgb(146,90,174); }
H1.HeaderClassName
{
color: #925AAE;
}
.AnyTagClassName
{
color: #925AAE;
}
</style>
background-color css
<style>
a { background-color: #925AAE; }
a { background-color: rgb(146,90,174); }
div.DivClassName
{
background-color: #925AAE;
}
.BgClassName
{
background-color: #925AAE;
}
</style>
border-color css
<style>
span { border-color: #925AAE; }
span { border-color: rgb(146,90,174); }
td.TdClassName
{
border-color: #925AAE;
}
.TagClassName
{
border-color: #925AAE;
}
</style>