Shades of Deep Lilac #8C53BF
Tints of Deep Lilac #8C53BF
RGB
CMYK
RGB Variations
Color information
#8C53BF (or 0x8C53BF) is known color: Deep Lilac. HEX triplet: 8C, 53 and BF. RGB value is (140,83,191). Sum of RGB (Red+Green+Blue) = 140+83+191=414 (54% of max value = 765). Red value is 140 (55.08% from 255 or 33.82% from 414); Green value is 83 (32.81% from 255 or 20.05% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 191 - color contains mainly: blue. Hex color #8C53BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8C53BF is #73AC40. Grayscale: #6F6F6F. Windows color (decimal): -7580737 or 12538764. OLE color: 12538764.
HSL color Cylindrical-coordinate representation of color #8C53BF: hue angle of 271.67º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C53BF is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 140 | 83 | 191 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.25 |
| HSL | 271.67º | 0.46% | 0.54% | - |
| HSV(B) | 271.67º | 0.57% | 0.75% | - |
| XYZ | 23.31 | 15.52 | 51.06 | - |
| YUV | 112.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 83 | 191 | 0.27 | 0.57 | 0 | 0.25 | 271.67 | 0.46 | 0.54 |
| Hex | 8C | 53 | BF | 1B | 39 | 0 | 19 | 110 | 2E | 36 |
| Octal | 214 | 123 | 277 | 33 | 71 | 0 | 31 | 420 | 56 | 66 |
| Binary | 10001100 | 1010011 | 10111111 | 11011 | 111001 | 0 | 11001 | 100010000 | 101110 | 110110 |
Color Harmonies of #8C53BF
Complementary color
Monochromatic Colors of #8C53BF
Black with #8C53BF
Text Example
Text Example
White with #8C53BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C53BF; }
p { color: rgb(140,83,191); }
H1.HeaderClassName
{
color: #8C53BF;
}
.AnyTagClassName
{
color: #8C53BF;
}
</style>
background-color css
<style>
a { background-color: #8C53BF; }
a { background-color: rgb(140,83,191); }
div.DivClassName
{
background-color: #8C53BF;
}
.BgClassName
{
background-color: #8C53BF;
}
</style>
border-color css
<style>
span { border-color: #8C53BF; }
span { border-color: rgb(140,83,191); }
td.TdClassName
{
border-color: #8C53BF;
}
.TagClassName
{
border-color: #8C53BF;
}
</style>