Shades of Deep Lilac #9363BA
Tints of Deep Lilac #9363BA
RGB
CMYK
RGB Variations
Color information
#9363BA (or 0x9363BA) is known color: Deep Lilac. HEX triplet: 93, 63 and BA. RGB value is (147,99,186). Sum of RGB (Red+Green+Blue) = 147+99+186=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 99 (39.06% from 255 or 22.92% from 432); Blue value is 186 (73.05% from 255 or 43.06% from 432); Max value from RGB is 186 - color contains mainly: blue. Hex color #9363BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9363BA is #6C9C45. Grayscale: #7A7A7A. Windows color (decimal): -7117894 or 12215187. OLE color: 12215187.
HSL color Cylindrical-coordinate representation of color #9363BA: hue angle of 273.1º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9363BA is Cyan = 0.21, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 99 | 186 | - |
| CMYK | 0.21 | 0.47 | 0 | 0.27 |
| HSL | 273.1º | 0.39% | 0.56% | - |
| HSV(B) | 273.1º | 0.47% | 0.73% | - |
| XYZ | 25.36 | 18.67 | 48.72 | - |
| YUV | 123.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 186 | 0.21 | 0.47 | 0 | 0.27 | 273.1 | 0.39 | 0.56 |
| Hex | 93 | 63 | BA | 15 | 2F | 0 | 1B | 111 | 27 | 38 |
| Octal | 223 | 143 | 272 | 25 | 57 | 0 | 33 | 421 | 47 | 70 |
| Binary | 10010011 | 1100011 | 10111010 | 10101 | 101111 | 0 | 11011 | 100010001 | 100111 | 111000 |
Color Harmonies of #9363BA
Complementary color
Monochromatic Colors of #9363BA
Black with #9363BA
Text Example
Text Example
White with #9363BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9363BA; }
p { color: rgb(147,99,186); }
H1.HeaderClassName
{
color: #9363BA;
}
.AnyTagClassName
{
color: #9363BA;
}
</style>
background-color css
<style>
a { background-color: #9363BA; }
a { background-color: rgb(147,99,186); }
div.DivClassName
{
background-color: #9363BA;
}
.BgClassName
{
background-color: #9363BA;
}
</style>
border-color css
<style>
span { border-color: #9363BA; }
span { border-color: rgb(147,99,186); }
td.TdClassName
{
border-color: #9363BA;
}
.TagClassName
{
border-color: #9363BA;
}
</style>