Shades of Deep Lilac #9359AB
Tints of Deep Lilac #9359AB
RGB
CMYK
RGB Variations
Color information
#9359AB (or 0x9359AB) is known color: Deep Lilac. HEX triplet: 93, 59 and AB. RGB value is (147,89,171). Sum of RGB (Red+Green+Blue) = 147+89+171=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 171 (67.19% from 255 or 42.01% from 407); Max value from RGB is 171 - color contains mainly: blue. Hex color #9359AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9359AB is #6CA654. Grayscale: #737373. Windows color (decimal): -7120469 or 11229587. OLE color: 11229587.
HSL color Cylindrical-coordinate representation of color #9359AB: hue angle of 282.44º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9359AB is Cyan = 0.14, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 89 | 171 | - |
| CMYK | 0.14 | 0.48 | 0 | 0.33 |
| HSL | 282.44º | 0.33% | 0.51% | - |
| HSV(B) | 282.44º | 0.48% | 0.67% | - |
| XYZ | 22.96 | 16.29 | 40.46 | - |
| YUV | 115.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 89 | 171 | 0.14 | 0.48 | 0 | 0.33 | 282.44 | 0.33 | 0.51 |
| Hex | 93 | 59 | AB | E | 30 | 0 | 21 | 11A | 21 | 33 |
| Octal | 223 | 131 | 253 | 16 | 60 | 0 | 41 | 432 | 41 | 63 |
| Binary | 10010011 | 1011001 | 10101011 | 1110 | 110000 | 0 | 100001 | 100011010 | 100001 | 110011 |
Color Harmonies of #9359AB
Complementary color
Monochromatic Colors of #9359AB
Black with #9359AB
Text Example
Text Example
White with #9359AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9359AB; }
p { color: rgb(147,89,171); }
H1.HeaderClassName
{
color: #9359AB;
}
.AnyTagClassName
{
color: #9359AB;
}
</style>
background-color css
<style>
a { background-color: #9359AB; }
a { background-color: rgb(147,89,171); }
div.DivClassName
{
background-color: #9359AB;
}
.BgClassName
{
background-color: #9359AB;
}
</style>
border-color css
<style>
span { border-color: #9359AB; }
span { border-color: rgb(147,89,171); }
td.TdClassName
{
border-color: #9359AB;
}
.TagClassName
{
border-color: #9359AB;
}
</style>