Shades of Deep Lilac #8A5AAF
Tints of Deep Lilac #8A5AAF
RGB
CMYK
RGB Variations
Color information
#8A5AAF (or 0x8A5AAF) is known color: Deep Lilac. HEX triplet: 8A, 5A and AF. RGB value is (138,90,175). Sum of RGB (Red+Green+Blue) = 138+90+175=403 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.24% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 175 (68.75% from 255 or 43.42% from 403); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A5AAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A5AAF is #75A550. Grayscale: #717171. Windows color (decimal): -7710033 or 11491978. OLE color: 11491978.
HSL color Cylindrical-coordinate representation of color #8A5AAF: hue angle of 273.88º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8A5AAF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 90 | 175 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.31 |
| HSL | 273.88º | 0.35% | 0.52% | - |
| HSV(B) | 273.88º | 0.49% | 0.69% | - |
| XYZ | 21.88 | 15.81 | 42.46 | - |
| YUV | 114.04 | 162.4 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 175 | 0.21 | 0.49 | 0 | 0.31 | 273.88 | 0.35 | 0.52 |
| Hex | 8A | 5A | AF | 15 | 31 | 0 | 1F | 112 | 23 | 34 |
| Octal | 212 | 132 | 257 | 25 | 61 | 0 | 37 | 422 | 43 | 64 |
| Binary | 10001010 | 1011010 | 10101111 | 10101 | 110001 | 0 | 11111 | 100010010 | 100011 | 110100 |
Color Harmonies of #8A5AAF
Complementary color
Monochromatic Colors of #8A5AAF
Black with #8A5AAF
Text Example
Text Example
White with #8A5AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5AAF; }
p { color: rgb(138,90,175); }
H1.HeaderClassName
{
color: #8A5AAF;
}
.AnyTagClassName
{
color: #8A5AAF;
}
</style>
background-color css
<style>
a { background-color: #8A5AAF; }
a { background-color: rgb(138,90,175); }
div.DivClassName
{
background-color: #8A5AAF;
}
.BgClassName
{
background-color: #8A5AAF;
}
</style>
border-color css
<style>
span { border-color: #8A5AAF; }
span { border-color: rgb(138,90,175); }
td.TdClassName
{
border-color: #8A5AAF;
}
.TagClassName
{
border-color: #8A5AAF;
}
</style>