Shades of Deep Lilac #8C50A8
Tints of Deep Lilac #8C50A8
RGB
CMYK
RGB Variations
Color information
#8C50A8 (or 0x8C50A8) is known color: Deep Lilac. HEX triplet: 8C, 50 and A8. RGB value is (140,80,168). Sum of RGB (Red+Green+Blue) = 140+80+168=388 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.08% from 388); Green value is 80 (31.64% from 255 or 20.62% from 388); Blue value is 168 (66.02% from 255 or 43.30% from 388); Max value from RGB is 168 - color contains mainly: blue. Hex color #8C50A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C50A8 is #73AF57. Grayscale: #6B6B6B. Windows color (decimal): -7581528 or 11030668. OLE color: 11030668.
HSL color Cylindrical-coordinate representation of color #8C50A8: hue angle of 280.91º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C50A8 is Cyan = 0.17, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 140 | 80 | 168 | - |
| CMYK | 0.17 | 0.52 | 0 | 0.34 |
| HSL | 280.91º | 0.35% | 0.49% | - |
| HSV(B) | 280.91º | 0.52% | 0.66% | - |
| XYZ | 20.75 | 14.14 | 38.68 | - |
| YUV | 107.97 | 161.88 | 150.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 80 | 168 | 0.17 | 0.52 | 0 | 0.34 | 280.91 | 0.35 | 0.49 |
| Hex | 8C | 50 | A8 | 11 | 34 | 0 | 22 | 119 | 23 | 31 |
| Octal | 214 | 120 | 250 | 21 | 64 | 0 | 42 | 431 | 43 | 61 |
| Binary | 10001100 | 1010000 | 10101000 | 10001 | 110100 | 0 | 100010 | 100011001 | 100011 | 110001 |
Color Harmonies of #8C50A8
Complementary color
Monochromatic Colors of #8C50A8
Black with #8C50A8
Text Example
Text Example
White with #8C50A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C50A8; }
p { color: rgb(140,80,168); }
H1.HeaderClassName
{
color: #8C50A8;
}
.AnyTagClassName
{
color: #8C50A8;
}
</style>
background-color css
<style>
a { background-color: #8C50A8; }
a { background-color: rgb(140,80,168); }
div.DivClassName
{
background-color: #8C50A8;
}
.BgClassName
{
background-color: #8C50A8;
}
</style>
border-color css
<style>
span { border-color: #8C50A8; }
span { border-color: rgb(140,80,168); }
td.TdClassName
{
border-color: #8C50A8;
}
.TagClassName
{
border-color: #8C50A8;
}
</style>