Shades of Deep Lilac #8B55BA
Tints of Deep Lilac #8B55BA
RGB
CMYK
RGB Variations
Color information
#8B55BA (or 0x8B55BA) is known color: Deep Lilac. HEX triplet: 8B, 55 and BA. RGB value is (139,85,186). Sum of RGB (Red+Green+Blue) = 139+85+186=410 (54% of max value = 765). Red value is 139 (54.69% from 255 or 33.90% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 186 (73.05% from 255 or 45.37% from 410); Max value from RGB is 186 - color contains mainly: blue. Hex color #8B55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B55BA is #74AA45. Grayscale: #707070. Windows color (decimal): -7645766 or 12211595. OLE color: 12211595.
HSL color Cylindrical-coordinate representation of color #8B55BA: hue angle of 272.08º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8B55BA is Cyan = 0.25, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 139 | 85 | 186 | - |
| CMYK | 0.25 | 0.54 | 0 | 0.27 |
| HSL | 272.08º | 0.42% | 0.53% | - |
| HSV(B) | 272.08º | 0.54% | 0.73% | - |
| XYZ | 22.76 | 15.53 | 48.25 | - |
| YUV | 112.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 186 | 0.25 | 0.54 | 0 | 0.27 | 272.08 | 0.42 | 0.53 |
| Hex | 8B | 55 | BA | 19 | 36 | 0 | 1B | 110 | 2A | 35 |
| Octal | 213 | 125 | 272 | 31 | 66 | 0 | 33 | 420 | 52 | 65 |
| Binary | 10001011 | 1010101 | 10111010 | 11001 | 110110 | 0 | 11011 | 100010000 | 101010 | 110101 |
Color Harmonies of #8B55BA
Complementary color
Monochromatic Colors of #8B55BA
Black with #8B55BA
Text Example
Text Example
White with #8B55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B55BA; }
p { color: rgb(139,85,186); }
H1.HeaderClassName
{
color: #8B55BA;
}
.AnyTagClassName
{
color: #8B55BA;
}
</style>
background-color css
<style>
a { background-color: #8B55BA; }
a { background-color: rgb(139,85,186); }
div.DivClassName
{
background-color: #8B55BA;
}
.BgClassName
{
background-color: #8B55BA;
}
</style>
border-color css
<style>
span { border-color: #8B55BA; }
span { border-color: rgb(139,85,186); }
td.TdClassName
{
border-color: #8B55BA;
}
.TagClassName
{
border-color: #8B55BA;
}
</style>