Shades of Deep Lilac #9355AB
Tints of Deep Lilac #9355AB
RGB
CMYK
RGB Variations
Color information
#9355AB (or 0x9355AB) is known color: Deep Lilac. HEX triplet: 93, 55 and AB. RGB value is (147,85,171). Sum of RGB (Red+Green+Blue) = 147+85+171=403 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.48% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #9355AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9355AB is #6CAA54. Grayscale: #717171. Windows color (decimal): -7121493 or 11228563. OLE color: 11228563.
HSL color Cylindrical-coordinate representation of color #9355AB: hue angle of 283.26º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9355AB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 85 | 171 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.33 |
| HSL | 283.26º | 0.34% | 0.5% | - |
| HSV(B) | 283.26º | 0.5% | 0.67% | - |
| XYZ | 22.63 | 15.64 | 40.35 | - |
| YUV | 113.34 | 160.54 | 152.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 171 | 0.14 | 0.50 | 0 | 0.33 | 283.26 | 0.34 | 0.5 |
| Hex | 93 | 55 | AB | E | 32 | 0 | 21 | 11B | 22 | 32 |
| Octal | 223 | 125 | 253 | 16 | 62 | 0 | 41 | 433 | 42 | 62 |
| Binary | 10010011 | 1010101 | 10101011 | 1110 | 110010 | 0 | 100001 | 100011011 | 100010 | 110010 |
Color Harmonies of #9355AB
Complementary color
Monochromatic Colors of #9355AB
Black with #9355AB
Text Example
Text Example
White with #9355AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355AB; }
p { color: rgb(147,85,171); }
H1.HeaderClassName
{
color: #9355AB;
}
.AnyTagClassName
{
color: #9355AB;
}
</style>
background-color css
<style>
a { background-color: #9355AB; }
a { background-color: rgb(147,85,171); }
div.DivClassName
{
background-color: #9355AB;
}
.BgClassName
{
background-color: #9355AB;
}
</style>
border-color css
<style>
span { border-color: #9355AB; }
span { border-color: rgb(147,85,171); }
td.TdClassName
{
border-color: #9355AB;
}
.TagClassName
{
border-color: #9355AB;
}
</style>