Shades of Deep Lilac #8C3DAE
Tints of Deep Lilac #8C3DAE
RGB
CMYK
RGB Variations
Color information
#8C3DAE (or 0x8C3DAE) is known color: Deep Lilac. HEX triplet: 8C, 3D and AE. RGB value is (140,61,174). Sum of RGB (Red+Green+Blue) = 140+61+174=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 61 (24.22% from 255 or 16.27% from 375); Blue value is 174 (68.36% from 255 or 46.4% from 375); Max value from RGB is 174 - color contains mainly: blue. Hex color #8C3DAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C3DAE is #73C251. Grayscale: #616161. Windows color (decimal): -7586386 or 11419020. OLE color: 11419020.
HSL color Cylindrical-coordinate representation of color #8C3DAE: hue angle of 281.95º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8C3DAE is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 140 | 61 | 174 | - |
| CMYK | 0.20 | 0.65 | 0 | 0.32 |
| HSL | 281.95º | 0.48% | 0.46% | - |
| HSV(B) | 281.95º | 0.65% | 0.68% | - |
| XYZ | 20.12 | 11.97 | 41.29 | - |
| YUV | 97.5 | 171.17 | 158.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 61 | 174 | 0.20 | 0.65 | 0 | 0.32 | 281.95 | 0.48 | 0.46 |
| Hex | 8C | 3D | AE | 14 | 41 | 0 | 20 | 11A | 30 | 2E |
| Octal | 214 | 75 | 256 | 24 | 101 | 0 | 40 | 432 | 60 | 56 |
| Binary | 10001100 | 111101 | 10101110 | 10100 | 1000001 | 0 | 100000 | 100011010 | 110000 | 101110 |
Color Harmonies of #8C3DAE
Complementary color
Monochromatic Colors of #8C3DAE
Black with #8C3DAE
Text Example
Text Example
White with #8C3DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3DAE; }
p { color: rgb(140,61,174); }
H1.HeaderClassName
{
color: #8C3DAE;
}
.AnyTagClassName
{
color: #8C3DAE;
}
</style>
background-color css
<style>
a { background-color: #8C3DAE; }
a { background-color: rgb(140,61,174); }
div.DivClassName
{
background-color: #8C3DAE;
}
.BgClassName
{
background-color: #8C3DAE;
}
</style>
border-color css
<style>
span { border-color: #8C3DAE; }
span { border-color: rgb(140,61,174); }
td.TdClassName
{
border-color: #8C3DAE;
}
.TagClassName
{
border-color: #8C3DAE;
}
</style>