Shades of Deep Lilac #9C55BA
Tints of Deep Lilac #9C55BA
RGB
CMYK
RGB Variations
Color information
#9C55BA (or 0x9C55BA) is known color: Deep Lilac. HEX triplet: 9C, 55 and BA. RGB value is (156,85,186). Sum of RGB (Red+Green+Blue) = 156+85+186=427 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.53% from 427); Green value is 85 (33.59% from 255 or 19.91% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #9C55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55BA is #63AA45. Grayscale: #757575. Windows color (decimal): -6531654 or 12211612. OLE color: 12211612.
HSL color Cylindrical-coordinate representation of color #9C55BA: hue angle of 282.18º 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 #9C55BA is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 156 | 85 | 186 | - |
| CMYK | 0.16 | 0.54 | 0 | 0.27 |
| HSL | 282.18º | 0.42% | 0.53% | - |
| HSV(B) | 282.18º | 0.54% | 0.73% | - |
| XYZ | 25.82 | 17.11 | 48.4 | - |
| YUV | 117.74 | 166.52 | 155.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 85 | 186 | 0.16 | 0.54 | 0 | 0.27 | 282.18 | 0.42 | 0.53 |
| Hex | 9C | 55 | BA | 10 | 36 | 0 | 1B | 11A | 2A | 35 |
| Octal | 234 | 125 | 272 | 20 | 66 | 0 | 33 | 432 | 52 | 65 |
| Binary | 10011100 | 1010101 | 10111010 | 10000 | 110110 | 0 | 11011 | 100011010 | 101010 | 110101 |
Color Harmonies of #9C55BA
Complementary color
Monochromatic Colors of #9C55BA
Black with #9C55BA
Text Example
Text Example
White with #9C55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C55BA; }
p { color: rgb(156,85,186); }
H1.HeaderClassName
{
color: #9C55BA;
}
.AnyTagClassName
{
color: #9C55BA;
}
</style>
background-color css
<style>
a { background-color: #9C55BA; }
a { background-color: rgb(156,85,186); }
div.DivClassName
{
background-color: #9C55BA;
}
.BgClassName
{
background-color: #9C55BA;
}
</style>
border-color css
<style>
span { border-color: #9C55BA; }
span { border-color: rgb(156,85,186); }
td.TdClassName
{
border-color: #9C55BA;
}
.TagClassName
{
border-color: #9C55BA;
}
</style>