Shades of Deep Lilac #864DB6
Tints of Deep Lilac #864DB6
RGB
CMYK
RGB Variations
Color information
#864DB6 (or 0x864DB6) is known color: Deep Lilac. HEX triplet: 86, 4D and B6. RGB value is (134,77,182). Sum of RGB (Red+Green+Blue) = 134+77+182=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 77 (30.47% from 255 or 19.59% from 393); Blue value is 182 (71.48% from 255 or 46.31% from 393); Max value from RGB is 182 - color contains mainly: blue. Hex color #864DB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DB6 is #79B249. Grayscale: #696969. Windows color (decimal): -7975498 or 11947398. OLE color: 11947398.
HSL color Cylindrical-coordinate representation of color #864DB6: hue angle of 272.57º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #864DB6 is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 134 | 77 | 182 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.29 |
| HSL | 272.57º | 0.42% | 0.51% | - |
| HSV(B) | 272.57º | 0.58% | 0.71% | - |
| XYZ | 20.93 | 13.75 | 45.81 | - |
| YUV | 106.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 182 | 0.26 | 0.58 | 0 | 0.29 | 272.57 | 0.42 | 0.51 |
| Hex | 86 | 4D | B6 | 1A | 3A | 0 | 1D | 111 | 2A | 33 |
| Octal | 206 | 115 | 266 | 32 | 72 | 0 | 35 | 421 | 52 | 63 |
| Binary | 10000110 | 1001101 | 10110110 | 11010 | 111010 | 0 | 11101 | 100010001 | 101010 | 110011 |
Color Harmonies of #864DB6
Complementary color
Monochromatic Colors of #864DB6
Black with #864DB6
Text Example
Text Example
White with #864DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DB6; }
p { color: rgb(134,77,182); }
H1.HeaderClassName
{
color: #864DB6;
}
.AnyTagClassName
{
color: #864DB6;
}
</style>
background-color css
<style>
a { background-color: #864DB6; }
a { background-color: rgb(134,77,182); }
div.DivClassName
{
background-color: #864DB6;
}
.BgClassName
{
background-color: #864DB6;
}
</style>
border-color css
<style>
span { border-color: #864DB6; }
span { border-color: rgb(134,77,182); }
td.TdClassName
{
border-color: #864DB6;
}
.TagClassName
{
border-color: #864DB6;
}
</style>