Shades of Deep Lilac #9357A5
Tints of Deep Lilac #9357A5
RGB
CMYK
RGB Variations
Color information
#9357A5 (or 0x9357A5) is known color: Deep Lilac. HEX triplet: 93, 57 and A5. RGB value is (147,87,165). Sum of RGB (Red+Green+Blue) = 147+87+165=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 87 (34.38% from 255 or 21.80% from 399); Blue value is 165 (64.84% from 255 or 41.35% from 399); Max value from RGB is 165 - color contains mainly: blue. Hex color #9357A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9357A5 is #6CA85A. Grayscale: #717171. Windows color (decimal): -7120987 or 10835859. OLE color: 10835859.
HSL color Cylindrical-coordinate representation of color #9357A5: hue angle of 286.15º degrees, saturation: 0.31, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9357A5 is Cyan = 0.11, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 147 | 87 | 165 | - |
| CMYK | 0.11 | 0.47 | 0 | 0.35 |
| HSL | 286.15º | 0.31% | 0.49% | - |
| HSV(B) | 286.15º | 0.47% | 0.65% | - |
| XYZ | 22.23 | 15.74 | 37.46 | - |
| YUV | 113.83 | 156.88 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 87 | 165 | 0.11 | 0.47 | 0 | 0.35 | 286.15 | 0.31 | 0.49 |
| Hex | 93 | 57 | A5 | B | 2F | 0 | 23 | 11E | 1F | 31 |
| Octal | 223 | 127 | 245 | 13 | 57 | 0 | 43 | 436 | 37 | 61 |
| Binary | 10010011 | 1010111 | 10100101 | 1011 | 101111 | 0 | 100011 | 100011110 | 11111 | 110001 |
Color Harmonies of #9357A5
Complementary color
Monochromatic Colors of #9357A5
Black with #9357A5
Text Example
Text Example
White with #9357A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9357A5; }
p { color: rgb(147,87,165); }
H1.HeaderClassName
{
color: #9357A5;
}
.AnyTagClassName
{
color: #9357A5;
}
</style>
background-color css
<style>
a { background-color: #9357A5; }
a { background-color: rgb(147,87,165); }
div.DivClassName
{
background-color: #9357A5;
}
.BgClassName
{
background-color: #9357A5;
}
</style>
border-color css
<style>
span { border-color: #9357A5; }
span { border-color: rgb(147,87,165); }
td.TdClassName
{
border-color: #9357A5;
}
.TagClassName
{
border-color: #9357A5;
}
</style>