Shades of Deep Lilac #8A51B7
Tints of Deep Lilac #8A51B7
RGB
CMYK
RGB Variations
Color information
#8A51B7 (or 0x8A51B7) is known color: Deep Lilac. HEX triplet: 8A, 51 and B7. RGB value is (138,81,183). Sum of RGB (Red+Green+Blue) = 138+81+183=402 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.33% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 183 (71.88% from 255 or 45.52% from 402); Max value from RGB is 183 - color contains mainly: blue. Hex color #8A51B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51B7 is #75AE48. Grayscale: #6D6D6D. Windows color (decimal): -7712329 or 12013962. OLE color: 12013962.
HSL color Cylindrical-coordinate representation of color #8A51B7: hue angle of 273.53º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A51B7 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 138 | 81 | 183 | - |
| CMYK | 0.25 | 0.56 | 0 | 0.28 |
| HSL | 273.53º | 0.41% | 0.52% | - |
| HSV(B) | 273.53º | 0.56% | 0.72% | - |
| XYZ | 21.97 | 14.71 | 46.48 | - |
| YUV | 109.67 | 169.38 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 183 | 0.25 | 0.56 | 0 | 0.28 | 273.53 | 0.41 | 0.52 |
| Hex | 8A | 51 | B7 | 19 | 38 | 0 | 1C | 112 | 29 | 34 |
| Octal | 212 | 121 | 267 | 31 | 70 | 0 | 34 | 422 | 51 | 64 |
| Binary | 10001010 | 1010001 | 10110111 | 11001 | 111000 | 0 | 11100 | 100010010 | 101001 | 110100 |
Color Harmonies of #8A51B7
Complementary color
Monochromatic Colors of #8A51B7
Black with #8A51B7
Text Example
Text Example
White with #8A51B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A51B7; }
p { color: rgb(138,81,183); }
H1.HeaderClassName
{
color: #8A51B7;
}
.AnyTagClassName
{
color: #8A51B7;
}
</style>
background-color css
<style>
a { background-color: #8A51B7; }
a { background-color: rgb(138,81,183); }
div.DivClassName
{
background-color: #8A51B7;
}
.BgClassName
{
background-color: #8A51B7;
}
</style>
border-color css
<style>
span { border-color: #8A51B7; }
span { border-color: rgb(138,81,183); }
td.TdClassName
{
border-color: #8A51B7;
}
.TagClassName
{
border-color: #8A51B7;
}
</style>