Shades of Deep Lilac #8657BC
Tints of Deep Lilac #8657BC
RGB
CMYK
RGB Variations
Color information
#8657BC (or 0x8657BC) is known color: Deep Lilac. HEX triplet: 86, 57 and BC. RGB value is (134,87,188). Sum of RGB (Red+Green+Blue) = 134+87+188=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 87 (34.38% from 255 or 21.27% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #8657BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8657BC is #79A843. Grayscale: #707070. Windows color (decimal): -7972932 or 12343174. OLE color: 12343174.
HSL color Cylindrical-coordinate representation of color #8657BC: hue angle of 267.92º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8657BC is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 87 | 188 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.26 |
| HSL | 267.92º | 0.43% | 0.54% | - |
| HSV(B) | 267.92º | 0.54% | 0.74% | - |
| XYZ | 22.32 | 15.52 | 49.4 | - |
| YUV | 112.57 | 170.57 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 87 | 188 | 0.29 | 0.54 | 0 | 0.26 | 267.92 | 0.43 | 0.54 |
| Hex | 86 | 57 | BC | 1D | 36 | 0 | 1A | 10C | 2B | 36 |
| Octal | 206 | 127 | 274 | 35 | 66 | 0 | 32 | 414 | 53 | 66 |
| Binary | 10000110 | 1010111 | 10111100 | 11101 | 110110 | 0 | 11010 | 100001100 | 101011 | 110110 |
Color Harmonies of #8657BC
Complementary color
Monochromatic Colors of #8657BC
Black with #8657BC
Text Example
Text Example
White with #8657BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8657BC; }
p { color: rgb(134,87,188); }
H1.HeaderClassName
{
color: #8657BC;
}
.AnyTagClassName
{
color: #8657BC;
}
</style>
background-color css
<style>
a { background-color: #8657BC; }
a { background-color: rgb(134,87,188); }
div.DivClassName
{
background-color: #8657BC;
}
.BgClassName
{
background-color: #8657BC;
}
</style>
border-color css
<style>
span { border-color: #8657BC; }
span { border-color: rgb(134,87,188); }
td.TdClassName
{
border-color: #8657BC;
}
.TagClassName
{
border-color: #8657BC;
}
</style>