Shades of Deep Lilac #8A58B9
Tints of Deep Lilac #8A58B9
RGB
CMYK
RGB Variations
Color information
#8A58B9 (or 0x8A58B9) is known color: Deep Lilac. HEX triplet: 8A, 58 and B9. RGB value is (138,88,185). Sum of RGB (Red+Green+Blue) = 138+88+185=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 88 (34.77% from 255 or 21.41% from 411); Blue value is 185 (72.66% from 255 or 45.01% from 411); Max value from RGB is 185 - color contains mainly: blue. Hex color #8A58B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A58B9 is #75A746. Grayscale: #717171. Windows color (decimal): -7710535 or 12146826. OLE color: 12146826.
HSL color Cylindrical-coordinate representation of color #8A58B9: hue angle of 270.93º degrees, saturation: 0.41, 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 #8A58B9 is Cyan = 0.25, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 138 | 88 | 185 | - |
| CMYK | 0.25 | 0.52 | 0 | 0.27 |
| HSL | 270.93º | 0.41% | 0.54% | - |
| HSV(B) | 270.93º | 0.52% | 0.73% | - |
| XYZ | 22.73 | 15.89 | 47.77 | - |
| YUV | 114.01 | 168.07 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 88 | 185 | 0.25 | 0.52 | 0 | 0.27 | 270.93 | 0.41 | 0.54 |
| Hex | 8A | 58 | B9 | 19 | 34 | 0 | 1B | 10F | 29 | 36 |
| Octal | 212 | 130 | 271 | 31 | 64 | 0 | 33 | 417 | 51 | 66 |
| Binary | 10001010 | 1011000 | 10111001 | 11001 | 110100 | 0 | 11011 | 100001111 | 101001 | 110110 |
Color Harmonies of #8A58B9
Complementary color
Monochromatic Colors of #8A58B9
Black with #8A58B9
Text Example
Text Example
White with #8A58B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A58B9; }
p { color: rgb(138,88,185); }
H1.HeaderClassName
{
color: #8A58B9;
}
.AnyTagClassName
{
color: #8A58B9;
}
</style>
background-color css
<style>
a { background-color: #8A58B9; }
a { background-color: rgb(138,88,185); }
div.DivClassName
{
background-color: #8A58B9;
}
.BgClassName
{
background-color: #8A58B9;
}
</style>
border-color css
<style>
span { border-color: #8A58B9; }
span { border-color: rgb(138,88,185); }
td.TdClassName
{
border-color: #8A58B9;
}
.TagClassName
{
border-color: #8A58B9;
}
</style>