Shades of Deep Lilac #8A59BB
Tints of Deep Lilac #8A59BB
RGB
CMYK
RGB Variations
Color information
#8A59BB (or 0x8A59BB) is known color: Deep Lilac. HEX triplet: 8A, 59 and BB. RGB value is (138,89,187). Sum of RGB (Red+Green+Blue) = 138+89+187=414 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.33% from 414); Green value is 89 (35.16% from 255 or 21.50% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A59BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A59BB is #75A644. Grayscale: #727272. Windows color (decimal): -7710277 or 12278154. OLE color: 12278154.
HSL color Cylindrical-coordinate representation of color #8A59BB: hue angle of 270º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8A59BB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 89 | 187 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.27 |
| HSL | 270º | 0.42% | 0.54% | - |
| HSV(B) | 270º | 0.52% | 0.73% | - |
| XYZ | 23.02 | 16.14 | 48.91 | - |
| YUV | 114.82 | 168.73 | 144.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 89 | 187 | 0.26 | 0.52 | 0 | 0.27 | 270 | 0.42 | 0.54 |
| Hex | 8A | 59 | BB | 1A | 34 | 0 | 1B | 10E | 2A | 36 |
| Octal | 212 | 131 | 273 | 32 | 64 | 0 | 33 | 416 | 52 | 66 |
| Binary | 10001010 | 1011001 | 10111011 | 11010 | 110100 | 0 | 11011 | 100001110 | 101010 | 110110 |
Color Harmonies of #8A59BB
Complementary color
Monochromatic Colors of #8A59BB
Black with #8A59BB
Text Example
Text Example
White with #8A59BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A59BB; }
p { color: rgb(138,89,187); }
H1.HeaderClassName
{
color: #8A59BB;
}
.AnyTagClassName
{
color: #8A59BB;
}
</style>
background-color css
<style>
a { background-color: #8A59BB; }
a { background-color: rgb(138,89,187); }
div.DivClassName
{
background-color: #8A59BB;
}
.BgClassName
{
background-color: #8A59BB;
}
</style>
border-color css
<style>
span { border-color: #8A59BB; }
span { border-color: rgb(138,89,187); }
td.TdClassName
{
border-color: #8A59BB;
}
.TagClassName
{
border-color: #8A59BB;
}
</style>