Shades of Deep Lilac #8C50C6
Tints of Deep Lilac #8C50C6
RGB
CMYK
RGB Variations
Color information
#8C50C6 (or 0x8C50C6) is known color: Deep Lilac. HEX triplet: 8C, 50 and C6. RGB value is (140,80,198). Sum of RGB (Red+Green+Blue) = 140+80+198=418 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.49% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 198 (77.73% from 255 or 47.37% from 418); Max value from RGB is 198 - color contains mainly: blue. Hex color #8C50C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C50C6 is #73AF39. Grayscale: #6E6E6E. Windows color (decimal): -7581498 or 12996748. OLE color: 12996748.
HSL color Cylindrical-coordinate representation of color #8C50C6: hue angle of 270.51º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C50C6 is Cyan = 0.29, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 140 | 80 | 198 | - |
| CMYK | 0.29 | 0.60 | 0 | 0.22 |
| HSL | 270.51º | 0.51% | 0.55% | - |
| HSV(B) | 270.51º | 0.6% | 0.78% | - |
| XYZ | 23.88 | 15.39 | 55.14 | - |
| YUV | 111.39 | 176.88 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 198 | 0.29 | 0.60 | 0 | 0.22 | 270.51 | 0.51 | 0.55 |
| Hex | 8C | 50 | C6 | 1D | 3C | 0 | 16 | 10F | 33 | 37 |
| Octal | 214 | 120 | 306 | 35 | 74 | 0 | 26 | 417 | 63 | 67 |
| Binary | 10001100 | 1010000 | 11000110 | 11101 | 111100 | 0 | 10110 | 100001111 | 110011 | 110111 |
Color Harmonies of #8C50C6
Complementary color
Monochromatic Colors of #8C50C6
Black with #8C50C6
Text Example
Text Example
White with #8C50C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50C6; }
p { color: rgb(140,80,198); }
H1.HeaderClassName
{
color: #8C50C6;
}
.AnyTagClassName
{
color: #8C50C6;
}
</style>
background-color css
<style>
a { background-color: #8C50C6; }
a { background-color: rgb(140,80,198); }
div.DivClassName
{
background-color: #8C50C6;
}
.BgClassName
{
background-color: #8C50C6;
}
</style>
border-color css
<style>
span { border-color: #8C50C6; }
span { border-color: rgb(140,80,198); }
td.TdClassName
{
border-color: #8C50C6;
}
.TagClassName
{
border-color: #8C50C6;
}
</style>