Shades of Deep Lilac #9354AB
Tints of Deep Lilac #9354AB
RGB
CMYK
RGB Variations
Color information
#9354AB (or 0x9354AB) is known color: Deep Lilac. HEX triplet: 93, 54 and AB. RGB value is (147,84,171). Sum of RGB (Red+Green+Blue) = 147+84+171=402 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.57% from 402); Green value is 84 (33.20% from 255 or 20.90% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 171 - color contains mainly: blue. Hex color #9354AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9354AB is #6CAB54. Grayscale: #707070. Windows color (decimal): -7121749 or 11228307. OLE color: 11228307.
HSL color Cylindrical-coordinate representation of color #9354AB: hue angle of 283.45º degrees, saturation: 0.34, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9354AB is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 147 | 84 | 171 | - |
| CMYK | 0.14 | 0.51 | 0 | 0.33 |
| HSL | 283.45º | 0.34% | 0.5% | - |
| HSV(B) | 283.45º | 0.51% | 0.67% | - |
| XYZ | 22.55 | 15.48 | 40.33 | - |
| YUV | 112.76 | 160.87 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 84 | 171 | 0.14 | 0.51 | 0 | 0.33 | 283.45 | 0.34 | 0.5 |
| Hex | 93 | 54 | AB | E | 33 | 0 | 21 | 11B | 22 | 32 |
| Octal | 223 | 124 | 253 | 16 | 63 | 0 | 41 | 433 | 42 | 62 |
| Binary | 10010011 | 1010100 | 10101011 | 1110 | 110011 | 0 | 100001 | 100011011 | 100010 | 110010 |
Color Harmonies of #9354AB
Complementary color
Monochromatic Colors of #9354AB
Black with #9354AB
Text Example
Text Example
White with #9354AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9354AB; }
p { color: rgb(147,84,171); }
H1.HeaderClassName
{
color: #9354AB;
}
.AnyTagClassName
{
color: #9354AB;
}
</style>
background-color css
<style>
a { background-color: #9354AB; }
a { background-color: rgb(147,84,171); }
div.DivClassName
{
background-color: #9354AB;
}
.BgClassName
{
background-color: #9354AB;
}
</style>
border-color css
<style>
span { border-color: #9354AB; }
span { border-color: rgb(147,84,171); }
td.TdClassName
{
border-color: #9354AB;
}
.TagClassName
{
border-color: #9354AB;
}
</style>