Shades of Deep Lilac #9353AA
Tints of Deep Lilac #9353AA
RGB
CMYK
RGB Variations
Color information
#9353AA (or 0x9353AA) is known color: Deep Lilac. HEX triplet: 93, 53 and AA. RGB value is (147,83,170). Sum of RGB (Red+Green+Blue) = 147+83+170=400 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.75% from 400); Green value is 83 (32.81% from 255 or 20.75% from 400); Blue value is 170 (66.80% from 255 or 42.5% from 400); Max value from RGB is 170 - color contains mainly: blue. Hex color #9353AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9353AA is #6CAC55. Grayscale: #6F6F6F. Windows color (decimal): -7122006 or 11162515. OLE color: 11162515.
HSL color Cylindrical-coordinate representation of color #9353AA: hue angle of 284.14º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9353AA is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 83 | 170 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.33 |
| HSL | 284.14º | 0.34% | 0.5% | - |
| HSV(B) | 284.14º | 0.51% | 0.67% | - |
| XYZ | 22.38 | 15.29 | 39.8 | - |
| YUV | 112.05 | 160.7 | 152.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 170 | 0.14 | 0.51 | 0 | 0.33 | 284.14 | 0.34 | 0.5 |
| Hex | 93 | 53 | AA | E | 33 | 0 | 21 | 11C | 22 | 32 |
| Octal | 223 | 123 | 252 | 16 | 63 | 0 | 41 | 434 | 42 | 62 |
| Binary | 10010011 | 1010011 | 10101010 | 1110 | 110011 | 0 | 100001 | 100011100 | 100010 | 110010 |
Color Harmonies of #9353AA
Complementary color
Monochromatic Colors of #9353AA
Black with #9353AA
Text Example
Text Example
White with #9353AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9353AA; }
p { color: rgb(147,83,170); }
H1.HeaderClassName
{
color: #9353AA;
}
.AnyTagClassName
{
color: #9353AA;
}
</style>
background-color css
<style>
a { background-color: #9353AA; }
a { background-color: rgb(147,83,170); }
div.DivClassName
{
background-color: #9353AA;
}
.BgClassName
{
background-color: #9353AA;
}
</style>
border-color css
<style>
span { border-color: #9353AA; }
span { border-color: rgb(147,83,170); }
td.TdClassName
{
border-color: #9353AA;
}
.TagClassName
{
border-color: #9353AA;
}
</style>