Shades of Deep Lilac #8A3CAE
Tints of Deep Lilac #8A3CAE
RGB
CMYK
RGB Variations
Color information
#8A3CAE (or 0x8A3CAE) is known color: Deep Lilac. HEX triplet: 8A, 3C and AE. RGB value is (138,60,174). Sum of RGB (Red+Green+Blue) = 138+60+174=372 (49% of max value = 765). Red value is 138 (54.30% from 255 or 37.10% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 174 (68.36% from 255 or 46.77% from 372); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A3CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A3CAE is #75C351. Grayscale: #5F5F5F. Windows color (decimal): -7717714 or 11418762. OLE color: 11418762.
HSL color Cylindrical-coordinate representation of color #8A3CAE: hue angle of 281.05º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A3CAE is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 60 | 174 | - |
| CMYK | 0.21 | 0.66 | 0 | 0.32 |
| HSL | 281.05º | 0.49% | 0.46% | - |
| HSV(B) | 281.05º | 0.66% | 0.68% | - |
| XYZ | 19.74 | 11.69 | 41.26 | - |
| YUV | 96.32 | 171.84 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 60 | 174 | 0.21 | 0.66 | 0 | 0.32 | 281.05 | 0.49 | 0.46 |
| Hex | 8A | 3C | AE | 15 | 42 | 0 | 20 | 119 | 31 | 2E |
| Octal | 212 | 74 | 256 | 25 | 102 | 0 | 40 | 431 | 61 | 56 |
| Binary | 10001010 | 111100 | 10101110 | 10101 | 1000010 | 0 | 100000 | 100011001 | 110001 | 101110 |
Color Harmonies of #8A3CAE
Complementary color
Monochromatic Colors of #8A3CAE
Black with #8A3CAE
Text Example
Text Example
White with #8A3CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3CAE; }
p { color: rgb(138,60,174); }
H1.HeaderClassName
{
color: #8A3CAE;
}
.AnyTagClassName
{
color: #8A3CAE;
}
</style>
background-color css
<style>
a { background-color: #8A3CAE; }
a { background-color: rgb(138,60,174); }
div.DivClassName
{
background-color: #8A3CAE;
}
.BgClassName
{
background-color: #8A3CAE;
}
</style>
border-color css
<style>
span { border-color: #8A3CAE; }
span { border-color: rgb(138,60,174); }
td.TdClassName
{
border-color: #8A3CAE;
}
.TagClassName
{
border-color: #8A3CAE;
}
</style>