Shades of Lilac Bush #8B65BA
Tints of Lilac Bush #8B65BA
RGB
CMYK
RGB Variations
Color information
#8B65BA (or 0x8B65BA) is known color: Lilac Bush. HEX triplet: 8B, 65 and BA. RGB value is (139,101,186). Sum of RGB (Red+Green+Blue) = 139+101+186=426 (56% of max value = 765). Red value is 139 (54.69% from 255 or 32.63% from 426); Green value is 101 (39.84% from 255 or 23.71% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B65BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B65BA is #749A45. Grayscale: #797979. Windows color (decimal): -7641670 or 12215691. OLE color: 12215691.
HSL color Cylindrical-coordinate representation of color #8B65BA: hue angle of 266.82º degrees, saturation: 0.38, 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 #8B65BA is Cyan = 0.25, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 101 | 186 | - |
| CMYK | 0.25 | 0.46 | 0 | 0.27 |
| HSL | 266.82º | 0.38% | 0.56% | - |
| HSV(B) | 266.82º | 0.46% | 0.73% | - |
| XYZ | 24.16 | 18.34 | 48.72 | - |
| YUV | 122.05 | 164.09 | 140.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 101 | 186 | 0.25 | 0.46 | 0 | 0.27 | 266.82 | 0.38 | 0.56 |
| Hex | 8B | 65 | BA | 19 | 2E | 0 | 1B | 10B | 26 | 38 |
| Octal | 213 | 145 | 272 | 31 | 56 | 0 | 33 | 413 | 46 | 70 |
| Binary | 10001011 | 1100101 | 10111010 | 11001 | 101110 | 0 | 11011 | 100001011 | 100110 | 111000 |
Color Harmonies of #8B65BA
Complementary color
Monochromatic Colors of #8B65BA
Black with #8B65BA
Text Example
Text Example
White with #8B65BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B65BA; }
p { color: rgb(139,101,186); }
H1.HeaderClassName
{
color: #8B65BA;
}
.AnyTagClassName
{
color: #8B65BA;
}
</style>
background-color css
<style>
a { background-color: #8B65BA; }
a { background-color: rgb(139,101,186); }
div.DivClassName
{
background-color: #8B65BA;
}
.BgClassName
{
background-color: #8B65BA;
}
</style>
border-color css
<style>
span { border-color: #8B65BA; }
span { border-color: rgb(139,101,186); }
td.TdClassName
{
border-color: #8B65BA;
}
.TagClassName
{
border-color: #8B65BA;
}
</style>