Shades of Deep Lilac #8F55A7
Tints of Deep Lilac #8F55A7
RGB
CMYK
RGB Variations
Color information
#8F55A7 (or 0x8F55A7) is known color: Deep Lilac. HEX triplet: 8F, 55 and A7. RGB value is (143,85,167). Sum of RGB (Red+Green+Blue) = 143+85+167=395 (52% of max value = 765). Red value is 143 (56.25% from 255 or 36.20% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 167 (65.62% from 255 or 42.28% from 395); Max value from RGB is 167 - color contains mainly: blue. Hex color #8F55A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F55A7 is #70AA58. Grayscale: #6F6F6F. Windows color (decimal): -7383641 or 10966415. OLE color: 10966415.
HSL color Cylindrical-coordinate representation of color #8F55A7: hue angle of 282.44º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8F55A7 is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 143 | 85 | 167 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.35 |
| HSL | 282.44º | 0.33% | 0.49% | - |
| HSV(B) | 282.44º | 0.49% | 0.65% | - |
| XYZ | 21.55 | 15.13 | 38.34 | - |
| YUV | 111.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 85 | 167 | 0.14 | 0.49 | 0 | 0.35 | 282.44 | 0.33 | 0.49 |
| Hex | 8F | 55 | A7 | E | 31 | 0 | 23 | 11A | 21 | 31 |
| Octal | 217 | 125 | 247 | 16 | 61 | 0 | 43 | 432 | 41 | 61 |
| Binary | 10001111 | 1010101 | 10100111 | 1110 | 110001 | 0 | 100011 | 100011010 | 100001 | 110001 |
Color Harmonies of #8F55A7
Complementary color
Monochromatic Colors of #8F55A7
Black with #8F55A7
Text Example
Text Example
White with #8F55A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F55A7; }
p { color: rgb(143,85,167); }
H1.HeaderClassName
{
color: #8F55A7;
}
.AnyTagClassName
{
color: #8F55A7;
}
</style>
background-color css
<style>
a { background-color: #8F55A7; }
a { background-color: rgb(143,85,167); }
div.DivClassName
{
background-color: #8F55A7;
}
.BgClassName
{
background-color: #8F55A7;
}
</style>
border-color css
<style>
span { border-color: #8F55A7; }
span { border-color: rgb(143,85,167); }
td.TdClassName
{
border-color: #8F55A7;
}
.TagClassName
{
border-color: #8F55A7;
}
</style>