Shades of Deep Lilac #8A56B1
Tints of Deep Lilac #8A56B1
RGB
CMYK
RGB Variations
Color information
#8A56B1 (or 0x8A56B1) is known color: Deep Lilac. HEX triplet: 8A, 56 and B1. RGB value is (138,86,177). Sum of RGB (Red+Green+Blue) = 138+86+177=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 86 (33.98% from 255 or 21.45% from 401); Blue value is 177 (69.53% from 255 or 44.14% from 401); Max value from RGB is 177 - color contains mainly: blue. Hex color #8A56B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A56B1 is #75A94E. Grayscale: #6F6F6F. Windows color (decimal): -7711055 or 11622026. OLE color: 11622026.
HSL color Cylindrical-coordinate representation of color #8A56B1: hue angle of 274.29º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8A56B1 is Cyan = 0.22, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 138 | 86 | 177 | - |
| CMYK | 0.22 | 0.51 | 0 | 0.31 |
| HSL | 274.29º | 0.37% | 0.52% | - |
| HSV(B) | 274.29º | 0.51% | 0.69% | - |
| XYZ | 21.74 | 15.23 | 43.39 | - |
| YUV | 111.92 | 164.73 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 86 | 177 | 0.22 | 0.51 | 0 | 0.31 | 274.29 | 0.37 | 0.52 |
| Hex | 8A | 56 | B1 | 16 | 33 | 0 | 1F | 112 | 25 | 34 |
| Octal | 212 | 126 | 261 | 26 | 63 | 0 | 37 | 422 | 45 | 64 |
| Binary | 10001010 | 1010110 | 10110001 | 10110 | 110011 | 0 | 11111 | 100010010 | 100101 | 110100 |
Color Harmonies of #8A56B1
Complementary color
Monochromatic Colors of #8A56B1
Black with #8A56B1
Text Example
Text Example
White with #8A56B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A56B1; }
p { color: rgb(138,86,177); }
H1.HeaderClassName
{
color: #8A56B1;
}
.AnyTagClassName
{
color: #8A56B1;
}
</style>
background-color css
<style>
a { background-color: #8A56B1; }
a { background-color: rgb(138,86,177); }
div.DivClassName
{
background-color: #8A56B1;
}
.BgClassName
{
background-color: #8A56B1;
}
</style>
border-color css
<style>
span { border-color: #8A56B1; }
span { border-color: rgb(138,86,177); }
td.TdClassName
{
border-color: #8A56B1;
}
.TagClassName
{
border-color: #8A56B1;
}
</style>