Shades of Deep Lilac #8D5CBC
Tints of Deep Lilac #8D5CBC
RGB
CMYK
RGB Variations
Color information
#8D5CBC (or 0x8D5CBC) is known color: Deep Lilac. HEX triplet: 8D, 5C and BC. RGB value is (141,92,188). Sum of RGB (Red+Green+Blue) = 141+92+188=421 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.49% from 421); Green value is 92 (36.33% from 255 or 21.85% from 421); Blue value is 188 (73.83% from 255 or 44.66% from 421); Max value from RGB is 188 - color contains mainly: blue. Hex color #8D5CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D5CBC is #72A343. Grayscale: #757575. Windows color (decimal): -7512900 or 12344461. OLE color: 12344461.
HSL color Cylindrical-coordinate representation of color #8D5CBC: hue angle of 270.62º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D5CBC is Cyan = 0.25, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 141 | 92 | 188 | - |
| CMYK | 0.25 | 0.51 | 0 | 0.26 |
| HSL | 270.63º | 0.42% | 0.55% | - |
| HSV(B) | 270.63º | 0.51% | 0.74% | - |
| XYZ | 23.89 | 16.95 | 49.59 | - |
| YUV | 117.6 | 167.73 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 188 | 0.25 | 0.51 | 0 | 0.26 | 270.63 | 0.42 | 0.55 |
| Hex | 8D | 5C | BC | 19 | 33 | 0 | 1A | 10F | 2A | 37 |
| Octal | 215 | 134 | 274 | 31 | 63 | 0 | 32 | 417 | 52 | 67 |
| Binary | 10001101 | 1011100 | 10111100 | 11001 | 110011 | 0 | 11010 | 100001111 | 101010 | 110111 |
Color Harmonies of #8D5CBC
Complementary color
Monochromatic Colors of #8D5CBC
Black with #8D5CBC
Text Example
Text Example
White with #8D5CBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5CBC; }
p { color: rgb(141,92,188); }
H1.HeaderClassName
{
color: #8D5CBC;
}
.AnyTagClassName
{
color: #8D5CBC;
}
</style>
background-color css
<style>
a { background-color: #8D5CBC; }
a { background-color: rgb(141,92,188); }
div.DivClassName
{
background-color: #8D5CBC;
}
.BgClassName
{
background-color: #8D5CBC;
}
</style>
border-color css
<style>
span { border-color: #8D5CBC; }
span { border-color: rgb(141,92,188); }
td.TdClassName
{
border-color: #8D5CBC;
}
.TagClassName
{
border-color: #8D5CBC;
}
</style>