Shades of Deep Lilac #9352AC
Tints of Deep Lilac #9352AC
RGB
CMYK
RGB Variations
Color information
#9352AC (or 0x9352AC) is known color: Deep Lilac. HEX triplet: 93, 52 and AC. RGB value is (147,82,172). Sum of RGB (Red+Green+Blue) = 147+82+172=401 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.66% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 172 - color contains mainly: blue. Hex color #9352AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9352AC is #6CAD53. Grayscale: #6F6F6F. Windows color (decimal): -7122260 or 11293331. OLE color: 11293331.
HSL color Cylindrical-coordinate representation of color #9352AC: hue angle of 283.33º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9352AC is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 82 | 172 | - |
| CMYK | 0.15 | 0.52 | 0 | 0.33 |
| HSL | 283.33º | 0.35% | 0.5% | - |
| HSV(B) | 283.33º | 0.52% | 0.67% | - |
| XYZ | 22.5 | 15.22 | 40.78 | - |
| YUV | 111.7 | 162.03 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 82 | 172 | 0.15 | 0.52 | 0 | 0.33 | 283.33 | 0.35 | 0.5 |
| Hex | 93 | 52 | AC | F | 34 | 0 | 21 | 11B | 23 | 32 |
| Octal | 223 | 122 | 254 | 17 | 64 | 0 | 41 | 433 | 43 | 62 |
| Binary | 10010011 | 1010010 | 10101100 | 1111 | 110100 | 0 | 100001 | 100011011 | 100011 | 110010 |
Color Harmonies of #9352AC
Complementary color
Monochromatic Colors of #9352AC
Black with #9352AC
Text Example
Text Example
White with #9352AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9352AC; }
p { color: rgb(147,82,172); }
H1.HeaderClassName
{
color: #9352AC;
}
.AnyTagClassName
{
color: #9352AC;
}
</style>
background-color css
<style>
a { background-color: #9352AC; }
a { background-color: rgb(147,82,172); }
div.DivClassName
{
background-color: #9352AC;
}
.BgClassName
{
background-color: #9352AC;
}
</style>
border-color css
<style>
span { border-color: #9352AC; }
span { border-color: rgb(147,82,172); }
td.TdClassName
{
border-color: #9352AC;
}
.TagClassName
{
border-color: #9352AC;
}
</style>