Shades of Deep Lilac #8F55B9
Tints of Deep Lilac #8F55B9
RGB
CMYK
RGB Variations
Color information
#8F55B9 (or 0x8F55B9) is known color: Deep Lilac. HEX triplet: 8F, 55 and B9. RGB value is (143,85,185). Sum of RGB (Red+Green+Blue) = 143+85+185=413 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.62% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 185 (72.66% from 255 or 44.79% from 413); Max value from RGB is 185 - color contains mainly: blue. Hex color #8F55B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F55B9 is #70AA46. Grayscale: #717171. Windows color (decimal): -7383623 or 12146063. OLE color: 12146063.
HSL color Cylindrical-coordinate representation of color #8F55B9: hue angle of 274.8º 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 #8F55B9 is Cyan = 0.23, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 85 | 185 | - |
| CMYK | 0.23 | 0.54 | 0 | 0.27 |
| HSL | 274.8º | 0.42% | 0.53% | - |
| HSV(B) | 274.8º | 0.54% | 0.73% | - |
| XYZ | 23.33 | 15.84 | 47.73 | - |
| YUV | 113.74 | 168.22 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 185 | 0.23 | 0.54 | 0 | 0.27 | 274.8 | 0.42 | 0.53 |
| Hex | 8F | 55 | B9 | 17 | 36 | 0 | 1B | 113 | 2A | 35 |
| Octal | 217 | 125 | 271 | 27 | 66 | 0 | 33 | 423 | 52 | 65 |
| Binary | 10001111 | 1010101 | 10111001 | 10111 | 110110 | 0 | 11011 | 100010011 | 101010 | 110101 |
Color Harmonies of #8F55B9
Complementary color
Monochromatic Colors of #8F55B9
Black with #8F55B9
Text Example
Text Example
White with #8F55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55B9; }
p { color: rgb(143,85,185); }
H1.HeaderClassName
{
color: #8F55B9;
}
.AnyTagClassName
{
color: #8F55B9;
}
</style>
background-color css
<style>
a { background-color: #8F55B9; }
a { background-color: rgb(143,85,185); }
div.DivClassName
{
background-color: #8F55B9;
}
.BgClassName
{
background-color: #8F55B9;
}
</style>
border-color css
<style>
span { border-color: #8F55B9; }
span { border-color: rgb(143,85,185); }
td.TdClassName
{
border-color: #8F55B9;
}
.TagClassName
{
border-color: #8F55B9;
}
</style>