Shades of Deep Lilac #8658AB
Tints of Deep Lilac #8658AB
RGB
CMYK
RGB Variations
Color information
#8658AB (or 0x8658AB) is known color: Deep Lilac. HEX triplet: 86, 58 and AB. RGB value is (134,88,171). Sum of RGB (Red+Green+Blue) = 134+88+171=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 88 (34.77% from 255 or 22.39% from 393); Blue value is 171 (67.19% from 255 or 43.51% from 393); Max value from RGB is 171 - color contains mainly: blue. Hex color #8658AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8658AB is #79A754. Grayscale: #6E6E6E. Windows color (decimal): -7972693 or 11229318. OLE color: 11229318.
HSL color Cylindrical-coordinate representation of color #8658AB: hue angle of 273.25º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8658AB is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 134 | 88 | 171 | - |
| CMYK | 0.22 | 0.49 | 0 | 0.33 |
| HSL | 273.25º | 0.33% | 0.51% | - |
| HSV(B) | 273.25º | 0.49% | 0.67% | - |
| XYZ | 20.67 | 14.99 | 40.33 | - |
| YUV | 111.22 | 161.74 | 144.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 88 | 171 | 0.22 | 0.49 | 0 | 0.33 | 273.25 | 0.33 | 0.51 |
| Hex | 86 | 58 | AB | 16 | 31 | 0 | 21 | 111 | 21 | 33 |
| Octal | 206 | 130 | 253 | 26 | 61 | 0 | 41 | 421 | 41 | 63 |
| Binary | 10000110 | 1011000 | 10101011 | 10110 | 110001 | 0 | 100001 | 100010001 | 100001 | 110011 |
Color Harmonies of #8658AB
Complementary color
Monochromatic Colors of #8658AB
Black with #8658AB
Text Example
Text Example
White with #8658AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8658AB; }
p { color: rgb(134,88,171); }
H1.HeaderClassName
{
color: #8658AB;
}
.AnyTagClassName
{
color: #8658AB;
}
</style>
background-color css
<style>
a { background-color: #8658AB; }
a { background-color: rgb(134,88,171); }
div.DivClassName
{
background-color: #8658AB;
}
.BgClassName
{
background-color: #8658AB;
}
</style>
border-color css
<style>
span { border-color: #8658AB; }
span { border-color: rgb(134,88,171); }
td.TdClassName
{
border-color: #8658AB;
}
.TagClassName
{
border-color: #8658AB;
}
</style>