Shades of Deep Lilac #8C50B9
Tints of Deep Lilac #8C50B9
RGB
CMYK
RGB Variations
Color information
#8C50B9 (or 0x8C50B9) is known color: Deep Lilac. HEX triplet: 8C, 50 and B9. RGB value is (140,80,185). Sum of RGB (Red+Green+Blue) = 140+80+185=405 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.57% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 185 - color contains mainly: blue. Hex color #8C50B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50B9 is #73AF46. Grayscale: #6D6D6D. Windows color (decimal): -7581511 or 12144780. OLE color: 12144780.
HSL color Cylindrical-coordinate representation of color #8C50B9: hue angle of 274.29º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C50B9 is Cyan = 0.24, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 80 | 185 | - |
| CMYK | 0.24 | 0.57 | 0 | 0.27 |
| HSL | 274.29º | 0.43% | 0.52% | - |
| HSV(B) | 274.29º | 0.57% | 0.73% | - |
| XYZ | 22.44 | 14.82 | 47.58 | - |
| YUV | 109.91 | 170.38 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 185 | 0.24 | 0.57 | 0 | 0.27 | 274.29 | 0.43 | 0.52 |
| Hex | 8C | 50 | B9 | 18 | 39 | 0 | 1B | 112 | 2B | 34 |
| Octal | 214 | 120 | 271 | 30 | 71 | 0 | 33 | 422 | 53 | 64 |
| Binary | 10001100 | 1010000 | 10111001 | 11000 | 111001 | 0 | 11011 | 100010010 | 101011 | 110100 |
Color Harmonies of #8C50B9
Complementary color
Monochromatic Colors of #8C50B9
Black with #8C50B9
Text Example
Text Example
White with #8C50B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50B9; }
p { color: rgb(140,80,185); }
H1.HeaderClassName
{
color: #8C50B9;
}
.AnyTagClassName
{
color: #8C50B9;
}
</style>
background-color css
<style>
a { background-color: #8C50B9; }
a { background-color: rgb(140,80,185); }
div.DivClassName
{
background-color: #8C50B9;
}
.BgClassName
{
background-color: #8C50B9;
}
</style>
border-color css
<style>
span { border-color: #8C50B9; }
span { border-color: rgb(140,80,185); }
td.TdClassName
{
border-color: #8C50B9;
}
.TagClassName
{
border-color: #8C50B9;
}
</style>