Shades of Deep Lilac #8A4DAE
Tints of Deep Lilac #8A4DAE
RGB
CMYK
RGB Variations
Color information
#8A4DAE (or 0x8A4DAE) is known color: Deep Lilac. HEX triplet: 8A, 4D and AE. RGB value is (138,77,174). Sum of RGB (Red+Green+Blue) = 138+77+174=389 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.48% from 389); Green value is 77 (30.47% from 255 or 19.79% from 389); Blue value is 174 (68.36% from 255 or 44.73% from 389); Max value from RGB is 174 - color contains mainly: blue. Hex color #8A4DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4DAE is #75B251. Grayscale: #696969. Windows color (decimal): -7713362 or 11423114. OLE color: 11423114.
HSL color Cylindrical-coordinate representation of color #8A4DAE: hue angle of 277.73º 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 #8A4DAE is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 138 | 77 | 174 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.32 |
| HSL | 277.73º | 0.39% | 0.49% | - |
| HSV(B) | 277.73º | 0.56% | 0.68% | - |
| XYZ | 20.78 | 13.77 | 41.61 | - |
| YUV | 106.3 | 166.21 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 174 | 0.21 | 0.56 | 0 | 0.32 | 277.73 | 0.39 | 0.49 |
| Hex | 8A | 4D | AE | 15 | 38 | 0 | 20 | 116 | 27 | 31 |
| Octal | 212 | 115 | 256 | 25 | 70 | 0 | 40 | 426 | 47 | 61 |
| Binary | 10001010 | 1001101 | 10101110 | 10101 | 111000 | 0 | 100000 | 100010110 | 100111 | 110001 |
Color Harmonies of #8A4DAE
Complementary color
Monochromatic Colors of #8A4DAE
Black with #8A4DAE
Text Example
Text Example
White with #8A4DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DAE; }
p { color: rgb(138,77,174); }
H1.HeaderClassName
{
color: #8A4DAE;
}
.AnyTagClassName
{
color: #8A4DAE;
}
</style>
background-color css
<style>
a { background-color: #8A4DAE; }
a { background-color: rgb(138,77,174); }
div.DivClassName
{
background-color: #8A4DAE;
}
.BgClassName
{
background-color: #8A4DAE;
}
</style>
border-color css
<style>
span { border-color: #8A4DAE; }
span { border-color: rgb(138,77,174); }
td.TdClassName
{
border-color: #8A4DAE;
}
.TagClassName
{
border-color: #8A4DAE;
}
</style>