Shades of Deep Lilac #8A5ABB
Tints of Deep Lilac #8A5ABB
RGB
CMYK
RGB Variations
Color information
#8A5ABB (or 0x8A5ABB) is known color: Deep Lilac. HEX triplet: 8A, 5A and BB. RGB value is (138,90,187). Sum of RGB (Red+Green+Blue) = 138+90+187=415 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.25% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 187 (73.44% from 255 or 45.06% from 415); Max value from RGB is 187 - color contains mainly: blue. Hex color #8A5ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ABB is #75A544. Grayscale: #737373. Windows color (decimal): -7710021 or 12278410. OLE color: 12278410.
HSL color Cylindrical-coordinate representation of color #8A5ABB: hue angle of 269.69º 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 #8A5ABB is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 90 | 187 | - |
| CMYK | 0.26 | 0.52 | 0 | 0.27 |
| HSL | 269.69º | 0.42% | 0.54% | - |
| HSV(B) | 269.69º | 0.52% | 0.73% | - |
| XYZ | 23.11 | 16.3 | 48.94 | - |
| YUV | 115.41 | 168.4 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 90 | 187 | 0.26 | 0.52 | 0 | 0.27 | 269.69 | 0.42 | 0.54 |
| Hex | 8A | 5A | BB | 1A | 34 | 0 | 1B | 10E | 2A | 36 |
| Octal | 212 | 132 | 273 | 32 | 64 | 0 | 33 | 416 | 52 | 66 |
| Binary | 10001010 | 1011010 | 10111011 | 11010 | 110100 | 0 | 11011 | 100001110 | 101010 | 110110 |
Color Harmonies of #8A5ABB
Complementary color
Monochromatic Colors of #8A5ABB
Black with #8A5ABB
Text Example
Text Example
White with #8A5ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A5ABB; }
p { color: rgb(138,90,187); }
H1.HeaderClassName
{
color: #8A5ABB;
}
.AnyTagClassName
{
color: #8A5ABB;
}
</style>
background-color css
<style>
a { background-color: #8A5ABB; }
a { background-color: rgb(138,90,187); }
div.DivClassName
{
background-color: #8A5ABB;
}
.BgClassName
{
background-color: #8A5ABB;
}
</style>
border-color css
<style>
span { border-color: #8A5ABB; }
span { border-color: rgb(138,90,187); }
td.TdClassName
{
border-color: #8A5ABB;
}
.TagClassName
{
border-color: #8A5ABB;
}
</style>