Shades of Deep Lilac #9253AE
Tints of Deep Lilac #9253AE
RGB
CMYK
RGB Variations
Color information
#9253AE (or 0x9253AE) is known color: Deep Lilac. HEX triplet: 92, 53 and AE. RGB value is (146,83,174). Sum of RGB (Red+Green+Blue) = 146+83+174=403 (53% of max value = 765). Red value is 146 (57.42% from 255 or 36.23% from 403); Green value is 83 (32.81% from 255 or 20.60% from 403); Blue value is 174 (68.36% from 255 or 43.18% from 403); Max value from RGB is 174 - color contains mainly: blue. Hex color #9253AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9253AE is #6DAC51. Grayscale: #6F6F6F. Windows color (decimal): -7187538 or 11424658. OLE color: 11424658.
HSL color Cylindrical-coordinate representation of color #9253AE: hue angle of 281.54º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9253AE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 146 | 83 | 174 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.32 |
| HSL | 281.54º | 0.36% | 0.5% | - |
| HSV(B) | 281.54º | 0.52% | 0.68% | - |
| XYZ | 22.59 | 15.35 | 41.82 | - |
| YUV | 112.21 | 162.87 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 83 | 174 | 0.16 | 0.52 | 0 | 0.32 | 281.54 | 0.36 | 0.5 |
| Hex | 92 | 53 | AE | 10 | 34 | 0 | 20 | 11A | 24 | 32 |
| Octal | 222 | 123 | 256 | 20 | 64 | 0 | 40 | 432 | 44 | 62 |
| Binary | 10010010 | 1010011 | 10101110 | 10000 | 110100 | 0 | 100000 | 100011010 | 100100 | 110010 |
Color Harmonies of #9253AE
Complementary color
Monochromatic Colors of #9253AE
Black with #9253AE
Text Example
Text Example
White with #9253AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9253AE; }
p { color: rgb(146,83,174); }
H1.HeaderClassName
{
color: #9253AE;
}
.AnyTagClassName
{
color: #9253AE;
}
</style>
background-color css
<style>
a { background-color: #9253AE; }
a { background-color: rgb(146,83,174); }
div.DivClassName
{
background-color: #9253AE;
}
.BgClassName
{
background-color: #9253AE;
}
</style>
border-color css
<style>
span { border-color: #9253AE; }
span { border-color: rgb(146,83,174); }
td.TdClassName
{
border-color: #9253AE;
}
.TagClassName
{
border-color: #9253AE;
}
</style>