Shades of Deep Lilac #8F49BE
Tints of Deep Lilac #8F49BE
RGB
CMYK
RGB Variations
Color information
#8F49BE (or 0x8F49BE) is known color: Deep Lilac. HEX triplet: 8F, 49 and BE. RGB value is (143,73,190). Sum of RGB (Red+Green+Blue) = 143+73+190=406 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.22% from 406); Green value is 73 (28.91% from 255 or 17.98% from 406); Blue value is 190 (74.61% from 255 or 46.80% from 406); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F49BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49BE is #70B641. Grayscale: #6A6A6A. Windows color (decimal): -7386690 or 12470671. OLE color: 12470671.
HSL color Cylindrical-coordinate representation of color #8F49BE: hue angle of 275.9º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F49BE is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 73 | 190 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.25 |
| HSL | 275.9º | 0.47% | 0.52% | - |
| HSV(B) | 275.9º | 0.62% | 0.75% | - |
| XYZ | 23 | 14.32 | 50.27 | - |
| YUV | 107.27 | 174.69 | 153.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 190 | 0.25 | 0.62 | 0 | 0.25 | 275.9 | 0.47 | 0.52 |
| Hex | 8F | 49 | BE | 19 | 3E | 0 | 19 | 114 | 2F | 34 |
| Octal | 217 | 111 | 276 | 31 | 76 | 0 | 31 | 424 | 57 | 64 |
| Binary | 10001111 | 1001001 | 10111110 | 11001 | 111110 | 0 | 11001 | 100010100 | 101111 | 110100 |
Color Harmonies of #8F49BE
Complementary color
Monochromatic Colors of #8F49BE
Black with #8F49BE
Text Example
Text Example
White with #8F49BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F49BE; }
p { color: rgb(143,73,190); }
H1.HeaderClassName
{
color: #8F49BE;
}
.AnyTagClassName
{
color: #8F49BE;
}
</style>
background-color css
<style>
a { background-color: #8F49BE; }
a { background-color: rgb(143,73,190); }
div.DivClassName
{
background-color: #8F49BE;
}
.BgClassName
{
background-color: #8F49BE;
}
</style>
border-color css
<style>
span { border-color: #8F49BE; }
span { border-color: rgb(143,73,190); }
td.TdClassName
{
border-color: #8F49BE;
}
.TagClassName
{
border-color: #8F49BE;
}
</style>