Shades of Deep Lilac #864DBA
Tints of Deep Lilac #864DBA
RGB
CMYK
RGB Variations
Color information
#864DBA (or 0x864DBA) is known color: Deep Lilac. HEX triplet: 86, 4D and BA. RGB value is (134,77,186). Sum of RGB (Red+Green+Blue) = 134+77+186=397 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.75% from 397); Green value is 77 (30.47% from 255 or 19.40% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #864DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DBA is #79B245. Grayscale: #6A6A6A. Windows color (decimal): -7975494 or 12209542. OLE color: 12209542.
HSL color Cylindrical-coordinate representation of color #864DBA: hue angle of 271.38º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #864DBA is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 77 | 186 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.27 |
| HSL | 271.38º | 0.44% | 0.52% | - |
| HSV(B) | 271.38º | 0.59% | 0.73% | - |
| XYZ | 21.35 | 13.92 | 48.02 | - |
| YUV | 106.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 186 | 0.28 | 0.59 | 0 | 0.27 | 271.38 | 0.44 | 0.52 |
| Hex | 86 | 4D | BA | 1C | 3B | 0 | 1B | 10F | 2C | 34 |
| Octal | 206 | 115 | 272 | 34 | 73 | 0 | 33 | 417 | 54 | 64 |
| Binary | 10000110 | 1001101 | 10111010 | 11100 | 111011 | 0 | 11011 | 100001111 | 101100 | 110100 |
Color Harmonies of #864DBA
Complementary color
Monochromatic Colors of #864DBA
Black with #864DBA
Text Example
Text Example
White with #864DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DBA; }
p { color: rgb(134,77,186); }
H1.HeaderClassName
{
color: #864DBA;
}
.AnyTagClassName
{
color: #864DBA;
}
</style>
background-color css
<style>
a { background-color: #864DBA; }
a { background-color: rgb(134,77,186); }
div.DivClassName
{
background-color: #864DBA;
}
.BgClassName
{
background-color: #864DBA;
}
</style>
border-color css
<style>
span { border-color: #864DBA; }
span { border-color: rgb(134,77,186); }
td.TdClassName
{
border-color: #864DBA;
}
.TagClassName
{
border-color: #864DBA;
}
</style>