Shades of Deep Lilac #8654AF
Tints of Deep Lilac #8654AF
RGB
CMYK
RGB Variations
Color information
#8654AF (or 0x8654AF) is known color: Deep Lilac. HEX triplet: 86, 54 and AF. RGB value is (134,84,175). Sum of RGB (Red+Green+Blue) = 134+84+175=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 175 (68.75% from 255 or 44.53% from 393); Max value from RGB is 175 - color contains mainly: blue. Hex color #8654AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8654AF is #79AB50. Grayscale: #6D6D6D. Windows color (decimal): -7973713 or 11490438. OLE color: 11490438.
HSL color Cylindrical-coordinate representation of color #8654AF: hue angle of 272.97º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8654AF is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 134 | 84 | 175 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.31 |
| HSL | 272.97º | 0.36% | 0.51% | - |
| HSV(B) | 272.97º | 0.52% | 0.69% | - |
| XYZ | 20.74 | 14.5 | 42.26 | - |
| YUV | 109.32 | 165.07 | 145.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 84 | 175 | 0.23 | 0.52 | 0 | 0.31 | 272.97 | 0.36 | 0.51 |
| Hex | 86 | 54 | AF | 17 | 34 | 0 | 1F | 111 | 24 | 33 |
| Octal | 206 | 124 | 257 | 27 | 64 | 0 | 37 | 421 | 44 | 63 |
| Binary | 10000110 | 1010100 | 10101111 | 10111 | 110100 | 0 | 11111 | 100010001 | 100100 | 110011 |
Color Harmonies of #8654AF
Complementary color
Monochromatic Colors of #8654AF
Black with #8654AF
Text Example
Text Example
White with #8654AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8654AF; }
p { color: rgb(134,84,175); }
H1.HeaderClassName
{
color: #8654AF;
}
.AnyTagClassName
{
color: #8654AF;
}
</style>
background-color css
<style>
a { background-color: #8654AF; }
a { background-color: rgb(134,84,175); }
div.DivClassName
{
background-color: #8654AF;
}
.BgClassName
{
background-color: #8654AF;
}
</style>
border-color css
<style>
span { border-color: #8654AF; }
span { border-color: rgb(134,84,175); }
td.TdClassName
{
border-color: #8654AF;
}
.TagClassName
{
border-color: #8654AF;
}
</style>