Shades of Deep Lilac #8958AD
Tints of Deep Lilac #8958AD
RGB
CMYK
RGB Variations
Color information
#8958AD (or 0x8958AD) is known color: Deep Lilac. HEX triplet: 89, 58 and AD. RGB value is (137,88,173). Sum of RGB (Red+Green+Blue) = 137+88+173=398 (52% of max value = 765). Red value is 137 (53.91% from 255 or 34.42% from 398); Green value is 88 (34.77% from 255 or 22.11% from 398); Blue value is 173 (67.97% from 255 or 43.47% from 398); Max value from RGB is 173 - color contains mainly: blue. Hex color #8958AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8958AD is #76A752. Grayscale: #707070. Windows color (decimal): -7776083 or 11360393. OLE color: 11360393.
HSL color Cylindrical-coordinate representation of color #8958AD: hue angle of 274.59º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8958AD is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 137 | 88 | 173 | - |
| CMYK | 0.21 | 0.49 | 0 | 0.32 |
| HSL | 274.59º | 0.34% | 0.51% | - |
| HSV(B) | 274.59º | 0.49% | 0.68% | - |
| XYZ | 21.35 | 15.31 | 41.37 | - |
| YUV | 112.34 | 162.23 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 88 | 173 | 0.21 | 0.49 | 0 | 0.32 | 274.59 | 0.34 | 0.51 |
| Hex | 89 | 58 | AD | 15 | 31 | 0 | 20 | 113 | 22 | 33 |
| Octal | 211 | 130 | 255 | 25 | 61 | 0 | 40 | 423 | 42 | 63 |
| Binary | 10001001 | 1011000 | 10101101 | 10101 | 110001 | 0 | 100000 | 100010011 | 100010 | 110011 |
Color Harmonies of #8958AD
Complementary color
Monochromatic Colors of #8958AD
Black with #8958AD
Text Example
Text Example
White with #8958AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8958AD; }
p { color: rgb(137,88,173); }
H1.HeaderClassName
{
color: #8958AD;
}
.AnyTagClassName
{
color: #8958AD;
}
</style>
background-color css
<style>
a { background-color: #8958AD; }
a { background-color: rgb(137,88,173); }
div.DivClassName
{
background-color: #8958AD;
}
.BgClassName
{
background-color: #8958AD;
}
</style>
border-color css
<style>
span { border-color: #8958AD; }
span { border-color: rgb(137,88,173); }
td.TdClassName
{
border-color: #8958AD;
}
.TagClassName
{
border-color: #8958AD;
}
</style>