Shades of Deep Lilac #864FBE
Tints of Deep Lilac #864FBE
RGB
CMYK
RGB Variations
Color information
#864FBE (or 0x864FBE) is known color: Deep Lilac. HEX triplet: 86, 4F and BE. RGB value is (134,79,190). Sum of RGB (Red+Green+Blue) = 134+79+190=403 (53% of max value = 765). Red value is 134 (52.73% from 255 or 33.25% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 190 (74.61% from 255 or 47.15% from 403); Max value from RGB is 190 - color contains mainly: blue. Hex color #864FBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #864FBE is #79B041. Grayscale: #6B6B6B. Windows color (decimal): -7974978 or 12472198. OLE color: 12472198.
HSL color Cylindrical-coordinate representation of color #864FBE: hue angle of 269.73º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #864FBE is Cyan = 0.29, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 79 | 190 | - |
| CMYK | 0.29 | 0.58 | 0 | 0.25 |
| HSL | 269.73º | 0.46% | 0.53% | - |
| HSV(B) | 269.73º | 0.58% | 0.75% | - |
| XYZ | 21.92 | 14.38 | 50.34 | - |
| YUV | 108.1 | 174.22 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 79 | 190 | 0.29 | 0.58 | 0 | 0.25 | 269.73 | 0.46 | 0.53 |
| Hex | 86 | 4F | BE | 1D | 3A | 0 | 19 | 10E | 2E | 35 |
| Octal | 206 | 117 | 276 | 35 | 72 | 0 | 31 | 416 | 56 | 65 |
| Binary | 10000110 | 1001111 | 10111110 | 11101 | 111010 | 0 | 11001 | 100001110 | 101110 | 110101 |
Color Harmonies of #864FBE
Complementary color
Monochromatic Colors of #864FBE
Black with #864FBE
Text Example
Text Example
White with #864FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #864FBE; }
p { color: rgb(134,79,190); }
H1.HeaderClassName
{
color: #864FBE;
}
.AnyTagClassName
{
color: #864FBE;
}
</style>
background-color css
<style>
a { background-color: #864FBE; }
a { background-color: rgb(134,79,190); }
div.DivClassName
{
background-color: #864FBE;
}
.BgClassName
{
background-color: #864FBE;
}
</style>
border-color css
<style>
span { border-color: #864FBE; }
span { border-color: rgb(134,79,190); }
td.TdClassName
{
border-color: #864FBE;
}
.TagClassName
{
border-color: #864FBE;
}
</style>