Shades of Lilac Bush #8662BC
Tints of Lilac Bush #8662BC
RGB
CMYK
RGB Variations
Color information
#8662BC (or 0x8662BC) is known color: Lilac Bush. HEX triplet: 86, 62 and BC. RGB value is (134,98,188). Sum of RGB (Red+Green+Blue) = 134+98+188=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 98 (38.67% from 255 or 23.33% from 420); Blue value is 188 (73.83% from 255 or 44.76% from 420); Max value from RGB is 188 - color contains mainly: blue. Hex color #8662BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8662BC is #799D43. Grayscale: #767676. Windows color (decimal): -7970116 or 12345990. OLE color: 12345990.
HSL color Cylindrical-coordinate representation of color #8662BC: hue angle of 264º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8662BC is Cyan = 0.29, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 134 | 98 | 188 | - |
| CMYK | 0.29 | 0.48 | 0 | 0.26 |
| HSL | 264º | 0.4% | 0.56% | - |
| HSV(B) | 264º | 0.48% | 0.74% | - |
| XYZ | 23.28 | 17.43 | 49.72 | - |
| YUV | 119.02 | 166.93 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 98 | 188 | 0.29 | 0.48 | 0 | 0.26 | 264 | 0.4 | 0.56 |
| Hex | 86 | 62 | BC | 1D | 30 | 0 | 1A | 108 | 28 | 38 |
| Octal | 206 | 142 | 274 | 35 | 60 | 0 | 32 | 410 | 50 | 70 |
| Binary | 10000110 | 1100010 | 10111100 | 11101 | 110000 | 0 | 11010 | 100001000 | 101000 | 111000 |
Color Harmonies of #8662BC
Complementary color
Monochromatic Colors of #8662BC
Black with #8662BC
Text Example
Text Example
White with #8662BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8662BC; }
p { color: rgb(134,98,188); }
H1.HeaderClassName
{
color: #8662BC;
}
.AnyTagClassName
{
color: #8662BC;
}
</style>
background-color css
<style>
a { background-color: #8662BC; }
a { background-color: rgb(134,98,188); }
div.DivClassName
{
background-color: #8662BC;
}
.BgClassName
{
background-color: #8662BC;
}
</style>
border-color css
<style>
span { border-color: #8662BC; }
span { border-color: rgb(134,98,188); }
td.TdClassName
{
border-color: #8662BC;
}
.TagClassName
{
border-color: #8662BC;
}
</style>