Shades of Deep Lilac #8C5BB8
Tints of Deep Lilac #8C5BB8
RGB
CMYK
RGB Variations
Color information
#8C5BB8 (or 0x8C5BB8) is known color: Deep Lilac. HEX triplet: 8C, 5B and B8. RGB value is (140,91,184). Sum of RGB (Red+Green+Blue) = 140+91+184=415 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.73% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 184 (72.27% from 255 or 44.34% from 415); Max value from RGB is 184 - color contains mainly: blue. Hex color #8C5BB8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5BB8 is #73A447. Grayscale: #737373. Windows color (decimal): -7578696 or 12082060. OLE color: 12082060.
HSL color Cylindrical-coordinate representation of color #8C5BB8: hue angle of 271.61º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8C5BB8 is Cyan = 0.24, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 140 | 91 | 184 | - |
| CMYK | 0.24 | 0.51 | 0 | 0.28 |
| HSL | 271.61º | 0.4% | 0.54% | - |
| HSV(B) | 271.61º | 0.51% | 0.72% | - |
| XYZ | 23.21 | 16.52 | 47.31 | - |
| YUV | 116.25 | 166.23 | 144.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 91 | 184 | 0.24 | 0.51 | 0 | 0.28 | 271.61 | 0.4 | 0.54 |
| Hex | 8C | 5B | B8 | 18 | 33 | 0 | 1C | 110 | 28 | 36 |
| Octal | 214 | 133 | 270 | 30 | 63 | 0 | 34 | 420 | 50 | 66 |
| Binary | 10001100 | 1011011 | 10111000 | 11000 | 110011 | 0 | 11100 | 100010000 | 101000 | 110110 |
Color Harmonies of #8C5BB8
Complementary color
Monochromatic Colors of #8C5BB8
Black with #8C5BB8
Text Example
Text Example
White with #8C5BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5BB8; }
p { color: rgb(140,91,184); }
H1.HeaderClassName
{
color: #8C5BB8;
}
.AnyTagClassName
{
color: #8C5BB8;
}
</style>
background-color css
<style>
a { background-color: #8C5BB8; }
a { background-color: rgb(140,91,184); }
div.DivClassName
{
background-color: #8C5BB8;
}
.BgClassName
{
background-color: #8C5BB8;
}
</style>
border-color css
<style>
span { border-color: #8C5BB8; }
span { border-color: rgb(140,91,184); }
td.TdClassName
{
border-color: #8C5BB8;
}
.TagClassName
{
border-color: #8C5BB8;
}
</style>