Shades of Deep Lilac #8555BA
Tints of Deep Lilac #8555BA
RGB
CMYK
RGB Variations
Color information
#8555BA (or 0x8555BA) is known color: Deep Lilac. HEX triplet: 85, 55 and BA. RGB value is (133,85,186). Sum of RGB (Red+Green+Blue) = 133+85+186=404 (53% of max value = 765). Red value is 133 (52.34% from 255 or 32.92% from 404); Green value is 85 (33.59% from 255 or 21.04% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8555BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8555BA is #7AAA45. Grayscale: #6E6E6E. Windows color (decimal): -8038982 or 12211589. OLE color: 12211589.
HSL color Cylindrical-coordinate representation of color #8555BA: hue angle of 268.51º 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 #8555BA is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 85 | 186 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.27 |
| HSL | 268.51º | 0.42% | 0.53% | - |
| HSV(B) | 268.51º | 0.54% | 0.73% | - |
| XYZ | 21.78 | 15.03 | 48.21 | - |
| YUV | 110.87 | 170.4 | 143.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 85 | 186 | 0.28 | 0.54 | 0 | 0.27 | 268.51 | 0.42 | 0.53 |
| Hex | 85 | 55 | BA | 1C | 36 | 0 | 1B | 10D | 2A | 35 |
| Octal | 205 | 125 | 272 | 34 | 66 | 0 | 33 | 415 | 52 | 65 |
| Binary | 10000101 | 1010101 | 10111010 | 11100 | 110110 | 0 | 11011 | 100001101 | 101010 | 110101 |
Color Harmonies of #8555BA
Complementary color
Monochromatic Colors of #8555BA
Black with #8555BA
Text Example
Text Example
White with #8555BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8555BA; }
p { color: rgb(133,85,186); }
H1.HeaderClassName
{
color: #8555BA;
}
.AnyTagClassName
{
color: #8555BA;
}
</style>
background-color css
<style>
a { background-color: #8555BA; }
a { background-color: rgb(133,85,186); }
div.DivClassName
{
background-color: #8555BA;
}
.BgClassName
{
background-color: #8555BA;
}
</style>
border-color css
<style>
span { border-color: #8555BA; }
span { border-color: rgb(133,85,186); }
td.TdClassName
{
border-color: #8555BA;
}
.TagClassName
{
border-color: #8555BA;
}
</style>