Shades of Deep Lilac #864FAE
Tints of Deep Lilac #864FAE
RGB
CMYK
RGB Variations
Color information
#864FAE (or 0x864FAE) is known color: Deep Lilac. HEX triplet: 86, 4F and AE. RGB value is (134,79,174). Sum of RGB (Red+Green+Blue) = 134+79+174=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 79 (31.25% from 255 or 20.41% from 387); Blue value is 174 (68.36% from 255 or 44.96% from 387); Max value from RGB is 174 - color contains mainly: blue. Hex color #864FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864FAE is #79B051. Grayscale: #696969. Windows color (decimal): -7974994 or 11423622. OLE color: 11423622.
HSL color Cylindrical-coordinate representation of color #864FAE: hue angle of 274.74º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #864FAE is Cyan = 0.23, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 134 | 79 | 174 | - |
| CMYK | 0.23 | 0.55 | 0 | 0.32 |
| HSL | 274.74º | 0.38% | 0.5% | - |
| HSV(B) | 274.74º | 0.55% | 0.68% | - |
| XYZ | 20.27 | 13.72 | 41.62 | - |
| YUV | 106.28 | 166.22 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 174 | 0.23 | 0.55 | 0 | 0.32 | 274.74 | 0.38 | 0.5 |
| Hex | 86 | 4F | AE | 17 | 37 | 0 | 20 | 113 | 26 | 32 |
| Octal | 206 | 117 | 256 | 27 | 67 | 0 | 40 | 423 | 46 | 62 |
| Binary | 10000110 | 1001111 | 10101110 | 10111 | 110111 | 0 | 100000 | 100010011 | 100110 | 110010 |
Color Harmonies of #864FAE
Complementary color
Monochromatic Colors of #864FAE
Black with #864FAE
Text Example
Text Example
White with #864FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864FAE; }
p { color: rgb(134,79,174); }
H1.HeaderClassName
{
color: #864FAE;
}
.AnyTagClassName
{
color: #864FAE;
}
</style>
background-color css
<style>
a { background-color: #864FAE; }
a { background-color: rgb(134,79,174); }
div.DivClassName
{
background-color: #864FAE;
}
.BgClassName
{
background-color: #864FAE;
}
</style>
border-color css
<style>
span { border-color: #864FAE; }
span { border-color: rgb(134,79,174); }
td.TdClassName
{
border-color: #864FAE;
}
.TagClassName
{
border-color: #864FAE;
}
</style>