Shades of Deep Lilac #864EC6
Tints of Deep Lilac #864EC6
RGB
CMYK
RGB Variations
Color information
#864EC6 (or 0x864EC6) is known color: Deep Lilac. HEX triplet: 86, 4E and C6. RGB value is (134,78,198). Sum of RGB (Red+Green+Blue) = 134+78+198=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 78 (30.86% from 255 or 19.02% from 410); Blue value is 198 (77.73% from 255 or 48.29% from 410); Max value from RGB is 198 - color contains mainly: blue. Hex color #864EC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864EC6 is #79B139. Grayscale: #6C6C6C. Windows color (decimal): -7975226 or 12996230. OLE color: 12996230.
HSL color Cylindrical-coordinate representation of color #864EC6: hue angle of 268º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864EC6 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 134 | 78 | 198 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.22 |
| HSL | 268º | 0.51% | 0.54% | - |
| HSV(B) | 268º | 0.61% | 0.78% | - |
| XYZ | 22.75 | 14.59 | 55.04 | - |
| YUV | 108.42 | 178.55 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 78 | 198 | 0.32 | 0.61 | 0 | 0.22 | 268 | 0.51 | 0.54 |
| Hex | 86 | 4E | C6 | 20 | 3D | 0 | 16 | 10C | 33 | 36 |
| Octal | 206 | 116 | 306 | 40 | 75 | 0 | 26 | 414 | 63 | 66 |
| Binary | 10000110 | 1001110 | 11000110 | 100000 | 111101 | 0 | 10110 | 100001100 | 110011 | 110110 |
Color Harmonies of #864EC6
Complementary color
Monochromatic Colors of #864EC6
Black with #864EC6
Text Example
Text Example
White with #864EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864EC6; }
p { color: rgb(134,78,198); }
H1.HeaderClassName
{
color: #864EC6;
}
.AnyTagClassName
{
color: #864EC6;
}
</style>
background-color css
<style>
a { background-color: #864EC6; }
a { background-color: rgb(134,78,198); }
div.DivClassName
{
background-color: #864EC6;
}
.BgClassName
{
background-color: #864EC6;
}
</style>
border-color css
<style>
span { border-color: #864EC6; }
span { border-color: rgb(134,78,198); }
td.TdClassName
{
border-color: #864EC6;
}
.TagClassName
{
border-color: #864EC6;
}
</style>