Shades of Lilac Bush #8662BA
Tints of Lilac Bush #8662BA
RGB
CMYK
RGB Variations
Color information
#8662BA (or 0x8662BA) is known color: Lilac Bush. HEX triplet: 86, 62 and BA. RGB value is (134,98,186). Sum of RGB (Red+Green+Blue) = 134+98+186=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 98 (38.67% from 255 or 23.44% from 418); Blue value is 186 (73.05% from 255 or 44.50% from 418); Max value from RGB is 186 - color contains mainly: blue. Hex color #8662BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662BA is #799D45. Grayscale: #767676. Windows color (decimal): -7970118 or 12214918. OLE color: 12214918.
HSL color Cylindrical-coordinate representation of color #8662BA: hue angle of 264.55º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8662BA is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 134 | 98 | 186 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.27 |
| HSL | 264.55º | 0.39% | 0.56% | - |
| HSV(B) | 264.55º | 0.47% | 0.73% | - |
| XYZ | 23.06 | 17.35 | 48.59 | - |
| YUV | 118.8 | 165.93 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 186 | 0.28 | 0.47 | 0 | 0.27 | 264.55 | 0.39 | 0.56 |
| Hex | 86 | 62 | BA | 1C | 2F | 0 | 1B | 109 | 27 | 38 |
| Octal | 206 | 142 | 272 | 34 | 57 | 0 | 33 | 411 | 47 | 70 |
| Binary | 10000110 | 1100010 | 10111010 | 11100 | 101111 | 0 | 11011 | 100001001 | 100111 | 111000 |
Color Harmonies of #8662BA
Complementary color
Monochromatic Colors of #8662BA
Black with #8662BA
Text Example
Text Example
White with #8662BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662BA; }
p { color: rgb(134,98,186); }
H1.HeaderClassName
{
color: #8662BA;
}
.AnyTagClassName
{
color: #8662BA;
}
</style>
background-color css
<style>
a { background-color: #8662BA; }
a { background-color: rgb(134,98,186); }
div.DivClassName
{
background-color: #8662BA;
}
.BgClassName
{
background-color: #8662BA;
}
</style>
border-color css
<style>
span { border-color: #8662BA; }
span { border-color: rgb(134,98,186); }
td.TdClassName
{
border-color: #8662BA;
}
.TagClassName
{
border-color: #8662BA;
}
</style>