Shades of Deep Lilac #8A59BC
Tints of Deep Lilac #8A59BC
RGB
CMYK
RGB Variations
Color information
#8A59BC (or 0x8A59BC) is known color: Deep Lilac. HEX triplet: 8A, 59 and BC. RGB value is (138,89,188). Sum of RGB (Red+Green+Blue) = 138+89+188=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 89 (35.16% from 255 or 21.45% from 415); Blue value is 188 (73.83% from 255 or 45.30% from 415); Max value from RGB is 188 - color contains mainly: blue. Hex color #8A59BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59BC is #75A643. Grayscale: #727272. Windows color (decimal): -7710276 or 12343690. OLE color: 12343690.
HSL color Cylindrical-coordinate representation of color #8A59BC: hue angle of 269.7º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A59BC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 138 | 89 | 188 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.26 |
| HSL | 269.7º | 0.42% | 0.54% | - |
| HSV(B) | 269.7º | 0.53% | 0.74% | - |
| XYZ | 23.13 | 16.18 | 49.48 | - |
| YUV | 114.94 | 169.23 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 188 | 0.27 | 0.53 | 0 | 0.26 | 269.7 | 0.42 | 0.54 |
| Hex | 8A | 59 | BC | 1B | 35 | 0 | 1A | 10E | 2A | 36 |
| Octal | 212 | 131 | 274 | 33 | 65 | 0 | 32 | 416 | 52 | 66 |
| Binary | 10001010 | 1011001 | 10111100 | 11011 | 110101 | 0 | 11010 | 100001110 | 101010 | 110110 |
Color Harmonies of #8A59BC
Complementary color
Monochromatic Colors of #8A59BC
Black with #8A59BC
Text Example
Text Example
White with #8A59BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59BC; }
p { color: rgb(138,89,188); }
H1.HeaderClassName
{
color: #8A59BC;
}
.AnyTagClassName
{
color: #8A59BC;
}
</style>
background-color css
<style>
a { background-color: #8A59BC; }
a { background-color: rgb(138,89,188); }
div.DivClassName
{
background-color: #8A59BC;
}
.BgClassName
{
background-color: #8A59BC;
}
</style>
border-color css
<style>
span { border-color: #8A59BC; }
span { border-color: rgb(138,89,188); }
td.TdClassName
{
border-color: #8A59BC;
}
.TagClassName
{
border-color: #8A59BC;
}
</style>