Shades of Deep Lilac #8C50BA
Tints of Deep Lilac #8C50BA
RGB
CMYK
RGB Variations
Color information
#8C50BA (or 0x8C50BA) is known color: Deep Lilac. HEX triplet: 8C, 50 and BA. RGB value is (140,80,186). Sum of RGB (Red+Green+Blue) = 140+80+186=406 (53% of max value = 765). Red value is 140 (55.08% from 255 or 34.48% from 406); Green value is 80 (31.64% from 255 or 19.70% from 406); Blue value is 186 (73.05% from 255 or 45.81% from 406); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50BA is #73AF45. Grayscale: #6D6D6D. Windows color (decimal): -7581510 or 12210316. OLE color: 12210316.
HSL color Cylindrical-coordinate representation of color #8C50BA: hue angle of 273.96º 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 #8C50BA is Cyan = 0.25, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 80 | 186 | - |
| CMYK | 0.25 | 0.57 | 0 | 0.27 |
| HSL | 273.96º | 0.43% | 0.52% | - |
| HSV(B) | 273.96º | 0.57% | 0.73% | - |
| XYZ | 22.55 | 14.86 | 48.13 | - |
| YUV | 110.02 | 170.88 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 186 | 0.25 | 0.57 | 0 | 0.27 | 273.96 | 0.43 | 0.52 |
| Hex | 8C | 50 | BA | 19 | 39 | 0 | 1B | 112 | 2B | 34 |
| Octal | 214 | 120 | 272 | 31 | 71 | 0 | 33 | 422 | 53 | 64 |
| Binary | 10001100 | 1010000 | 10111010 | 11001 | 111001 | 0 | 11011 | 100010010 | 101011 | 110100 |
Color Harmonies of #8C50BA
Complementary color
Monochromatic Colors of #8C50BA
Black with #8C50BA
Text Example
Text Example
White with #8C50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50BA; }
p { color: rgb(140,80,186); }
H1.HeaderClassName
{
color: #8C50BA;
}
.AnyTagClassName
{
color: #8C50BA;
}
</style>
background-color css
<style>
a { background-color: #8C50BA; }
a { background-color: rgb(140,80,186); }
div.DivClassName
{
background-color: #8C50BA;
}
.BgClassName
{
background-color: #8C50BA;
}
</style>
border-color css
<style>
span { border-color: #8C50BA; }
span { border-color: rgb(140,80,186); }
td.TdClassName
{
border-color: #8C50BA;
}
.TagClassName
{
border-color: #8C50BA;
}
</style>