Shades of Deep Lilac #9355BA
Tints of Deep Lilac #9355BA
RGB
CMYK
RGB Variations
Color information
#9355BA (or 0x9355BA) is known color: Deep Lilac. HEX triplet: 93, 55 and BA. RGB value is (147,85,186). Sum of RGB (Red+Green+Blue) = 147+85+186=418 (55% of max value = 765). Red value is 147 (57.81% from 255 or 35.17% from 418); Green value is 85 (33.59% from 255 or 20.33% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #9355BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9355BA is #6CAA45. Grayscale: #727272. Windows color (decimal): -7121478 or 12211603. OLE color: 12211603.
HSL color Cylindrical-coordinate representation of color #9355BA: hue angle of 276.83º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9355BA is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 85 | 186 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.27 |
| HSL | 276.83º | 0.42% | 0.53% | - |
| HSV(B) | 276.83º | 0.54% | 0.73% | - |
| XYZ | 24.14 | 16.25 | 48.32 | - |
| YUV | 115.05 | 168.04 | 150.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 85 | 186 | 0.21 | 0.54 | 0 | 0.27 | 276.83 | 0.42 | 0.53 |
| Hex | 93 | 55 | BA | 15 | 36 | 0 | 1B | 115 | 2A | 35 |
| Octal | 223 | 125 | 272 | 25 | 66 | 0 | 33 | 425 | 52 | 65 |
| Binary | 10010011 | 1010101 | 10111010 | 10101 | 110110 | 0 | 11011 | 100010101 | 101010 | 110101 |
Color Harmonies of #9355BA
Complementary color
Monochromatic Colors of #9355BA
Black with #9355BA
Text Example
Text Example
White with #9355BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9355BA; }
p { color: rgb(147,85,186); }
H1.HeaderClassName
{
color: #9355BA;
}
.AnyTagClassName
{
color: #9355BA;
}
</style>
background-color css
<style>
a { background-color: #9355BA; }
a { background-color: rgb(147,85,186); }
div.DivClassName
{
background-color: #9355BA;
}
.BgClassName
{
background-color: #9355BA;
}
</style>
border-color css
<style>
span { border-color: #9355BA; }
span { border-color: rgb(147,85,186); }
td.TdClassName
{
border-color: #9355BA;
}
.TagClassName
{
border-color: #9355BA;
}
</style>