Shades of Deep Lilac #8655BF
Tints of Deep Lilac #8655BF
RGB
CMYK
RGB Variations
Color information
#8655BF (or 0x8655BF) is known color: Deep Lilac. HEX triplet: 86, 55 and BF. RGB value is (134,85,191). Sum of RGB (Red+Green+Blue) = 134+85+191=410 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.68% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 191 - color contains mainly: blue. Hex color #8655BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8655BF is #79AA40. Grayscale: #6F6F6F. Windows color (decimal): -7973441 or 12539270. OLE color: 12539270.
HSL color Cylindrical-coordinate representation of color #8655BF: hue angle of 267.74º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8655BF is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 85 | 191 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.25 |
| HSL | 267.74º | 0.45% | 0.54% | - |
| HSV(B) | 267.74º | 0.55% | 0.75% | - |
| XYZ | 22.48 | 15.33 | 51.06 | - |
| YUV | 111.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 85 | 191 | 0.30 | 0.55 | 0 | 0.25 | 267.74 | 0.45 | 0.54 |
| Hex | 86 | 55 | BF | 1E | 37 | 0 | 19 | 10C | 2D | 36 |
| Octal | 206 | 125 | 277 | 36 | 67 | 0 | 31 | 414 | 55 | 66 |
| Binary | 10000110 | 1010101 | 10111111 | 11110 | 110111 | 0 | 11001 | 100001100 | 101101 | 110110 |
Color Harmonies of #8655BF
Complementary color
Monochromatic Colors of #8655BF
Black with #8655BF
Text Example
Text Example
White with #8655BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8655BF; }
p { color: rgb(134,85,191); }
H1.HeaderClassName
{
color: #8655BF;
}
.AnyTagClassName
{
color: #8655BF;
}
</style>
background-color css
<style>
a { background-color: #8655BF; }
a { background-color: rgb(134,85,191); }
div.DivClassName
{
background-color: #8655BF;
}
.BgClassName
{
background-color: #8655BF;
}
</style>
border-color css
<style>
span { border-color: #8655BF; }
span { border-color: rgb(134,85,191); }
td.TdClassName
{
border-color: #8655BF;
}
.TagClassName
{
border-color: #8655BF;
}
</style>