Shades of Deep Lilac #864DC5
Tints of Deep Lilac #864DC5
RGB
CMYK
RGB Variations
Color information
#864DC5 (or 0x864DC5) is known color: Deep Lilac. HEX triplet: 86, 4D and C5. RGB value is (134,77,197). Sum of RGB (Red+Green+Blue) = 134+77+197=408 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.84% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 197 (77.34% from 255 or 48.28% from 408); Max value from RGB is 197 - color contains mainly: blue. Hex color #864DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DC5 is #79B23A. Grayscale: #6B6B6B. Windows color (decimal): -7975483 or 12930438. OLE color: 12930438.
HSL color Cylindrical-coordinate representation of color #864DC5: hue angle of 268.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #864DC5 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 134 | 77 | 197 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.23 |
| HSL | 268.5º | 0.51% | 0.54% | - |
| HSV(B) | 268.5º | 0.61% | 0.77% | - |
| XYZ | 22.56 | 14.41 | 54.41 | - |
| YUV | 107.72 | 178.38 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 197 | 0.32 | 0.61 | 0 | 0.23 | 268.5 | 0.51 | 0.54 |
| Hex | 86 | 4D | C5 | 20 | 3D | 0 | 17 | 10C | 33 | 36 |
| Octal | 206 | 115 | 305 | 40 | 75 | 0 | 27 | 414 | 63 | 66 |
| Binary | 10000110 | 1001101 | 11000101 | 100000 | 111101 | 0 | 10111 | 100001100 | 110011 | 110110 |
Color Harmonies of #864DC5
Complementary color
Monochromatic Colors of #864DC5
Black with #864DC5
Text Example
Text Example
White with #864DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DC5; }
p { color: rgb(134,77,197); }
H1.HeaderClassName
{
color: #864DC5;
}
.AnyTagClassName
{
color: #864DC5;
}
</style>
background-color css
<style>
a { background-color: #864DC5; }
a { background-color: rgb(134,77,197); }
div.DivClassName
{
background-color: #864DC5;
}
.BgClassName
{
background-color: #864DC5;
}
</style>
border-color css
<style>
span { border-color: #864DC5; }
span { border-color: rgb(134,77,197); }
td.TdClassName
{
border-color: #864DC5;
}
.TagClassName
{
border-color: #864DC5;
}
</style>