Shades of Deep Lilac #8C50BD
Tints of Deep Lilac #8C50BD
RGB
CMYK
RGB Variations
Color information
#8C50BD (or 0x8C50BD) is known color: Deep Lilac. HEX triplet: 8C, 50 and BD. RGB value is (140,80,189). Sum of RGB (Red+Green+Blue) = 140+80+189=409 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.23% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 189 - color contains mainly: blue. Hex color #8C50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50BD is #73AF42. Grayscale: #6D6D6D. Windows color (decimal): -7581507 or 12406924. OLE color: 12406924.
HSL color Cylindrical-coordinate representation of color #8C50BD: hue angle of 273.03º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C50BD is Cyan = 0.26, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 140 | 80 | 189 | - |
| CMYK | 0.26 | 0.58 | 0 | 0.26 |
| HSL | 273.03º | 0.45% | 0.53% | - |
| HSV(B) | 273.03º | 0.58% | 0.74% | - |
| XYZ | 22.87 | 14.99 | 49.83 | - |
| YUV | 110.37 | 172.38 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 189 | 0.26 | 0.58 | 0 | 0.26 | 273.03 | 0.45 | 0.53 |
| Hex | 8C | 50 | BD | 1A | 3A | 0 | 1A | 111 | 2D | 35 |
| Octal | 214 | 120 | 275 | 32 | 72 | 0 | 32 | 421 | 55 | 65 |
| Binary | 10001100 | 1010000 | 10111101 | 11010 | 111010 | 0 | 11010 | 100010001 | 101101 | 110101 |
Color Harmonies of #8C50BD
Complementary color
Monochromatic Colors of #8C50BD
Black with #8C50BD
Text Example
Text Example
White with #8C50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50BD; }
p { color: rgb(140,80,189); }
H1.HeaderClassName
{
color: #8C50BD;
}
.AnyTagClassName
{
color: #8C50BD;
}
</style>
background-color css
<style>
a { background-color: #8C50BD; }
a { background-color: rgb(140,80,189); }
div.DivClassName
{
background-color: #8C50BD;
}
.BgClassName
{
background-color: #8C50BD;
}
</style>
border-color css
<style>
span { border-color: #8C50BD; }
span { border-color: rgb(140,80,189); }
td.TdClassName
{
border-color: #8C50BD;
}
.TagClassName
{
border-color: #8C50BD;
}
</style>