Shades of Deep Lilac #8A57BA
Tints of Deep Lilac #8A57BA
RGB
CMYK
RGB Variations
Color information
#8A57BA (or 0x8A57BA) is known color: Deep Lilac. HEX triplet: 8A, 57 and BA. RGB value is (138,87,186). Sum of RGB (Red+Green+Blue) = 138+87+186=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 87 (34.38% from 255 or 21.17% from 411); Blue value is 186 (73.05% from 255 or 45.26% from 411); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A57BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A57BA is #75A845. Grayscale: #717171. Windows color (decimal): -7710790 or 12212106. OLE color: 12212106.
HSL color Cylindrical-coordinate representation of color #8A57BA: hue angle of 270.91º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A57BA is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 87 | 186 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.27 |
| HSL | 270.91º | 0.42% | 0.54% | - |
| HSV(B) | 270.91º | 0.53% | 0.73% | - |
| XYZ | 22.75 | 15.76 | 48.3 | - |
| YUV | 113.54 | 168.9 | 145.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 87 | 186 | 0.26 | 0.53 | 0 | 0.27 | 270.91 | 0.42 | 0.54 |
| Hex | 8A | 57 | BA | 1A | 35 | 0 | 1B | 10F | 2A | 36 |
| Octal | 212 | 127 | 272 | 32 | 65 | 0 | 33 | 417 | 52 | 66 |
| Binary | 10001010 | 1010111 | 10111010 | 11010 | 110101 | 0 | 11011 | 100001111 | 101010 | 110110 |
Color Harmonies of #8A57BA
Complementary color
Monochromatic Colors of #8A57BA
Black with #8A57BA
Text Example
Text Example
White with #8A57BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A57BA; }
p { color: rgb(138,87,186); }
H1.HeaderClassName
{
color: #8A57BA;
}
.AnyTagClassName
{
color: #8A57BA;
}
</style>
background-color css
<style>
a { background-color: #8A57BA; }
a { background-color: rgb(138,87,186); }
div.DivClassName
{
background-color: #8A57BA;
}
.BgClassName
{
background-color: #8A57BA;
}
</style>
border-color css
<style>
span { border-color: #8A57BA; }
span { border-color: rgb(138,87,186); }
td.TdClassName
{
border-color: #8A57BA;
}
.TagClassName
{
border-color: #8A57BA;
}
</style>