Shades of Lilac Bush #8B65BB
Tints of Lilac Bush #8B65BB
RGB
CMYK
RGB Variations
Color information
#8B65BB (or 0x8B65BB) is known color: Lilac Bush. HEX triplet: 8B, 65 and BB. RGB value is (139,101,187). Sum of RGB (Red+Green+Blue) = 139+101+187=427 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.55% from 427); Green value is 101 (39.84% from 255 or 23.65% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B65BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B65BB is #749A44. Grayscale: #797979. Windows color (decimal): -7641669 or 12281227. OLE color: 12281227.
HSL color Cylindrical-coordinate representation of color #8B65BB: hue angle of 266.51º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B65BB is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 101 | 187 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.27 |
| HSL | 266.51º | 0.39% | 0.56% | - |
| HSV(B) | 266.51º | 0.46% | 0.73% | - |
| XYZ | 24.27 | 18.38 | 49.28 | - |
| YUV | 122.17 | 164.59 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 187 | 0.26 | 0.46 | 0 | 0.27 | 266.51 | 0.39 | 0.56 |
| Hex | 8B | 65 | BB | 1A | 2E | 0 | 1B | 10B | 27 | 38 |
| Octal | 213 | 145 | 273 | 32 | 56 | 0 | 33 | 413 | 47 | 70 |
| Binary | 10001011 | 1100101 | 10111011 | 11010 | 101110 | 0 | 11011 | 100001011 | 100111 | 111000 |
Color Harmonies of #8B65BB
Complementary color
Monochromatic Colors of #8B65BB
Black with #8B65BB
Text Example
Text Example
White with #8B65BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B65BB; }
p { color: rgb(139,101,187); }
H1.HeaderClassName
{
color: #8B65BB;
}
.AnyTagClassName
{
color: #8B65BB;
}
</style>
background-color css
<style>
a { background-color: #8B65BB; }
a { background-color: rgb(139,101,187); }
div.DivClassName
{
background-color: #8B65BB;
}
.BgClassName
{
background-color: #8B65BB;
}
</style>
border-color css
<style>
span { border-color: #8B65BB; }
span { border-color: rgb(139,101,187); }
td.TdClassName
{
border-color: #8B65BB;
}
.TagClassName
{
border-color: #8B65BB;
}
</style>