Shades of Deep Lilac #8C5CB6
Tints of Deep Lilac #8C5CB6
RGB
CMYK
RGB Variations
Color information
#8C5CB6 (or 0x8C5CB6) is known color: Deep Lilac. HEX triplet: 8C, 5C and B6. RGB value is (140,92,182). Sum of RGB (Red+Green+Blue) = 140+92+182=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 92 (36.33% from 255 or 22.22% from 414); Blue value is 182 (71.48% from 255 or 43.96% from 414); Max value from RGB is 182 - color contains mainly: blue. Hex color #8C5CB6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C5CB6 is #73A349. Grayscale: #747474. Windows color (decimal): -7578442 or 11951244. OLE color: 11951244.
HSL color Cylindrical-coordinate representation of color #8C5CB6: hue angle of 272º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C5CB6 is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 140 | 92 | 182 | - |
| CMYK | 0.23 | 0.49 | 0 | 0.29 |
| HSL | 272º | 0.38% | 0.54% | - |
| HSV(B) | 272º | 0.49% | 0.71% | - |
| XYZ | 23.09 | 16.61 | 46.24 | - |
| YUV | 116.61 | 164.9 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 92 | 182 | 0.23 | 0.49 | 0 | 0.29 | 272 | 0.38 | 0.54 |
| Hex | 8C | 5C | B6 | 17 | 31 | 0 | 1D | 110 | 26 | 36 |
| Octal | 214 | 134 | 266 | 27 | 61 | 0 | 35 | 420 | 46 | 66 |
| Binary | 10001100 | 1011100 | 10110110 | 10111 | 110001 | 0 | 11101 | 100010000 | 100110 | 110110 |
Color Harmonies of #8C5CB6
Complementary color
Monochromatic Colors of #8C5CB6
Black with #8C5CB6
Text Example
Text Example
White with #8C5CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5CB6; }
p { color: rgb(140,92,182); }
H1.HeaderClassName
{
color: #8C5CB6;
}
.AnyTagClassName
{
color: #8C5CB6;
}
</style>
background-color css
<style>
a { background-color: #8C5CB6; }
a { background-color: rgb(140,92,182); }
div.DivClassName
{
background-color: #8C5CB6;
}
.BgClassName
{
background-color: #8C5CB6;
}
</style>
border-color css
<style>
span { border-color: #8C5CB6; }
span { border-color: rgb(140,92,182); }
td.TdClassName
{
border-color: #8C5CB6;
}
.TagClassName
{
border-color: #8C5CB6;
}
</style>