Shades of Deep Lilac #8C53BB
Tints of Deep Lilac #8C53BB
RGB
CMYK
RGB Variations
Color information
#8C53BB (or 0x8C53BB) is known color: Deep Lilac. HEX triplet: 8C, 53 and BB. RGB value is (140,83,187). Sum of RGB (Red+Green+Blue) = 140+83+187=410 (54% of max value = 765). Red value is 140 (55.08% from 255 or 34.15% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 187 (73.44% from 255 or 45.61% from 410); Max value from RGB is 187 - color contains mainly: blue. Hex color #8C53BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53BB is #73AC44. Grayscale: #6F6F6F. Windows color (decimal): -7580741 or 12276620. OLE color: 12276620.
HSL color Cylindrical-coordinate representation of color #8C53BB: hue angle of 272.88º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C53BB is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 83 | 187 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.27 |
| HSL | 272.88º | 0.43% | 0.53% | - |
| HSV(B) | 272.88º | 0.56% | 0.73% | - |
| XYZ | 22.88 | 15.35 | 48.77 | - |
| YUV | 111.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 187 | 0.25 | 0.56 | 0 | 0.27 | 272.88 | 0.43 | 0.53 |
| Hex | 8C | 53 | BB | 19 | 38 | 0 | 1B | 111 | 2B | 35 |
| Octal | 214 | 123 | 273 | 31 | 70 | 0 | 33 | 421 | 53 | 65 |
| Binary | 10001100 | 1010011 | 10111011 | 11001 | 111000 | 0 | 11011 | 100010001 | 101011 | 110101 |
Color Harmonies of #8C53BB
Complementary color
Monochromatic Colors of #8C53BB
Black with #8C53BB
Text Example
Text Example
White with #8C53BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C53BB; }
p { color: rgb(140,83,187); }
H1.HeaderClassName
{
color: #8C53BB;
}
.AnyTagClassName
{
color: #8C53BB;
}
</style>
background-color css
<style>
a { background-color: #8C53BB; }
a { background-color: rgb(140,83,187); }
div.DivClassName
{
background-color: #8C53BB;
}
.BgClassName
{
background-color: #8C53BB;
}
</style>
border-color css
<style>
span { border-color: #8C53BB; }
span { border-color: rgb(140,83,187); }
td.TdClassName
{
border-color: #8C53BB;
}
.TagClassName
{
border-color: #8C53BB;
}
</style>