Shades of Deep Lilac #8D50BC
Tints of Deep Lilac #8D50BC
RGB
CMYK
RGB Variations
Color information
#8D50BC (or 0x8D50BC) is known color: Deep Lilac. HEX triplet: 8D, 50 and BC. RGB value is (141,80,188). Sum of RGB (Red+Green+Blue) = 141+80+188=409 (54% of max value = 765). Red value is 141 (55.47% from 255 or 34.47% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 188 (73.83% from 255 or 45.97% from 409); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D50BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D50BC is #72AF43. Grayscale: #6E6E6E. Windows color (decimal): -7515972 or 12341389. OLE color: 12341389.
HSL color Cylindrical-coordinate representation of color #8D50BC: hue angle of 273.89º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D50BC is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 80 | 188 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.26 |
| HSL | 273.89º | 0.45% | 0.53% | - |
| HSV(B) | 273.89º | 0.57% | 0.74% | - |
| XYZ | 22.93 | 15.03 | 49.27 | - |
| YUV | 110.55 | 171.71 | 149.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 80 | 188 | 0.25 | 0.57 | 0 | 0.26 | 273.89 | 0.45 | 0.53 |
| Hex | 8D | 50 | BC | 19 | 39 | 0 | 1A | 112 | 2D | 35 |
| Octal | 215 | 120 | 274 | 31 | 71 | 0 | 32 | 422 | 55 | 65 |
| Binary | 10001101 | 1010000 | 10111100 | 11001 | 111001 | 0 | 11010 | 100010010 | 101101 | 110101 |
Color Harmonies of #8D50BC
Complementary color
Monochromatic Colors of #8D50BC
Black with #8D50BC
Text Example
Text Example
White with #8D50BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D50BC; }
p { color: rgb(141,80,188); }
H1.HeaderClassName
{
color: #8D50BC;
}
.AnyTagClassName
{
color: #8D50BC;
}
</style>
background-color css
<style>
a { background-color: #8D50BC; }
a { background-color: rgb(141,80,188); }
div.DivClassName
{
background-color: #8D50BC;
}
.BgClassName
{
background-color: #8D50BC;
}
</style>
border-color css
<style>
span { border-color: #8D50BC; }
span { border-color: rgb(141,80,188); }
td.TdClassName
{
border-color: #8D50BC;
}
.TagClassName
{
border-color: #8D50BC;
}
</style>