Shades of Deep Lilac #8459BA
Tints of Deep Lilac #8459BA
RGB
CMYK
RGB Variations
Color information
#8459BA (or 0x8459BA) is known color: Deep Lilac. HEX triplet: 84, 59 and BA. RGB value is (132,89,186). Sum of RGB (Red+Green+Blue) = 132+89+186=407 (53% of max value = 765). Red value is 132 (51.95% from 255 or 32.43% from 407); Green value is 89 (35.16% from 255 or 21.87% from 407); Blue value is 186 (73.05% from 255 or 45.70% from 407); Max value from RGB is 186 - color contains mainly: blue. Hex color #8459BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8459BA is #7BA645. Grayscale: #707070. Windows color (decimal): -8103494 or 12212612. OLE color: 12212612.
HSL color Cylindrical-coordinate representation of color #8459BA: hue angle of 266.6º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8459BA is Cyan = 0.29, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 132 | 89 | 186 | - |
| CMYK | 0.29 | 0.52 | 0 | 0.27 |
| HSL | 266.6º | 0.41% | 0.54% | - |
| HSV(B) | 266.6º | 0.52% | 0.73% | - |
| XYZ | 21.95 | 15.6 | 48.31 | - |
| YUV | 112.92 | 169.25 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 89 | 186 | 0.29 | 0.52 | 0 | 0.27 | 266.6 | 0.41 | 0.54 |
| Hex | 84 | 59 | BA | 1D | 34 | 0 | 1B | 10B | 29 | 36 |
| Octal | 204 | 131 | 272 | 35 | 64 | 0 | 33 | 413 | 51 | 66 |
| Binary | 10000100 | 1011001 | 10111010 | 11101 | 110100 | 0 | 11011 | 100001011 | 101001 | 110110 |
Color Harmonies of #8459BA
Complementary color
Monochromatic Colors of #8459BA
Black with #8459BA
Text Example
Text Example
White with #8459BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8459BA; }
p { color: rgb(132,89,186); }
H1.HeaderClassName
{
color: #8459BA;
}
.AnyTagClassName
{
color: #8459BA;
}
</style>
background-color css
<style>
a { background-color: #8459BA; }
a { background-color: rgb(132,89,186); }
div.DivClassName
{
background-color: #8459BA;
}
.BgClassName
{
background-color: #8459BA;
}
</style>
border-color css
<style>
span { border-color: #8459BA; }
span { border-color: rgb(132,89,186); }
td.TdClassName
{
border-color: #8459BA;
}
.TagClassName
{
border-color: #8459BA;
}
</style>