Shades of Deep Lilac #9356AC
Tints of Deep Lilac #9356AC
RGB
CMYK
RGB Variations
Color information
#9356AC (or 0x9356AC) is known color: Deep Lilac. HEX triplet: 93, 56 and AC. RGB value is (147,86,172). Sum of RGB (Red+Green+Blue) = 147+86+172=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 86 (33.98% from 255 or 21.23% from 405); Blue value is 172 (67.58% from 255 or 42.47% from 405); Max value from RGB is 172 - color contains mainly: blue. Hex color #9356AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9356AC is #6CA953. Grayscale: #717171. Windows color (decimal): -7121236 or 11294355. OLE color: 11294355.
HSL color Cylindrical-coordinate representation of color #9356AC: hue angle of 282.56º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9356AC is Cyan = 0.15, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 86 | 172 | - |
| CMYK | 0.15 | 0.5 | 0 | 0.33 |
| HSL | 282.56º | 0.34% | 0.51% | - |
| HSV(B) | 282.56º | 0.5% | 0.67% | - |
| XYZ | 22.81 | 15.84 | 40.88 | - |
| YUV | 114.04 | 160.71 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 172 | 0.15 | 0.5 | 0 | 0.33 | 282.56 | 0.34 | 0.51 |
| Hex | 93 | 56 | AC | F | 32 | 0 | 21 | 11B | 22 | 33 |
| Octal | 223 | 126 | 254 | 17 | 62 | 0 | 41 | 433 | 42 | 63 |
| Binary | 10010011 | 1010110 | 10101100 | 1111 | 110010 | 0 | 100001 | 100011011 | 100010 | 110011 |
Color Harmonies of #9356AC
Complementary color
Monochromatic Colors of #9356AC
Black with #9356AC
Text Example
Text Example
White with #9356AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356AC; }
p { color: rgb(147,86,172); }
H1.HeaderClassName
{
color: #9356AC;
}
.AnyTagClassName
{
color: #9356AC;
}
</style>
background-color css
<style>
a { background-color: #9356AC; }
a { background-color: rgb(147,86,172); }
div.DivClassName
{
background-color: #9356AC;
}
.BgClassName
{
background-color: #9356AC;
}
</style>
border-color css
<style>
span { border-color: #9356AC; }
span { border-color: rgb(147,86,172); }
td.TdClassName
{
border-color: #9356AC;
}
.TagClassName
{
border-color: #9356AC;
}
</style>