Shades of Deep Lilac #8C3FAC
Tints of Deep Lilac #8C3FAC
RGB
CMYK
RGB Variations
Color information
#8C3FAC (or 0x8C3FAC) is known color: Deep Lilac. HEX triplet: 8C, 3F and AC. RGB value is (140,63,172). Sum of RGB (Red+Green+Blue) = 140+63+172=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 63 (25% from 255 or 16.8% from 375); Blue value is 172 (67.58% from 255 or 45.87% from 375); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C3FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3FAC is #73C053. Grayscale: #626262. Windows color (decimal): -7585876 or 11288460. OLE color: 11288460.
HSL color Cylindrical-coordinate representation of color #8C3FAC: hue angle of 282.39º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8C3FAC is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 140 | 63 | 172 | - |
| CMYK | 0.19 | 0.63 | 0 | 0.33 |
| HSL | 282.39º | 0.46% | 0.46% | - |
| HSV(B) | 282.39º | 0.63% | 0.67% | - |
| XYZ | 20.04 | 12.11 | 40.31 | - |
| YUV | 98.45 | 169.51 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 63 | 172 | 0.19 | 0.63 | 0 | 0.33 | 282.39 | 0.46 | 0.46 |
| Hex | 8C | 3F | AC | 13 | 3F | 0 | 21 | 11A | 2E | 2E |
| Octal | 214 | 77 | 254 | 23 | 77 | 0 | 41 | 432 | 56 | 56 |
| Binary | 10001100 | 111111 | 10101100 | 10011 | 111111 | 0 | 100001 | 100011010 | 101110 | 101110 |
Color Harmonies of #8C3FAC
Complementary color
Monochromatic Colors of #8C3FAC
Black with #8C3FAC
Text Example
Text Example
White with #8C3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3FAC; }
p { color: rgb(140,63,172); }
H1.HeaderClassName
{
color: #8C3FAC;
}
.AnyTagClassName
{
color: #8C3FAC;
}
</style>
background-color css
<style>
a { background-color: #8C3FAC; }
a { background-color: rgb(140,63,172); }
div.DivClassName
{
background-color: #8C3FAC;
}
.BgClassName
{
background-color: #8C3FAC;
}
</style>
border-color css
<style>
span { border-color: #8C3FAC; }
span { border-color: rgb(140,63,172); }
td.TdClassName
{
border-color: #8C3FAC;
}
.TagClassName
{
border-color: #8C3FAC;
}
</style>