Shades of Deep Lilac #8956BA
Tints of Deep Lilac #8956BA
RGB
CMYK
RGB Variations
Color information
#8956BA (or 0x8956BA) is known color: Deep Lilac. HEX triplet: 89, 56 and BA. RGB value is (137,86,186). Sum of RGB (Red+Green+Blue) = 137+86+186=409 (54% of max value = 765). Red value is 137 (53.91% from 255 or 33.50% from 409); Green value is 86 (33.98% from 255 or 21.03% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #8956BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8956BA is #76A945. Grayscale: #707070. Windows color (decimal): -7776582 or 12211849. OLE color: 12211849.
HSL color Cylindrical-coordinate representation of color #8956BA: hue angle of 270.6º 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 #8956BA is Cyan = 0.26, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 86 | 186 | - |
| CMYK | 0.26 | 0.54 | 0 | 0.27 |
| HSL | 270.6º | 0.42% | 0.53% | - |
| HSV(B) | 270.6º | 0.54% | 0.73% | - |
| XYZ | 22.51 | 15.52 | 48.26 | - |
| YUV | 112.65 | 169.4 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 86 | 186 | 0.26 | 0.54 | 0 | 0.27 | 270.6 | 0.42 | 0.53 |
| Hex | 89 | 56 | BA | 1A | 36 | 0 | 1B | 10F | 2A | 35 |
| Octal | 211 | 126 | 272 | 32 | 66 | 0 | 33 | 417 | 52 | 65 |
| Binary | 10001001 | 1010110 | 10111010 | 11010 | 110110 | 0 | 11011 | 100001111 | 101010 | 110101 |
Color Harmonies of #8956BA
Complementary color
Monochromatic Colors of #8956BA
Black with #8956BA
Text Example
Text Example
White with #8956BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8956BA; }
p { color: rgb(137,86,186); }
H1.HeaderClassName
{
color: #8956BA;
}
.AnyTagClassName
{
color: #8956BA;
}
</style>
background-color css
<style>
a { background-color: #8956BA; }
a { background-color: rgb(137,86,186); }
div.DivClassName
{
background-color: #8956BA;
}
.BgClassName
{
background-color: #8956BA;
}
</style>
border-color css
<style>
span { border-color: #8956BA; }
span { border-color: rgb(137,86,186); }
td.TdClassName
{
border-color: #8956BA;
}
.TagClassName
{
border-color: #8956BA;
}
</style>