Shades of Deep Lilac #8B58BA
Tints of Deep Lilac #8B58BA
RGB
CMYK
RGB Variations
Color information
#8B58BA (or 0x8B58BA) is known color: Deep Lilac. HEX triplet: 8B, 58 and BA. RGB value is (139,88,186). Sum of RGB (Red+Green+Blue) = 139+88+186=413 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.66% from 413); Green value is 88 (34.77% from 255 or 21.31% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B58BA is #74A745. Grayscale: #727272. Windows color (decimal): -7644998 or 12212363. OLE color: 12212363.
HSL color Cylindrical-coordinate representation of color #8B58BA: hue angle of 271.22º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8B58BA is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 88 | 186 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.27 |
| HSL | 271.22º | 0.42% | 0.54% | - |
| HSV(B) | 271.22º | 0.53% | 0.73% | - |
| XYZ | 23 | 16.01 | 48.33 | - |
| YUV | 114.42 | 168.4 | 145.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 186 | 0.25 | 0.53 | 0 | 0.27 | 271.22 | 0.42 | 0.54 |
| Hex | 8B | 58 | BA | 19 | 35 | 0 | 1B | 10F | 2A | 36 |
| Octal | 213 | 130 | 272 | 31 | 65 | 0 | 33 | 417 | 52 | 66 |
| Binary | 10001011 | 1011000 | 10111010 | 11001 | 110101 | 0 | 11011 | 100001111 | 101010 | 110110 |
Color Harmonies of #8B58BA
Complementary color
Monochromatic Colors of #8B58BA
Black with #8B58BA
Text Example
Text Example
White with #8B58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B58BA; }
p { color: rgb(139,88,186); }
H1.HeaderClassName
{
color: #8B58BA;
}
.AnyTagClassName
{
color: #8B58BA;
}
</style>
background-color css
<style>
a { background-color: #8B58BA; }
a { background-color: rgb(139,88,186); }
div.DivClassName
{
background-color: #8B58BA;
}
.BgClassName
{
background-color: #8B58BA;
}
</style>
border-color css
<style>
span { border-color: #8B58BA; }
span { border-color: rgb(139,88,186); }
td.TdClassName
{
border-color: #8B58BA;
}
.TagClassName
{
border-color: #8B58BA;
}
</style>