Shades of Lilac Bush #8B66BD
Tints of Lilac Bush #8B66BD
RGB
CMYK
RGB Variations
Color information
#8B66BD (or 0x8B66BD) is known color: Lilac Bush. HEX triplet: 8B, 66 and BD. RGB value is (139,102,189). Sum of RGB (Red+Green+Blue) = 139+102+189=430 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.33% from 430); Green value is 102 (40.23% from 255 or 23.72% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 189 - color contains mainly: blue. Hex color #8B66BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B66BD is #749942. Grayscale: #7A7A7A. Windows color (decimal): -7641411 or 12412555. OLE color: 12412555.
HSL color Cylindrical-coordinate representation of color #8B66BD: hue angle of 265.52º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B66BD is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 139 | 102 | 189 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.26 |
| HSL | 265.52º | 0.4% | 0.57% | - |
| HSV(B) | 265.52º | 0.46% | 0.74% | - |
| XYZ | 24.58 | 18.67 | 50.45 | - |
| YUV | 122.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 102 | 189 | 0.26 | 0.46 | 0 | 0.26 | 265.52 | 0.4 | 0.57 |
| Hex | 8B | 66 | BD | 1A | 2E | 0 | 1A | 10A | 28 | 39 |
| Octal | 213 | 146 | 275 | 32 | 56 | 0 | 32 | 412 | 50 | 71 |
| Binary | 10001011 | 1100110 | 10111101 | 11010 | 101110 | 0 | 11010 | 100001010 | 101000 | 111001 |
Color Harmonies of #8B66BD
Complementary color
Monochromatic Colors of #8B66BD
Black with #8B66BD
Text Example
Text Example
White with #8B66BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B66BD; }
p { color: rgb(139,102,189); }
H1.HeaderClassName
{
color: #8B66BD;
}
.AnyTagClassName
{
color: #8B66BD;
}
</style>
background-color css
<style>
a { background-color: #8B66BD; }
a { background-color: rgb(139,102,189); }
div.DivClassName
{
background-color: #8B66BD;
}
.BgClassName
{
background-color: #8B66BD;
}
</style>
border-color css
<style>
span { border-color: #8B66BD; }
span { border-color: rgb(139,102,189); }
td.TdClassName
{
border-color: #8B66BD;
}
.TagClassName
{
border-color: #8B66BD;
}
</style>