Shades of Deep Lilac #8C43BA
Tints of Deep Lilac #8C43BA
RGB
CMYK
RGB Variations
Color information
#8C43BA (or 0x8C43BA) is known color: Deep Lilac. HEX triplet: 8C, 43 and BA. RGB value is (140,67,186). Sum of RGB (Red+Green+Blue) = 140+67+186=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #8C43BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8C43BA is #73BC45. Grayscale: #656565. Windows color (decimal): -7584838 or 12206988. OLE color: 12206988.
HSL color Cylindrical-coordinate representation of color #8C43BA: hue angle of 276.81º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C43BA is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 140 | 67 | 186 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.27 |
| HSL | 276.81º | 0.47% | 0.5% | - |
| HSV(B) | 276.81º | 0.64% | 0.73% | - |
| XYZ | 21.69 | 13.13 | 47.85 | - |
| YUV | 102.39 | 175.18 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 186 | 0.25 | 0.64 | 0 | 0.27 | 276.81 | 0.47 | 0.5 |
| Hex | 8C | 43 | BA | 19 | 40 | 0 | 1B | 115 | 2F | 32 |
| Octal | 214 | 103 | 272 | 31 | 100 | 0 | 33 | 425 | 57 | 62 |
| Binary | 10001100 | 1000011 | 10111010 | 11001 | 1000000 | 0 | 11011 | 100010101 | 101111 | 110010 |
Color Harmonies of #8C43BA
Complementary color
Monochromatic Colors of #8C43BA
Black with #8C43BA
Text Example
Text Example
White with #8C43BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C43BA; }
p { color: rgb(140,67,186); }
H1.HeaderClassName
{
color: #8C43BA;
}
.AnyTagClassName
{
color: #8C43BA;
}
</style>
background-color css
<style>
a { background-color: #8C43BA; }
a { background-color: rgb(140,67,186); }
div.DivClassName
{
background-color: #8C43BA;
}
.BgClassName
{
background-color: #8C43BA;
}
</style>
border-color css
<style>
span { border-color: #8C43BA; }
span { border-color: rgb(140,67,186); }
td.TdClassName
{
border-color: #8C43BA;
}
.TagClassName
{
border-color: #8C43BA;
}
</style>