Shades of Deep Lilac #8C4FAE
Tints of Deep Lilac #8C4FAE
RGB
CMYK
RGB Variations
Color information
#8C4FAE (or 0x8C4FAE) is known color: Deep Lilac. HEX triplet: 8C, 4F and AE. RGB value is (140,79,174). Sum of RGB (Red+Green+Blue) = 140+79+174=393 (52% of max value = 765). Red value is 140 (55.08% from 255 or 35.62% from 393); Green value is 79 (31.25% from 255 or 20.10% from 393); Blue value is 174 (68.36% from 255 or 44.27% from 393); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C4FAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4FAE is #73B051. Grayscale: #6B6B6B. Windows color (decimal): -7581778 or 11423628. OLE color: 11423628.
HSL color Cylindrical-coordinate representation of color #8C4FAE: hue angle of 278.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8C4FAE is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 79 | 174 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.32 |
| HSL | 278.53º | 0.38% | 0.5% | - |
| HSV(B) | 278.53º | 0.55% | 0.68% | - |
| XYZ | 21.25 | 14.22 | 41.67 | - |
| YUV | 108.07 | 165.21 | 150.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 79 | 174 | 0.20 | 0.55 | 0 | 0.32 | 278.53 | 0.38 | 0.5 |
| Hex | 8C | 4F | AE | 14 | 37 | 0 | 20 | 117 | 26 | 32 |
| Octal | 214 | 117 | 256 | 24 | 67 | 0 | 40 | 427 | 46 | 62 |
| Binary | 10001100 | 1001111 | 10101110 | 10100 | 110111 | 0 | 100000 | 100010111 | 100110 | 110010 |
Color Harmonies of #8C4FAE
Complementary color
Monochromatic Colors of #8C4FAE
Black with #8C4FAE
Text Example
Text Example
White with #8C4FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4FAE; }
p { color: rgb(140,79,174); }
H1.HeaderClassName
{
color: #8C4FAE;
}
.AnyTagClassName
{
color: #8C4FAE;
}
</style>
background-color css
<style>
a { background-color: #8C4FAE; }
a { background-color: rgb(140,79,174); }
div.DivClassName
{
background-color: #8C4FAE;
}
.BgClassName
{
background-color: #8C4FAE;
}
</style>
border-color css
<style>
span { border-color: #8C4FAE; }
span { border-color: rgb(140,79,174); }
td.TdClassName
{
border-color: #8C4FAE;
}
.TagClassName
{
border-color: #8C4FAE;
}
</style>