Shades of Deep Lilac #8F50A2
Tints of Deep Lilac #8F50A2
RGB
CMYK
RGB Variations
Color information
#8F50A2 (or 0x8F50A2) is known color: Deep Lilac. HEX triplet: 8F, 50 and A2. RGB value is (143,80,162). Sum of RGB (Red+Green+Blue) = 143+80+162=385 (50% of max value = 765). Red value is 143 (56.25% from 255 or 37.14% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 162 (63.67% from 255 or 42.08% from 385); Max value from RGB is 162 - color contains mainly: blue. Hex color #8F50A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F50A2 is #70AF5D. Grayscale: #6B6B6B. Windows color (decimal): -7384926 or 10637455. OLE color: 10637455.
HSL color Cylindrical-coordinate representation of color #8F50A2: hue angle of 286.1º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8F50A2 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 143 | 80 | 162 | - |
| CMYK | 0.12 | 0.51 | 0 | 0.36 |
| HSL | 286.1º | 0.34% | 0.47% | - |
| HSV(B) | 286.1º | 0.51% | 0.64% | - |
| XYZ | 20.72 | 14.19 | 35.83 | - |
| YUV | 108.19 | 158.37 | 152.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 162 | 0.12 | 0.51 | 0 | 0.36 | 286.1 | 0.34 | 0.47 |
| Hex | 8F | 50 | A2 | C | 33 | 0 | 24 | 11E | 22 | 2F |
| Octal | 217 | 120 | 242 | 14 | 63 | 0 | 44 | 436 | 42 | 57 |
| Binary | 10001111 | 1010000 | 10100010 | 1100 | 110011 | 0 | 100100 | 100011110 | 100010 | 101111 |
Color Harmonies of #8F50A2
Complementary color
Monochromatic Colors of #8F50A2
Black with #8F50A2
Text Example
Text Example
White with #8F50A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50A2; }
p { color: rgb(143,80,162); }
H1.HeaderClassName
{
color: #8F50A2;
}
.AnyTagClassName
{
color: #8F50A2;
}
</style>
background-color css
<style>
a { background-color: #8F50A2; }
a { background-color: rgb(143,80,162); }
div.DivClassName
{
background-color: #8F50A2;
}
.BgClassName
{
background-color: #8F50A2;
}
</style>
border-color css
<style>
span { border-color: #8F50A2; }
span { border-color: rgb(143,80,162); }
td.TdClassName
{
border-color: #8F50A2;
}
.TagClassName
{
border-color: #8F50A2;
}
</style>