Shades of Deep Lilac #8F48BE
Tints of Deep Lilac #8F48BE
RGB
CMYK
RGB Variations
Color information
#8F48BE (or 0x8F48BE) is known color: Deep Lilac. HEX triplet: 8F, 48 and BE. RGB value is (143,72,190). Sum of RGB (Red+Green+Blue) = 143+72+190=405 (53% of max value = 765). Red value is 143 (56.25% from 255 or 35.31% from 405); Green value is 72 (28.52% from 255 or 17.78% from 405); Blue value is 190 (74.61% from 255 or 46.91% from 405); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F48BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F48BE is #70B741. Grayscale: #6A6A6A. Windows color (decimal): -7386946 or 12470415. OLE color: 12470415.
HSL color Cylindrical-coordinate representation of color #8F48BE: hue angle of 276.1º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8F48BE is Cyan = 0.25, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 72 | 190 | - |
| CMYK | 0.25 | 0.62 | 0 | 0.25 |
| HSL | 276.1º | 0.48% | 0.51% | - |
| HSV(B) | 276.1º | 0.62% | 0.75% | - |
| XYZ | 22.94 | 14.19 | 50.25 | - |
| YUV | 106.68 | 175.02 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 72 | 190 | 0.25 | 0.62 | 0 | 0.25 | 276.1 | 0.48 | 0.51 |
| Hex | 8F | 48 | BE | 19 | 3E | 0 | 19 | 114 | 30 | 33 |
| Octal | 217 | 110 | 276 | 31 | 76 | 0 | 31 | 424 | 60 | 63 |
| Binary | 10001111 | 1001000 | 10111110 | 11001 | 111110 | 0 | 11001 | 100010100 | 110000 | 110011 |
Color Harmonies of #8F48BE
Complementary color
Monochromatic Colors of #8F48BE
Black with #8F48BE
Text Example
Text Example
White with #8F48BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F48BE; }
p { color: rgb(143,72,190); }
H1.HeaderClassName
{
color: #8F48BE;
}
.AnyTagClassName
{
color: #8F48BE;
}
</style>
background-color css
<style>
a { background-color: #8F48BE; }
a { background-color: rgb(143,72,190); }
div.DivClassName
{
background-color: #8F48BE;
}
.BgClassName
{
background-color: #8F48BE;
}
</style>
border-color css
<style>
span { border-color: #8F48BE; }
span { border-color: rgb(143,72,190); }
td.TdClassName
{
border-color: #8F48BE;
}
.TagClassName
{
border-color: #8F48BE;
}
</style>