Shades of Deep Lilac #9353AE
Tints of Deep Lilac #9353AE
RGB
CMYK
RGB Variations
Color information
#9353AE (or 0x9353AE) is known color: Deep Lilac. HEX triplet: 93, 53 and AE. RGB value is (147,83,174). Sum of RGB (Red+Green+Blue) = 147+83+174=404 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.39% from 404); Green value is 83 (32.81% from 255 or 20.54% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 174 - color contains mainly: blue. Hex color #9353AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9353AE is #6CAC51. Grayscale: #707070. Windows color (decimal): -7122002 or 11424659. OLE color: 11424659.
HSL color Cylindrical-coordinate representation of color #9353AE: hue angle of 282.2º 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 #9353AE is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 83 | 174 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.32 |
| HSL | 282.2º | 0.36% | 0.5% | - |
| HSV(B) | 282.2º | 0.52% | 0.68% | - |
| XYZ | 22.77 | 15.45 | 41.83 | - |
| YUV | 112.51 | 162.7 | 152.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 174 | 0.16 | 0.52 | 0 | 0.32 | 282.2 | 0.36 | 0.5 |
| Hex | 93 | 53 | AE | 10 | 34 | 0 | 20 | 11A | 24 | 32 |
| Octal | 223 | 123 | 256 | 20 | 64 | 0 | 40 | 432 | 44 | 62 |
| Binary | 10010011 | 1010011 | 10101110 | 10000 | 110100 | 0 | 100000 | 100011010 | 100100 | 110010 |
Color Harmonies of #9353AE
Complementary color
Monochromatic Colors of #9353AE
Black with #9353AE
Text Example
Text Example
White with #9353AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9353AE; }
p { color: rgb(147,83,174); }
H1.HeaderClassName
{
color: #9353AE;
}
.AnyTagClassName
{
color: #9353AE;
}
</style>
background-color css
<style>
a { background-color: #9353AE; }
a { background-color: rgb(147,83,174); }
div.DivClassName
{
background-color: #9353AE;
}
.BgClassName
{
background-color: #9353AE;
}
</style>
border-color css
<style>
span { border-color: #9353AE; }
span { border-color: rgb(147,83,174); }
td.TdClassName
{
border-color: #9353AE;
}
.TagClassName
{
border-color: #9353AE;
}
</style>