Shades of Deep Lilac #9357A9
Tints of Deep Lilac #9357A9
RGB
CMYK
RGB Variations
Color information
#9357A9 (or 0x9357A9) is known color: Deep Lilac. HEX triplet: 93, 57 and A9. RGB value is (147,87,169). Sum of RGB (Red+Green+Blue) = 147+87+169=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 87 (34.38% from 255 or 21.59% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #9357A9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9357A9 is #6CA856. Grayscale: #727272. Windows color (decimal): -7120983 or 11098003. OLE color: 11098003.
HSL color Cylindrical-coordinate representation of color #9357A9: hue angle of 283.9º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9357A9 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 147 | 87 | 169 | - |
| CMYK | 0.13 | 0.49 | 0 | 0.34 |
| HSL | 283.9º | 0.32% | 0.5% | - |
| HSV(B) | 283.9º | 0.49% | 0.66% | - |
| XYZ | 22.6 | 15.88 | 39.41 | - |
| YUV | 114.29 | 158.88 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 169 | 0.13 | 0.49 | 0 | 0.34 | 283.9 | 0.32 | 0.5 |
| Hex | 93 | 57 | A9 | D | 31 | 0 | 22 | 11C | 20 | 32 |
| Octal | 223 | 127 | 251 | 15 | 61 | 0 | 42 | 434 | 40 | 62 |
| Binary | 10010011 | 1010111 | 10101001 | 1101 | 110001 | 0 | 100010 | 100011100 | 100000 | 110010 |
Color Harmonies of #9357A9
Complementary color
Monochromatic Colors of #9357A9
Black with #9357A9
Text Example
Text Example
White with #9357A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357A9; }
p { color: rgb(147,87,169); }
H1.HeaderClassName
{
color: #9357A9;
}
.AnyTagClassName
{
color: #9357A9;
}
</style>
background-color css
<style>
a { background-color: #9357A9; }
a { background-color: rgb(147,87,169); }
div.DivClassName
{
background-color: #9357A9;
}
.BgClassName
{
background-color: #9357A9;
}
</style>
border-color css
<style>
span { border-color: #9357A9; }
span { border-color: rgb(147,87,169); }
td.TdClassName
{
border-color: #9357A9;
}
.TagClassName
{
border-color: #9357A9;
}
</style>