Shades of Deep Lilac #8A50BA
Tints of Deep Lilac #8A50BA
RGB
CMYK
RGB Variations
Color information
#8A50BA (or 0x8A50BA) is known color: Deep Lilac. HEX triplet: 8A, 50 and BA. RGB value is (138,80,186). Sum of RGB (Red+Green+Blue) = 138+80+186=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 80 (31.64% from 255 or 19.80% from 404); Blue value is 186 (73.05% from 255 or 46.04% from 404); Max value from RGB is 186 - color contains mainly: blue. Hex color #8A50BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A50BA is #75AF45. Grayscale: #6D6D6D. Windows color (decimal): -7712582 or 12210314. OLE color: 12210314.
HSL color Cylindrical-coordinate representation of color #8A50BA: hue angle of 272.83º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A50BA is Cyan = 0.26, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 80 | 186 | - |
| CMYK | 0.26 | 0.57 | 0 | 0.27 |
| HSL | 272.83º | 0.43% | 0.52% | - |
| HSV(B) | 272.83º | 0.57% | 0.73% | - |
| XYZ | 22.21 | 14.69 | 48.12 | - |
| YUV | 109.43 | 171.22 | 148.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 80 | 186 | 0.26 | 0.57 | 0 | 0.27 | 272.83 | 0.43 | 0.52 |
| Hex | 8A | 50 | BA | 1A | 39 | 0 | 1B | 111 | 2B | 34 |
| Octal | 212 | 120 | 272 | 32 | 71 | 0 | 33 | 421 | 53 | 64 |
| Binary | 10001010 | 1010000 | 10111010 | 11010 | 111001 | 0 | 11011 | 100010001 | 101011 | 110100 |
Color Harmonies of #8A50BA
Complementary color
Monochromatic Colors of #8A50BA
Black with #8A50BA
Text Example
Text Example
White with #8A50BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A50BA; }
p { color: rgb(138,80,186); }
H1.HeaderClassName
{
color: #8A50BA;
}
.AnyTagClassName
{
color: #8A50BA;
}
</style>
background-color css
<style>
a { background-color: #8A50BA; }
a { background-color: rgb(138,80,186); }
div.DivClassName
{
background-color: #8A50BA;
}
.BgClassName
{
background-color: #8A50BA;
}
</style>
border-color css
<style>
span { border-color: #8A50BA; }
span { border-color: rgb(138,80,186); }
td.TdClassName
{
border-color: #8A50BA;
}
.TagClassName
{
border-color: #8A50BA;
}
</style>