Shades of Deep Lilac #8156BA
Tints of Deep Lilac #8156BA
RGB
CMYK
RGB Variations
Color information
#8156BA (or 0x8156BA) is known color: Deep Lilac. HEX triplet: 81, 56 and BA. RGB value is (129,86,186). Sum of RGB (Red+Green+Blue) = 129+86+186=401 (53% of max value = 765). Red value is 129 (50.78% from 255 or 32.17% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 186 - color contains mainly: blue. Hex color #8156BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8156BA is #7EA945. Grayscale: #6D6D6D. Windows color (decimal): -8300870 or 12211841. OLE color: 12211841.
HSL color Cylindrical-coordinate representation of color #8156BA: hue angle of 265.8º 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 #8156BA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 129 | 86 | 186 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.27 |
| HSL | 265.8º | 0.42% | 0.53% | - |
| HSV(B) | 265.8º | 0.54% | 0.73% | - |
| XYZ | 21.24 | 14.87 | 48.2 | - |
| YUV | 110.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 86 | 186 | 0.31 | 0.54 | 0 | 0.27 | 265.8 | 0.42 | 0.53 |
| Hex | 81 | 56 | BA | 1F | 36 | 0 | 1B | 10A | 2A | 35 |
| Octal | 201 | 126 | 272 | 37 | 66 | 0 | 33 | 412 | 52 | 65 |
| Binary | 10000001 | 1010110 | 10111010 | 11111 | 110110 | 0 | 11011 | 100001010 | 101010 | 110101 |
Color Harmonies of #8156BA
Complementary color
Monochromatic Colors of #8156BA
Black with #8156BA
Text Example
Text Example
White with #8156BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8156BA; }
p { color: rgb(129,86,186); }
H1.HeaderClassName
{
color: #8156BA;
}
.AnyTagClassName
{
color: #8156BA;
}
</style>
background-color css
<style>
a { background-color: #8156BA; }
a { background-color: rgb(129,86,186); }
div.DivClassName
{
background-color: #8156BA;
}
.BgClassName
{
background-color: #8156BA;
}
</style>
border-color css
<style>
span { border-color: #8156BA; }
span { border-color: rgb(129,86,186); }
td.TdClassName
{
border-color: #8156BA;
}
.TagClassName
{
border-color: #8156BA;
}
</style>