Shades of Deep Lilac #8F41BE
Tints of Deep Lilac #8F41BE
RGB
CMYK
RGB Variations
Color information
#8F41BE (or 0x8F41BE) is known color: Deep Lilac. HEX triplet: 8F, 41 and BE. RGB value is (143,65,190). Sum of RGB (Red+Green+Blue) = 143+65+190=398 (52% of max value = 765). Red value is 143 (56.25% from 255 or 35.93% from 398); Green value is 65 (25.78% from 255 or 16.33% from 398); Blue value is 190 (74.61% from 255 or 47.74% from 398); Max value from RGB is 190 - color contains mainly: blue. Hex color #8F41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F41BE is #70BE41. Grayscale: #666666. Windows color (decimal): -7388738 or 12468623. OLE color: 12468623.
HSL color Cylindrical-coordinate representation of color #8F41BE: hue angle of 277.44º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F41BE is Cyan = 0.25, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 143 | 65 | 190 | - |
| CMYK | 0.25 | 0.66 | 0 | 0.25 |
| HSL | 277.44º | 0.49% | 0.5% | - |
| HSV(B) | 277.44º | 0.66% | 0.75% | - |
| XYZ | 22.51 | 13.34 | 50.1 | - |
| YUV | 102.57 | 177.34 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 65 | 190 | 0.25 | 0.66 | 0 | 0.25 | 277.44 | 0.49 | 0.5 |
| Hex | 8F | 41 | BE | 19 | 42 | 0 | 19 | 115 | 31 | 32 |
| Octal | 217 | 101 | 276 | 31 | 102 | 0 | 31 | 425 | 61 | 62 |
| Binary | 10001111 | 1000001 | 10111110 | 11001 | 1000010 | 0 | 11001 | 100010101 | 110001 | 110010 |
Color Harmonies of #8F41BE
Complementary color
Monochromatic Colors of #8F41BE
Black with #8F41BE
Text Example
Text Example
White with #8F41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F41BE; }
p { color: rgb(143,65,190); }
H1.HeaderClassName
{
color: #8F41BE;
}
.AnyTagClassName
{
color: #8F41BE;
}
</style>
background-color css
<style>
a { background-color: #8F41BE; }
a { background-color: rgb(143,65,190); }
div.DivClassName
{
background-color: #8F41BE;
}
.BgClassName
{
background-color: #8F41BE;
}
</style>
border-color css
<style>
span { border-color: #8F41BE; }
span { border-color: rgb(143,65,190); }
td.TdClassName
{
border-color: #8F41BE;
}
.TagClassName
{
border-color: #8F41BE;
}
</style>