Shades of Deep Lilac #8659BC
Tints of Deep Lilac #8659BC
RGB
CMYK
RGB Variations
Color information
#8659BC (or 0x8659BC) is known color: Deep Lilac. HEX triplet: 86, 59 and BC. RGB value is (134,89,188). Sum of RGB (Red+Green+Blue) = 134+89+188=411 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.60% from 411); Green value is 89 (35.16% from 255 or 21.65% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 188 - color contains mainly: blue. Hex color #8659BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8659BC is #79A643. Grayscale: #717171. Windows color (decimal): -7972420 or 12343686. OLE color: 12343686.
HSL color Cylindrical-coordinate representation of color #8659BC: hue angle of 267.27º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8659BC is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 89 | 188 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.26 |
| HSL | 267.27º | 0.42% | 0.54% | - |
| HSV(B) | 267.27º | 0.53% | 0.74% | - |
| XYZ | 22.48 | 15.84 | 49.45 | - |
| YUV | 113.74 | 169.91 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 188 | 0.29 | 0.53 | 0 | 0.26 | 267.27 | 0.42 | 0.54 |
| Hex | 86 | 59 | BC | 1D | 35 | 0 | 1A | 10B | 2A | 36 |
| Octal | 206 | 131 | 274 | 35 | 65 | 0 | 32 | 413 | 52 | 66 |
| Binary | 10000110 | 1011001 | 10111100 | 11101 | 110101 | 0 | 11010 | 100001011 | 101010 | 110110 |
Color Harmonies of #8659BC
Complementary color
Monochromatic Colors of #8659BC
Black with #8659BC
Text Example
Text Example
White with #8659BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8659BC; }
p { color: rgb(134,89,188); }
H1.HeaderClassName
{
color: #8659BC;
}
.AnyTagClassName
{
color: #8659BC;
}
</style>
background-color css
<style>
a { background-color: #8659BC; }
a { background-color: rgb(134,89,188); }
div.DivClassName
{
background-color: #8659BC;
}
.BgClassName
{
background-color: #8659BC;
}
</style>
border-color css
<style>
span { border-color: #8659BC; }
span { border-color: rgb(134,89,188); }
td.TdClassName
{
border-color: #8659BC;
}
.TagClassName
{
border-color: #8659BC;
}
</style>