Shades of Deep Lilac #8F50BA
Tints of Deep Lilac #8F50BA
RGB
CMYK
RGB Variations
Color information
#8F50BA (or 0x8F50BA) is known color: Deep Lilac. HEX triplet: 8F, 50 and BA. RGB value is (143,80,186). Sum of RGB (Red+Green+Blue) = 143+80+186=409 (54% of max value = 765). Red value is 143 (56.25% from 255 or 34.96% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #8F50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F50BA is #70AF45. Grayscale: #6E6E6E. Windows color (decimal): -7384902 or 12210319. OLE color: 12210319.
HSL color Cylindrical-coordinate representation of color #8F50BA: hue angle of 275.66º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8F50BA is Cyan = 0.23, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 143 | 80 | 186 | - |
| CMYK | 0.23 | 0.57 | 0 | 0.27 |
| HSL | 275.66º | 0.43% | 0.52% | - |
| HSV(B) | 275.66º | 0.57% | 0.73% | - |
| XYZ | 23.06 | 15.12 | 48.16 | - |
| YUV | 110.92 | 170.37 | 150.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 80 | 186 | 0.23 | 0.57 | 0 | 0.27 | 275.66 | 0.43 | 0.52 |
| Hex | 8F | 50 | BA | 17 | 39 | 0 | 1B | 114 | 2B | 34 |
| Octal | 217 | 120 | 272 | 27 | 71 | 0 | 33 | 424 | 53 | 64 |
| Binary | 10001111 | 1010000 | 10111010 | 10111 | 111001 | 0 | 11011 | 100010100 | 101011 | 110100 |
Color Harmonies of #8F50BA
Complementary color
Monochromatic Colors of #8F50BA
Black with #8F50BA
Text Example
Text Example
White with #8F50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F50BA; }
p { color: rgb(143,80,186); }
H1.HeaderClassName
{
color: #8F50BA;
}
.AnyTagClassName
{
color: #8F50BA;
}
</style>
background-color css
<style>
a { background-color: #8F50BA; }
a { background-color: rgb(143,80,186); }
div.DivClassName
{
background-color: #8F50BA;
}
.BgClassName
{
background-color: #8F50BA;
}
</style>
border-color css
<style>
span { border-color: #8F50BA; }
span { border-color: rgb(143,80,186); }
td.TdClassName
{
border-color: #8F50BA;
}
.TagClassName
{
border-color: #8F50BA;
}
</style>