Shades of Deep Lilac #8A55AF
Tints of Deep Lilac #8A55AF
RGB
CMYK
RGB Variations
Color information
#8A55AF (or 0x8A55AF) is known color: Deep Lilac. HEX triplet: 8A, 55 and AF. RGB value is (138,85,175). Sum of RGB (Red+Green+Blue) = 138+85+175=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 85 (33.59% from 255 or 21.36% from 398); Blue value is 175 (68.75% from 255 or 43.97% from 398); Max value from RGB is 175 - color contains mainly: blue. Hex color #8A55AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A55AF is #75AA50. Grayscale: #6E6E6E. Windows color (decimal): -7711313 or 11490698. OLE color: 11490698.
HSL color Cylindrical-coordinate representation of color #8A55AF: hue angle of 275.33º degrees, saturation: 0.36, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A55AF is Cyan = 0.21, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 85 | 175 | - |
| CMYK | 0.21 | 0.51 | 0 | 0.31 |
| HSL | 275.33º | 0.36% | 0.51% | - |
| HSV(B) | 275.33º | 0.51% | 0.69% | - |
| XYZ | 21.47 | 15 | 42.32 | - |
| YUV | 111.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 85 | 175 | 0.21 | 0.51 | 0 | 0.31 | 275.33 | 0.36 | 0.51 |
| Hex | 8A | 55 | AF | 15 | 33 | 0 | 1F | 113 | 24 | 33 |
| Octal | 212 | 125 | 257 | 25 | 63 | 0 | 37 | 423 | 44 | 63 |
| Binary | 10001010 | 1010101 | 10101111 | 10101 | 110011 | 0 | 11111 | 100010011 | 100100 | 110011 |
Color Harmonies of #8A55AF
Complementary color
Monochromatic Colors of #8A55AF
Black with #8A55AF
Text Example
Text Example
White with #8A55AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A55AF; }
p { color: rgb(138,85,175); }
H1.HeaderClassName
{
color: #8A55AF;
}
.AnyTagClassName
{
color: #8A55AF;
}
</style>
background-color css
<style>
a { background-color: #8A55AF; }
a { background-color: rgb(138,85,175); }
div.DivClassName
{
background-color: #8A55AF;
}
.BgClassName
{
background-color: #8A55AF;
}
</style>
border-color css
<style>
span { border-color: #8A55AF; }
span { border-color: rgb(138,85,175); }
td.TdClassName
{
border-color: #8A55AF;
}
.TagClassName
{
border-color: #8A55AF;
}
</style>