Shades of Deep Lilac #8A4AAF
Tints of Deep Lilac #8A4AAF
RGB
CMYK
RGB Variations
Color information
#8A4AAF (or 0x8A4AAF) is known color: Deep Lilac. HEX triplet: 8A, 4A and AF. RGB value is (138,74,175). Sum of RGB (Red+Green+Blue) = 138+74+175=387 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.66% from 387); Green value is 74 (29.30% from 255 or 19.12% from 387); Blue value is 175 (68.75% from 255 or 45.22% from 387); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A4AAF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8A4AAF is #75B550. Grayscale: #686868. Windows color (decimal): -7714129 or 11487882. OLE color: 11487882.
HSL color Cylindrical-coordinate representation of color #8A4AAF: hue angle of 278.02º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A4AAF is Cyan = 0.21, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 74 | 175 | - |
| CMYK | 0.21 | 0.58 | 0 | 0.31 |
| HSL | 278.02º | 0.41% | 0.49% | - |
| HSV(B) | 278.02º | 0.58% | 0.69% | - |
| XYZ | 20.67 | 13.4 | 42.05 | - |
| YUV | 104.65 | 167.7 | 151.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 74 | 175 | 0.21 | 0.58 | 0 | 0.31 | 278.02 | 0.41 | 0.49 |
| Hex | 8A | 4A | AF | 15 | 3A | 0 | 1F | 116 | 29 | 31 |
| Octal | 212 | 112 | 257 | 25 | 72 | 0 | 37 | 426 | 51 | 61 |
| Binary | 10001010 | 1001010 | 10101111 | 10101 | 111010 | 0 | 11111 | 100010110 | 101001 | 110001 |
Color Harmonies of #8A4AAF
Complementary color
Monochromatic Colors of #8A4AAF
Black with #8A4AAF
Text Example
Text Example
White with #8A4AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A4AAF; }
p { color: rgb(138,74,175); }
H1.HeaderClassName
{
color: #8A4AAF;
}
.AnyTagClassName
{
color: #8A4AAF;
}
</style>
background-color css
<style>
a { background-color: #8A4AAF; }
a { background-color: rgb(138,74,175); }
div.DivClassName
{
background-color: #8A4AAF;
}
.BgClassName
{
background-color: #8A4AAF;
}
</style>
border-color css
<style>
span { border-color: #8A4AAF; }
span { border-color: rgb(138,74,175); }
td.TdClassName
{
border-color: #8A4AAF;
}
.TagClassName
{
border-color: #8A4AAF;
}
</style>