Shades of Deep Lilac #8951BA
Tints of Deep Lilac #8951BA
RGB
CMYK
RGB Variations
Color information
#8951BA (or 0x8951BA) is known color: Deep Lilac. HEX triplet: 89, 51 and BA. RGB value is (137,81,186). Sum of RGB (Red+Green+Blue) = 137+81+186=404 (53% of max value = 765). Red value is 137 (53.91% from 255 or 33.91% from 404); Green value is 81 (32.03% from 255 or 20.05% 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 #8951BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8951BA is #76AE45. Grayscale: #6D6D6D. Windows color (decimal): -7777862 or 12210569. OLE color: 12210569.
HSL color Cylindrical-coordinate representation of color #8951BA: hue angle of 272º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8951BA is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 137 | 81 | 186 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.27 |
| HSL | 272º | 0.43% | 0.52% | - |
| HSV(B) | 272º | 0.56% | 0.73% | - |
| XYZ | 22.12 | 14.75 | 48.14 | - |
| YUV | 109.71 | 171.05 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 81 | 186 | 0.26 | 0.56 | 0 | 0.27 | 272 | 0.43 | 0.52 |
| Hex | 89 | 51 | BA | 1A | 38 | 0 | 1B | 110 | 2B | 34 |
| Octal | 211 | 121 | 272 | 32 | 70 | 0 | 33 | 420 | 53 | 64 |
| Binary | 10001001 | 1010001 | 10111010 | 11010 | 111000 | 0 | 11011 | 100010000 | 101011 | 110100 |
Color Harmonies of #8951BA
Complementary color
Monochromatic Colors of #8951BA
Black with #8951BA
Text Example
Text Example
White with #8951BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8951BA; }
p { color: rgb(137,81,186); }
H1.HeaderClassName
{
color: #8951BA;
}
.AnyTagClassName
{
color: #8951BA;
}
</style>
background-color css
<style>
a { background-color: #8951BA; }
a { background-color: rgb(137,81,186); }
div.DivClassName
{
background-color: #8951BA;
}
.BgClassName
{
background-color: #8951BA;
}
</style>
border-color css
<style>
span { border-color: #8951BA; }
span { border-color: rgb(137,81,186); }
td.TdClassName
{
border-color: #8951BA;
}
.TagClassName
{
border-color: #8951BA;
}
</style>