Shades of Deep Lilac #8F51A2
Tints of Deep Lilac #8F51A2
RGB
CMYK
RGB Variations
Color information
#8F51A2 (or 0x8F51A2) is known color: Deep Lilac. HEX triplet: 8F, 51 and A2. RGB value is (143,81,162). Sum of RGB (Red+Green+Blue) = 143+81+162=386 (51% of max value = 765). Red value is 143 (56.25% from 255 or 37.05% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 162 (63.67% from 255 or 41.97% from 386); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F51A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F51A2 is #70AE5D. Grayscale: #6C6C6C. Windows color (decimal): -7384670 or 10637711. OLE color: 10637711.
HSL color Cylindrical-coordinate representation of color #8F51A2: hue angle of 285.93º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8F51A2 is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 81 | 162 | - |
| CMYK | 0.12 | 0.50 | 0 | 0.36 |
| HSL | 285.93º | 0.33% | 0.48% | - |
| HSV(B) | 285.93º | 0.5% | 0.64% | - |
| XYZ | 20.79 | 14.33 | 35.85 | - |
| YUV | 108.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 81 | 162 | 0.12 | 0.50 | 0 | 0.36 | 285.93 | 0.33 | 0.48 |
| Hex | 8F | 51 | A2 | C | 32 | 0 | 24 | 11E | 21 | 30 |
| Octal | 217 | 121 | 242 | 14 | 62 | 0 | 44 | 436 | 41 | 60 |
| Binary | 10001111 | 1010001 | 10100010 | 1100 | 110010 | 0 | 100100 | 100011110 | 100001 | 110000 |
Color Harmonies of #8F51A2
Complementary color
Monochromatic Colors of #8F51A2
Black with #8F51A2
Text Example
Text Example
White with #8F51A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F51A2; }
p { color: rgb(143,81,162); }
H1.HeaderClassName
{
color: #8F51A2;
}
.AnyTagClassName
{
color: #8F51A2;
}
</style>
background-color css
<style>
a { background-color: #8F51A2; }
a { background-color: rgb(143,81,162); }
div.DivClassName
{
background-color: #8F51A2;
}
.BgClassName
{
background-color: #8F51A2;
}
</style>
border-color css
<style>
span { border-color: #8F51A2; }
span { border-color: rgb(143,81,162); }
td.TdClassName
{
border-color: #8F51A2;
}
.TagClassName
{
border-color: #8F51A2;
}
</style>