Shades of Deep Lilac #8A51BD
Tints of Deep Lilac #8A51BD
RGB
CMYK
RGB Variations
Color information
#8A51BD (or 0x8A51BD) is known color: Deep Lilac. HEX triplet: 8A, 51 and BD. RGB value is (138,81,189). Sum of RGB (Red+Green+Blue) = 138+81+189=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 189 (74.22% from 255 or 46.32% from 408); Max value from RGB is 189 - color contains mainly: blue. Hex color #8A51BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A51BD is #75AE42. Grayscale: #6D6D6D. Windows color (decimal): -7712323 or 12407178. OLE color: 12407178.
HSL color Cylindrical-coordinate representation of color #8A51BD: hue angle of 271.67º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A51BD is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 81 | 189 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.26 |
| HSL | 271.67º | 0.45% | 0.53% | - |
| HSV(B) | 271.67º | 0.57% | 0.74% | - |
| XYZ | 22.61 | 14.96 | 49.84 | - |
| YUV | 110.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 81 | 189 | 0.27 | 0.57 | 0 | 0.26 | 271.67 | 0.45 | 0.53 |
| Hex | 8A | 51 | BD | 1B | 39 | 0 | 1A | 110 | 2D | 35 |
| Octal | 212 | 121 | 275 | 33 | 71 | 0 | 32 | 420 | 55 | 65 |
| Binary | 10001010 | 1010001 | 10111101 | 11011 | 111001 | 0 | 11010 | 100010000 | 101101 | 110101 |
Color Harmonies of #8A51BD
Complementary color
Monochromatic Colors of #8A51BD
Black with #8A51BD
Text Example
Text Example
White with #8A51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A51BD; }
p { color: rgb(138,81,189); }
H1.HeaderClassName
{
color: #8A51BD;
}
.AnyTagClassName
{
color: #8A51BD;
}
</style>
background-color css
<style>
a { background-color: #8A51BD; }
a { background-color: rgb(138,81,189); }
div.DivClassName
{
background-color: #8A51BD;
}
.BgClassName
{
background-color: #8A51BD;
}
</style>
border-color css
<style>
span { border-color: #8A51BD; }
span { border-color: rgb(138,81,189); }
td.TdClassName
{
border-color: #8A51BD;
}
.TagClassName
{
border-color: #8A51BD;
}
</style>