Shades of Deep Lilac #9555BA
Tints of Deep Lilac #9555BA
RGB
CMYK
RGB Variations
Color information
#9555BA (or 0x9555BA) is known color: Deep Lilac. HEX triplet: 95, 55 and BA. RGB value is (149,85,186). Sum of RGB (Red+Green+Blue) = 149+85+186=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 85 (33.59% from 255 or 20.24% from 420); Blue value is 186 (73.05% from 255 or 44.29% from 420); Max value from RGB is 186 - color contains mainly: blue. Hex color #9555BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555BA is #6AAA45. Grayscale: #737373. Windows color (decimal): -6990406 or 12211605. OLE color: 12211605.
HSL color Cylindrical-coordinate representation of color #9555BA: hue angle of 278.02º 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 #9555BA is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 85 | 186 | - |
| CMYK | 0.20 | 0.54 | 0 | 0.27 |
| HSL | 278.02º | 0.42% | 0.53% | - |
| HSV(B) | 278.02º | 0.54% | 0.73% | - |
| XYZ | 24.51 | 16.43 | 48.33 | - |
| YUV | 115.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 186 | 0.20 | 0.54 | 0 | 0.27 | 278.02 | 0.42 | 0.53 |
| Hex | 95 | 55 | BA | 14 | 36 | 0 | 1B | 116 | 2A | 35 |
| Octal | 225 | 125 | 272 | 24 | 66 | 0 | 33 | 426 | 52 | 65 |
| Binary | 10010101 | 1010101 | 10111010 | 10100 | 110110 | 0 | 11011 | 100010110 | 101010 | 110101 |
Color Harmonies of #9555BA
Complementary color
Monochromatic Colors of #9555BA
Black with #9555BA
Text Example
Text Example
White with #9555BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555BA; }
p { color: rgb(149,85,186); }
H1.HeaderClassName
{
color: #9555BA;
}
.AnyTagClassName
{
color: #9555BA;
}
</style>
background-color css
<style>
a { background-color: #9555BA; }
a { background-color: rgb(149,85,186); }
div.DivClassName
{
background-color: #9555BA;
}
.BgClassName
{
background-color: #9555BA;
}
</style>
border-color css
<style>
span { border-color: #9555BA; }
span { border-color: rgb(149,85,186); }
td.TdClassName
{
border-color: #9555BA;
}
.TagClassName
{
border-color: #9555BA;
}
</style>