Shades of Deep Lilac #8D50BE
Tints of Deep Lilac #8D50BE
RGB
CMYK
RGB Variations
Color information
#8D50BE (or 0x8D50BE) is known color: Deep Lilac. HEX triplet: 8D, 50 and BE. RGB value is (141,80,190). Sum of RGB (Red+Green+Blue) = 141+80+190=411 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.31% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 190 (74.61% from 255 or 46.23% from 411); Max value from RGB is 190 - color contains mainly: blue. Hex color #8D50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D50BE is #72AF41. Grayscale: #6E6E6E. Windows color (decimal): -7515970 or 12472461. OLE color: 12472461.
HSL color Cylindrical-coordinate representation of color #8D50BE: hue angle of 273.27º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8D50BE is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 141 | 80 | 190 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.25 |
| HSL | 273.27º | 0.46% | 0.53% | - |
| HSV(B) | 273.27º | 0.58% | 0.75% | - |
| XYZ | 23.15 | 15.12 | 50.41 | - |
| YUV | 110.78 | 172.71 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 190 | 0.26 | 0.58 | 0 | 0.25 | 273.27 | 0.46 | 0.53 |
| Hex | 8D | 50 | BE | 1A | 3A | 0 | 19 | 111 | 2E | 35 |
| Octal | 215 | 120 | 276 | 32 | 72 | 0 | 31 | 421 | 56 | 65 |
| Binary | 10001101 | 1010000 | 10111110 | 11010 | 111010 | 0 | 11001 | 100010001 | 101110 | 110101 |
Color Harmonies of #8D50BE
Complementary color
Monochromatic Colors of #8D50BE
Black with #8D50BE
Text Example
Text Example
White with #8D50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D50BE; }
p { color: rgb(141,80,190); }
H1.HeaderClassName
{
color: #8D50BE;
}
.AnyTagClassName
{
color: #8D50BE;
}
</style>
background-color css
<style>
a { background-color: #8D50BE; }
a { background-color: rgb(141,80,190); }
div.DivClassName
{
background-color: #8D50BE;
}
.BgClassName
{
background-color: #8D50BE;
}
</style>
border-color css
<style>
span { border-color: #8D50BE; }
span { border-color: rgb(141,80,190); }
td.TdClassName
{
border-color: #8D50BE;
}
.TagClassName
{
border-color: #8D50BE;
}
</style>