Shades of Deep Lilac #864DBE
Tints of Deep Lilac #864DBE
RGB
CMYK
RGB Variations
Color information
#864DBE (or 0x864DBE) is known color: Deep Lilac. HEX triplet: 86, 4D and BE. RGB value is (134,77,190). Sum of RGB (Red+Green+Blue) = 134+77+190=401 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.42% from 401); Green value is 77 (30.47% from 255 or 19.20% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #864DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864DBE is #79B241. Grayscale: #6A6A6A. Windows color (decimal): -7975490 or 12471686. OLE color: 12471686.
HSL color Cylindrical-coordinate representation of color #864DBE: hue angle of 270.27º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #864DBE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 77 | 190 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.25 |
| HSL | 270.27º | 0.47% | 0.52% | - |
| HSV(B) | 270.27º | 0.59% | 0.75% | - |
| XYZ | 21.78 | 14.09 | 50.29 | - |
| YUV | 106.93 | 174.88 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 77 | 190 | 0.29 | 0.59 | 0 | 0.25 | 270.27 | 0.47 | 0.52 |
| Hex | 86 | 4D | BE | 1D | 3B | 0 | 19 | 10E | 2F | 34 |
| Octal | 206 | 115 | 276 | 35 | 73 | 0 | 31 | 416 | 57 | 64 |
| Binary | 10000110 | 1001101 | 10111110 | 11101 | 111011 | 0 | 11001 | 100001110 | 101111 | 110100 |
Color Harmonies of #864DBE
Complementary color
Monochromatic Colors of #864DBE
Black with #864DBE
Text Example
Text Example
White with #864DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864DBE; }
p { color: rgb(134,77,190); }
H1.HeaderClassName
{
color: #864DBE;
}
.AnyTagClassName
{
color: #864DBE;
}
</style>
background-color css
<style>
a { background-color: #864DBE; }
a { background-color: rgb(134,77,190); }
div.DivClassName
{
background-color: #864DBE;
}
.BgClassName
{
background-color: #864DBE;
}
</style>
border-color css
<style>
span { border-color: #864DBE; }
span { border-color: rgb(134,77,190); }
td.TdClassName
{
border-color: #864DBE;
}
.TagClassName
{
border-color: #864DBE;
}
</style>