Shades of Deep Lilac #8D50B6
Tints of Deep Lilac #8D50B6
RGB
CMYK
RGB Variations
Color information
#8D50B6 (or 0x8D50B6) is known color: Deep Lilac. HEX triplet: 8D, 50 and B6. RGB value is (141,80,182). Sum of RGB (Red+Green+Blue) = 141+80+182=403 (53% of max value = 765). Red value is 141 (55.47% from 255 or 34.99% from 403); Green value is 80 (31.64% from 255 or 19.85% from 403); Blue value is 182 (71.48% from 255 or 45.16% from 403); Max value from RGB is 182 - color contains mainly: blue. Hex color #8D50B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D50B6 is #72AF49. Grayscale: #6D6D6D. Windows color (decimal): -7515978 or 11948173. OLE color: 11948173.
HSL color Cylindrical-coordinate representation of color #8D50B6: hue angle of 275.88º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8D50B6 is Cyan = 0.23, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 141 | 80 | 182 | - |
| CMYK | 0.23 | 0.56 | 0 | 0.29 |
| HSL | 275.88º | 0.41% | 0.51% | - |
| HSV(B) | 275.88º | 0.56% | 0.71% | - |
| XYZ | 22.3 | 14.78 | 45.93 | - |
| YUV | 109.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 182 | 0.23 | 0.56 | 0 | 0.29 | 275.88 | 0.41 | 0.51 |
| Hex | 8D | 50 | B6 | 17 | 38 | 0 | 1D | 114 | 29 | 33 |
| Octal | 215 | 120 | 266 | 27 | 70 | 0 | 35 | 424 | 51 | 63 |
| Binary | 10001101 | 1010000 | 10110110 | 10111 | 111000 | 0 | 11101 | 100010100 | 101001 | 110011 |
Color Harmonies of #8D50B6
Complementary color
Monochromatic Colors of #8D50B6
Black with #8D50B6
Text Example
Text Example
White with #8D50B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D50B6; }
p { color: rgb(141,80,182); }
H1.HeaderClassName
{
color: #8D50B6;
}
.AnyTagClassName
{
color: #8D50B6;
}
</style>
background-color css
<style>
a { background-color: #8D50B6; }
a { background-color: rgb(141,80,182); }
div.DivClassName
{
background-color: #8D50B6;
}
.BgClassName
{
background-color: #8D50B6;
}
</style>
border-color css
<style>
span { border-color: #8D50B6; }
span { border-color: rgb(141,80,182); }
td.TdClassName
{
border-color: #8D50B6;
}
.TagClassName
{
border-color: #8D50B6;
}
</style>