Shades of Deep Lilac #8F54BE
Tints of Deep Lilac #8F54BE
RGB
CMYK
RGB Variations
Color information
#8F54BE (or 0x8F54BE) is known color: Deep Lilac. HEX triplet: 8F, 54 and BE. RGB value is (143,84,190). Sum of RGB (Red+Green+Blue) = 143+84+190=417 (55% of max value = 765). Red value is 143 (56.25% from 255 or 34.29% from 417); Green value is 84 (33.20% from 255 or 20.14% from 417); Blue value is 190 (74.61% from 255 or 45.56% from 417); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F54BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F54BE is #70AB41. Grayscale: #717171. Windows color (decimal): -7383874 or 12473487. OLE color: 12473487.
HSL color Cylindrical-coordinate representation of color #8F54BE: hue angle of 273.4º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F54BE is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 84 | 190 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.25 |
| HSL | 273.4º | 0.45% | 0.54% | - |
| HSV(B) | 273.4º | 0.56% | 0.75% | - |
| XYZ | 23.79 | 15.9 | 50.53 | - |
| YUV | 113.73 | 171.05 | 148.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 84 | 190 | 0.25 | 0.56 | 0 | 0.25 | 273.4 | 0.45 | 0.54 |
| Hex | 8F | 54 | BE | 19 | 38 | 0 | 19 | 111 | 2D | 36 |
| Octal | 217 | 124 | 276 | 31 | 70 | 0 | 31 | 421 | 55 | 66 |
| Binary | 10001111 | 1010100 | 10111110 | 11001 | 111000 | 0 | 11001 | 100010001 | 101101 | 110110 |
Color Harmonies of #8F54BE
Complementary color
Monochromatic Colors of #8F54BE
Black with #8F54BE
Text Example
Text Example
White with #8F54BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F54BE; }
p { color: rgb(143,84,190); }
H1.HeaderClassName
{
color: #8F54BE;
}
.AnyTagClassName
{
color: #8F54BE;
}
</style>
background-color css
<style>
a { background-color: #8F54BE; }
a { background-color: rgb(143,84,190); }
div.DivClassName
{
background-color: #8F54BE;
}
.BgClassName
{
background-color: #8F54BE;
}
</style>
border-color css
<style>
span { border-color: #8F54BE; }
span { border-color: rgb(143,84,190); }
td.TdClassName
{
border-color: #8F54BE;
}
.TagClassName
{
border-color: #8F54BE;
}
</style>