Shades of Deep Lilac #8B59BB
Tints of Deep Lilac #8B59BB
RGB
CMYK
RGB Variations
Color information
#8B59BB (or 0x8B59BB) is known color: Deep Lilac. HEX triplet: 8B, 59 and BB. RGB value is (139,89,187). Sum of RGB (Red+Green+Blue) = 139+89+187=415 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.49% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #8B59BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B59BB is #74A644. Grayscale: #727272. Windows color (decimal): -7644741 or 12278155. OLE color: 12278155.
HSL color Cylindrical-coordinate representation of color #8B59BB: hue angle of 270.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B59BB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 89 | 187 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.27 |
| HSL | 270.61º | 0.42% | 0.54% | - |
| HSV(B) | 270.61º | 0.52% | 0.73% | - |
| XYZ | 23.19 | 16.22 | 48.92 | - |
| YUV | 115.12 | 168.57 | 145.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 89 | 187 | 0.26 | 0.52 | 0 | 0.27 | 270.61 | 0.42 | 0.54 |
| Hex | 8B | 59 | BB | 1A | 34 | 0 | 1B | 10F | 2A | 36 |
| Octal | 213 | 131 | 273 | 32 | 64 | 0 | 33 | 417 | 52 | 66 |
| Binary | 10001011 | 1011001 | 10111011 | 11010 | 110100 | 0 | 11011 | 100001111 | 101010 | 110110 |
Color Harmonies of #8B59BB
Complementary color
Monochromatic Colors of #8B59BB
Black with #8B59BB
Text Example
Text Example
White with #8B59BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B59BB; }
p { color: rgb(139,89,187); }
H1.HeaderClassName
{
color: #8B59BB;
}
.AnyTagClassName
{
color: #8B59BB;
}
</style>
background-color css
<style>
a { background-color: #8B59BB; }
a { background-color: rgb(139,89,187); }
div.DivClassName
{
background-color: #8B59BB;
}
.BgClassName
{
background-color: #8B59BB;
}
</style>
border-color css
<style>
span { border-color: #8B59BB; }
span { border-color: rgb(139,89,187); }
td.TdClassName
{
border-color: #8B59BB;
}
.TagClassName
{
border-color: #8B59BB;
}
</style>