Shades of Deep Lilac #8F49BF
Tints of Deep Lilac #8F49BF
RGB
CMYK
RGB Variations
Color information
#8F49BF (or 0x8F49BF) is known color: Deep Lilac. HEX triplet: 8F, 49 and BF. RGB value is (143,73,191). Sum of RGB (Red+Green+Blue) = 143+73+191=407 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.14% from 407); Green value is 73 (28.91% from 255 or 17.94% from 407); Blue value is 191 (75% from 255 or 46.93% from 407); Max value from RGB is 191 - color contains mainly: blue. Hex color #8F49BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F49BF is #70B640. Grayscale: #6A6A6A. Windows color (decimal): -7386689 or 12536207. OLE color: 12536207.
HSL color Cylindrical-coordinate representation of color #8F49BF: hue angle of 275.59º degrees, saturation: 0.48, 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 #8F49BF is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 73 | 191 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.25 |
| HSL | 275.59º | 0.48% | 0.52% | - |
| HSV(B) | 275.59º | 0.62% | 0.75% | - |
| XYZ | 23.11 | 14.37 | 50.84 | - |
| YUV | 107.38 | 175.19 | 153.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 73 | 191 | 0.25 | 0.62 | 0 | 0.25 | 275.59 | 0.48 | 0.52 |
| Hex | 8F | 49 | BF | 19 | 3E | 0 | 19 | 114 | 30 | 34 |
| Octal | 217 | 111 | 277 | 31 | 76 | 0 | 31 | 424 | 60 | 64 |
| Binary | 10001111 | 1001001 | 10111111 | 11001 | 111110 | 0 | 11001 | 100010100 | 110000 | 110100 |
Color Harmonies of #8F49BF
Complementary color
Monochromatic Colors of #8F49BF
Black with #8F49BF
Text Example
Text Example
White with #8F49BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F49BF; }
p { color: rgb(143,73,191); }
H1.HeaderClassName
{
color: #8F49BF;
}
.AnyTagClassName
{
color: #8F49BF;
}
</style>
background-color css
<style>
a { background-color: #8F49BF; }
a { background-color: rgb(143,73,191); }
div.DivClassName
{
background-color: #8F49BF;
}
.BgClassName
{
background-color: #8F49BF;
}
</style>
border-color css
<style>
span { border-color: #8F49BF; }
span { border-color: rgb(143,73,191); }
td.TdClassName
{
border-color: #8F49BF;
}
.TagClassName
{
border-color: #8F49BF;
}
</style>