Shades of Deep Lilac #8654BF
Tints of Deep Lilac #8654BF
RGB
CMYK
RGB Variations
Color information
#8654BF (or 0x8654BF) is known color: Deep Lilac. HEX triplet: 86, 54 and BF. RGB value is (134,84,191). Sum of RGB (Red+Green+Blue) = 134+84+191=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 191 (75% from 255 or 46.70% from 409); Max value from RGB is 191 - color contains mainly: blue. Hex color #8654BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8654BF is #79AB40. Grayscale: #6E6E6E. Windows color (decimal): -7973697 or 12539014. OLE color: 12539014.
HSL color Cylindrical-coordinate representation of color #8654BF: hue angle of 268.04º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8654BF is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 84 | 191 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.25 |
| HSL | 268.04º | 0.46% | 0.54% | - |
| HSV(B) | 268.04º | 0.56% | 0.75% | - |
| XYZ | 22.41 | 15.17 | 51.04 | - |
| YUV | 111.15 | 173.07 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 191 | 0.30 | 0.56 | 0 | 0.25 | 268.04 | 0.46 | 0.54 |
| Hex | 86 | 54 | BF | 1E | 38 | 0 | 19 | 10C | 2E | 36 |
| Octal | 206 | 124 | 277 | 36 | 70 | 0 | 31 | 414 | 56 | 66 |
| Binary | 10000110 | 1010100 | 10111111 | 11110 | 111000 | 0 | 11001 | 100001100 | 101110 | 110110 |
Color Harmonies of #8654BF
Complementary color
Monochromatic Colors of #8654BF
Black with #8654BF
Text Example
Text Example
White with #8654BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8654BF; }
p { color: rgb(134,84,191); }
H1.HeaderClassName
{
color: #8654BF;
}
.AnyTagClassName
{
color: #8654BF;
}
</style>
background-color css
<style>
a { background-color: #8654BF; }
a { background-color: rgb(134,84,191); }
div.DivClassName
{
background-color: #8654BF;
}
.BgClassName
{
background-color: #8654BF;
}
</style>
border-color css
<style>
span { border-color: #8654BF; }
span { border-color: rgb(134,84,191); }
td.TdClassName
{
border-color: #8654BF;
}
.TagClassName
{
border-color: #8654BF;
}
</style>