Shades of Deep Lilac #8A4CAA
Tints of Deep Lilac #8A4CAA
RGB
CMYK
RGB Variations
Color information
#8A4CAA (or 0x8A4CAA) is known color: Deep Lilac. HEX triplet: 8A, 4C and AA. RGB value is (138,76,170). Sum of RGB (Red+Green+Blue) = 138+76+170=384 (50% of max value = 765). Red value is 138 (54.30% from 255 or 35.94% from 384); Green value is 76 (30.08% from 255 or 19.79% from 384); Blue value is 170 (66.80% from 255 or 44.27% from 384); Max value from RGB is 170 - color contains mainly: blue. Hex color #8A4CAA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4CAA is #75B355. Grayscale: #686868. Windows color (decimal): -7713622 or 11160714. OLE color: 11160714.
HSL color Cylindrical-coordinate representation of color #8A4CAA: hue angle of 279.57º 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 #8A4CAA is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 138 | 76 | 170 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.33 |
| HSL | 279.57º | 0.38% | 0.48% | - |
| HSV(B) | 279.57º | 0.55% | 0.67% | - |
| XYZ | 20.32 | 13.47 | 39.56 | - |
| YUV | 105.25 | 164.54 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 76 | 170 | 0.19 | 0.55 | 0 | 0.33 | 279.57 | 0.38 | 0.48 |
| Hex | 8A | 4C | AA | 13 | 37 | 0 | 21 | 118 | 26 | 30 |
| Octal | 212 | 114 | 252 | 23 | 67 | 0 | 41 | 430 | 46 | 60 |
| Binary | 10001010 | 1001100 | 10101010 | 10011 | 110111 | 0 | 100001 | 100011000 | 100110 | 110000 |
Color Harmonies of #8A4CAA
Complementary color
Monochromatic Colors of #8A4CAA
Black with #8A4CAA
Text Example
Text Example
White with #8A4CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4CAA; }
p { color: rgb(138,76,170); }
H1.HeaderClassName
{
color: #8A4CAA;
}
.AnyTagClassName
{
color: #8A4CAA;
}
</style>
background-color css
<style>
a { background-color: #8A4CAA; }
a { background-color: rgb(138,76,170); }
div.DivClassName
{
background-color: #8A4CAA;
}
.BgClassName
{
background-color: #8A4CAA;
}
</style>
border-color css
<style>
span { border-color: #8A4CAA; }
span { border-color: rgb(138,76,170); }
td.TdClassName
{
border-color: #8A4CAA;
}
.TagClassName
{
border-color: #8A4CAA;
}
</style>