Shades of Deep Lilac #9352AA
Tints of Deep Lilac #9352AA
RGB
CMYK
RGB Variations
Color information
#9352AA (or 0x9352AA) is known color: Deep Lilac. HEX triplet: 93, 52 and AA. RGB value is (147,82,170). Sum of RGB (Red+Green+Blue) = 147+82+170=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 82 (32.42% from 255 or 20.55% from 399); Blue value is 170 (66.80% from 255 or 42.61% from 399); Max value from RGB is 170 - color contains mainly: blue. Hex color #9352AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9352AA is #6CAD55. Grayscale: #6F6F6F. Windows color (decimal): -7122262 or 11162259. OLE color: 11162259.
HSL color Cylindrical-coordinate representation of color #9352AA: hue angle of 284.32º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9352AA is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 82 | 170 | - |
| CMYK | 0.14 | 0.52 | 0 | 0.33 |
| HSL | 284.32º | 0.35% | 0.49% | - |
| HSV(B) | 284.32º | 0.52% | 0.67% | - |
| XYZ | 22.31 | 15.14 | 39.78 | - |
| YUV | 111.47 | 161.03 | 153.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 170 | 0.14 | 0.52 | 0 | 0.33 | 284.32 | 0.35 | 0.49 |
| Hex | 93 | 52 | AA | E | 34 | 0 | 21 | 11C | 23 | 31 |
| Octal | 223 | 122 | 252 | 16 | 64 | 0 | 41 | 434 | 43 | 61 |
| Binary | 10010011 | 1010010 | 10101010 | 1110 | 110100 | 0 | 100001 | 100011100 | 100011 | 110001 |
Color Harmonies of #9352AA
Complementary color
Monochromatic Colors of #9352AA
Black with #9352AA
Text Example
Text Example
White with #9352AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352AA; }
p { color: rgb(147,82,170); }
H1.HeaderClassName
{
color: #9352AA;
}
.AnyTagClassName
{
color: #9352AA;
}
</style>
background-color css
<style>
a { background-color: #9352AA; }
a { background-color: rgb(147,82,170); }
div.DivClassName
{
background-color: #9352AA;
}
.BgClassName
{
background-color: #9352AA;
}
</style>
border-color css
<style>
span { border-color: #9352AA; }
span { border-color: rgb(147,82,170); }
td.TdClassName
{
border-color: #9352AA;
}
.TagClassName
{
border-color: #9352AA;
}
</style>