Shades of Deep Lilac #8D55BB
Tints of Deep Lilac #8D55BB
RGB
CMYK
RGB Variations
Color information
#8D55BB (or 0x8D55BB) is known color: Deep Lilac. HEX triplet: 8D, 55 and BB. RGB value is (141,85,187). Sum of RGB (Red+Green+Blue) = 141+85+187=413 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.14% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 187 (73.44% from 255 or 45.28% from 413); Max value from RGB is 187 - color contains mainly: blue. Hex color #8D55BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D55BB is #72AA44. Grayscale: #717171. Windows color (decimal): -7514693 or 12277133. OLE color: 12277133.
HSL color Cylindrical-coordinate representation of color #8D55BB: hue angle of 272.94º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8D55BB is Cyan = 0.25, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 141 | 85 | 187 | - |
| CMYK | 0.25 | 0.55 | 0 | 0.27 |
| HSL | 272.94º | 0.43% | 0.53% | - |
| HSV(B) | 272.94º | 0.55% | 0.73% | - |
| XYZ | 23.2 | 15.75 | 48.83 | - |
| YUV | 113.37 | 169.55 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 85 | 187 | 0.25 | 0.55 | 0 | 0.27 | 272.94 | 0.43 | 0.53 |
| Hex | 8D | 55 | BB | 19 | 37 | 0 | 1B | 111 | 2B | 35 |
| Octal | 215 | 125 | 273 | 31 | 67 | 0 | 33 | 421 | 53 | 65 |
| Binary | 10001101 | 1010101 | 10111011 | 11001 | 110111 | 0 | 11011 | 100010001 | 101011 | 110101 |
Color Harmonies of #8D55BB
Complementary color
Monochromatic Colors of #8D55BB
Black with #8D55BB
Text Example
Text Example
White with #8D55BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D55BB; }
p { color: rgb(141,85,187); }
H1.HeaderClassName
{
color: #8D55BB;
}
.AnyTagClassName
{
color: #8D55BB;
}
</style>
background-color css
<style>
a { background-color: #8D55BB; }
a { background-color: rgb(141,85,187); }
div.DivClassName
{
background-color: #8D55BB;
}
.BgClassName
{
background-color: #8D55BB;
}
</style>
border-color css
<style>
span { border-color: #8D55BB; }
span { border-color: rgb(141,85,187); }
td.TdClassName
{
border-color: #8D55BB;
}
.TagClassName
{
border-color: #8D55BB;
}
</style>