Shades of Deep Lilac #8A4CAE
Tints of Deep Lilac #8A4CAE
RGB
CMYK
RGB Variations
Color information
#8A4CAE (or 0x8A4CAE) is known color: Deep Lilac. HEX triplet: 8A, 4C and AE. RGB value is (138,76,174). Sum of RGB (Red+Green+Blue) = 138+76+174=388 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.57% from 388); Green value is 76 (30.08% from 255 or 19.59% from 388); Blue value is 174 (68.36% from 255 or 44.85% from 388); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A4CAE is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4CAE is #75B351. Grayscale: #696969. Windows color (decimal): -7713618 or 11422858. OLE color: 11422858.
HSL color Cylindrical-coordinate representation of color #8A4CAE: hue angle of 277.96º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A4CAE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 76 | 174 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.32 |
| HSL | 277.96º | 0.39% | 0.49% | - |
| HSV(B) | 277.96º | 0.56% | 0.68% | - |
| XYZ | 20.71 | 13.63 | 41.58 | - |
| YUV | 105.71 | 166.54 | 151.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 174 | 0.21 | 0.56 | 0 | 0.32 | 277.96 | 0.39 | 0.49 |
| Hex | 8A | 4C | AE | 15 | 38 | 0 | 20 | 116 | 27 | 31 |
| Octal | 212 | 114 | 256 | 25 | 70 | 0 | 40 | 426 | 47 | 61 |
| Binary | 10001010 | 1001100 | 10101110 | 10101 | 111000 | 0 | 100000 | 100010110 | 100111 | 110001 |
Color Harmonies of #8A4CAE
Complementary color
Monochromatic Colors of #8A4CAE
Black with #8A4CAE
Text Example
Text Example
White with #8A4CAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4CAE; }
p { color: rgb(138,76,174); }
H1.HeaderClassName
{
color: #8A4CAE;
}
.AnyTagClassName
{
color: #8A4CAE;
}
</style>
background-color css
<style>
a { background-color: #8A4CAE; }
a { background-color: rgb(138,76,174); }
div.DivClassName
{
background-color: #8A4CAE;
}
.BgClassName
{
background-color: #8A4CAE;
}
</style>
border-color css
<style>
span { border-color: #8A4CAE; }
span { border-color: rgb(138,76,174); }
td.TdClassName
{
border-color: #8A4CAE;
}
.TagClassName
{
border-color: #8A4CAE;
}
</style>