Shades of Deep Lilac #9353BA
Tints of Deep Lilac #9353BA
RGB
CMYK
RGB Variations
Color information
#9353BA (or 0x9353BA) is known color: Deep Lilac. HEX triplet: 93, 53 and BA. RGB value is (147,83,186). Sum of RGB (Red+Green+Blue) = 147+83+186=416 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.34% from 416); Green value is 83 (32.81% from 255 or 19.95% from 416); Blue value is 186 (73.05% from 255 or 44.71% from 416); Max value from RGB is 186 - color contains mainly: blue. Hex color #9353BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9353BA is #6CAC45. Grayscale: #717171. Windows color (decimal): -7121990 or 12211091. OLE color: 12211091.
HSL color Cylindrical-coordinate representation of color #9353BA: hue angle of 277.28º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9353BA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 83 | 186 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.27 |
| HSL | 277.28º | 0.43% | 0.53% | - |
| HSV(B) | 277.28º | 0.55% | 0.73% | - |
| XYZ | 23.99 | 15.93 | 48.27 | - |
| YUV | 113.88 | 168.7 | 151.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 186 | 0.21 | 0.55 | 0 | 0.27 | 277.28 | 0.43 | 0.53 |
| Hex | 93 | 53 | BA | 15 | 37 | 0 | 1B | 115 | 2B | 35 |
| Octal | 223 | 123 | 272 | 25 | 67 | 0 | 33 | 425 | 53 | 65 |
| Binary | 10010011 | 1010011 | 10111010 | 10101 | 110111 | 0 | 11011 | 100010101 | 101011 | 110101 |
Color Harmonies of #9353BA
Complementary color
Monochromatic Colors of #9353BA
Black with #9353BA
Text Example
Text Example
White with #9353BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9353BA; }
p { color: rgb(147,83,186); }
H1.HeaderClassName
{
color: #9353BA;
}
.AnyTagClassName
{
color: #9353BA;
}
</style>
background-color css
<style>
a { background-color: #9353BA; }
a { background-color: rgb(147,83,186); }
div.DivClassName
{
background-color: #9353BA;
}
.BgClassName
{
background-color: #9353BA;
}
</style>
border-color css
<style>
span { border-color: #9353BA; }
span { border-color: rgb(147,83,186); }
td.TdClassName
{
border-color: #9353BA;
}
.TagClassName
{
border-color: #9353BA;
}
</style>