Shades of Deep Lilac #8A4DAA
Tints of Deep Lilac #8A4DAA
RGB
CMYK
RGB Variations
Color information
#8A4DAA (or 0x8A4DAA) is known color: Deep Lilac. HEX triplet: 8A, 4D and AA. RGB value is (138,77,170). Sum of RGB (Red+Green+Blue) = 138+77+170=385 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.84% from 385); Green value is 77 (30.47% from 255 or 20% from 385); Blue value is 170 (66.80% from 255 or 44.16% from 385); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A4DAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A4DAA is #75B255. Grayscale: #696969. Windows color (decimal): -7713366 or 11160970. OLE color: 11160970.
HSL color Cylindrical-coordinate representation of color #8A4DAA: hue angle of 279.35º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8A4DAA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 77 | 170 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.33 |
| HSL | 279.35º | 0.38% | 0.48% | - |
| HSV(B) | 279.35º | 0.55% | 0.67% | - |
| XYZ | 20.39 | 13.61 | 39.58 | - |
| YUV | 105.84 | 164.21 | 150.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 77 | 170 | 0.19 | 0.55 | 0 | 0.33 | 279.35 | 0.38 | 0.48 |
| Hex | 8A | 4D | AA | 13 | 37 | 0 | 21 | 117 | 26 | 30 |
| Octal | 212 | 115 | 252 | 23 | 67 | 0 | 41 | 427 | 46 | 60 |
| Binary | 10001010 | 1001101 | 10101010 | 10011 | 110111 | 0 | 100001 | 100010111 | 100110 | 110000 |
Color Harmonies of #8A4DAA
Complementary color
Monochromatic Colors of #8A4DAA
Black with #8A4DAA
Text Example
Text Example
White with #8A4DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4DAA; }
p { color: rgb(138,77,170); }
H1.HeaderClassName
{
color: #8A4DAA;
}
.AnyTagClassName
{
color: #8A4DAA;
}
</style>
background-color css
<style>
a { background-color: #8A4DAA; }
a { background-color: rgb(138,77,170); }
div.DivClassName
{
background-color: #8A4DAA;
}
.BgClassName
{
background-color: #8A4DAA;
}
</style>
border-color css
<style>
span { border-color: #8A4DAA; }
span { border-color: rgb(138,77,170); }
td.TdClassName
{
border-color: #8A4DAA;
}
.TagClassName
{
border-color: #8A4DAA;
}
</style>