Shades of Deep Lilac #8551BA
Tints of Deep Lilac #8551BA
RGB
CMYK
RGB Variations
Color information
#8551BA (or 0x8551BA) is known color: Deep Lilac. HEX triplet: 85, 51 and BA. RGB value is (133,81,186). Sum of RGB (Red+Green+Blue) = 133+81+186=400 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 186 (73.05% from 255 or 46.5% from 400); Max value from RGB is 186 - color contains mainly: blue. Hex color #8551BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8551BA is #7AAE45. Grayscale: #6C6C6C. Windows color (decimal): -8040006 or 12210565. OLE color: 12210565.
HSL color Cylindrical-coordinate representation of color #8551BA: hue angle of 269.71º 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 #8551BA is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 133 | 81 | 186 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.27 |
| HSL | 269.71º | 0.43% | 0.52% | - |
| HSV(B) | 269.71º | 0.56% | 0.73% | - |
| XYZ | 21.48 | 14.42 | 48.11 | - |
| YUV | 108.52 | 171.73 | 145.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 186 | 0.28 | 0.56 | 0 | 0.27 | 269.71 | 0.43 | 0.52 |
| Hex | 85 | 51 | BA | 1C | 38 | 0 | 1B | 10E | 2B | 34 |
| Octal | 205 | 121 | 272 | 34 | 70 | 0 | 33 | 416 | 53 | 64 |
| Binary | 10000101 | 1010001 | 10111010 | 11100 | 111000 | 0 | 11011 | 100001110 | 101011 | 110100 |
Color Harmonies of #8551BA
Complementary color
Monochromatic Colors of #8551BA
Black with #8551BA
Text Example
Text Example
White with #8551BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8551BA; }
p { color: rgb(133,81,186); }
H1.HeaderClassName
{
color: #8551BA;
}
.AnyTagClassName
{
color: #8551BA;
}
</style>
background-color css
<style>
a { background-color: #8551BA; }
a { background-color: rgb(133,81,186); }
div.DivClassName
{
background-color: #8551BA;
}
.BgClassName
{
background-color: #8551BA;
}
</style>
border-color css
<style>
span { border-color: #8551BA; }
span { border-color: rgb(133,81,186); }
td.TdClassName
{
border-color: #8551BA;
}
.TagClassName
{
border-color: #8551BA;
}
</style>