Shades of Deep Lilac #9B58AD
Tints of Deep Lilac #9B58AD
RGB
CMYK
RGB Variations
Color information
#9B58AD (or 0x9B58AD) is known color: Deep Lilac. HEX triplet: 9B, 58 and AD. RGB value is (155,88,173). Sum of RGB (Red+Green+Blue) = 155+88+173=416 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.26% from 416); Green value is 88 (34.77% from 255 or 21.15% from 416); Blue value is 173 (67.97% from 255 or 41.59% from 416); Max value from RGB is 173 - color contains mainly: blue. Hex color #9B58AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B58AD is #64A752. Grayscale: #757575. Windows color (decimal): -6596435 or 11360411. OLE color: 11360411.
HSL color Cylindrical-coordinate representation of color #9B58AD: hue angle of 287.29º 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 #9B58AD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 155 | 88 | 173 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.32 |
| HSL | 287.29º | 0.34% | 0.51% | - |
| HSV(B) | 287.29º | 0.49% | 0.68% | - |
| XYZ | 24.55 | 16.97 | 41.52 | - |
| YUV | 117.72 | 159.2 | 154.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 173 | 0.10 | 0.49 | 0 | 0.32 | 287.29 | 0.34 | 0.51 |
| Hex | 9B | 58 | AD | A | 31 | 0 | 20 | 11F | 22 | 33 |
| Octal | 233 | 130 | 255 | 12 | 61 | 0 | 40 | 437 | 42 | 63 |
| Binary | 10011011 | 1011000 | 10101101 | 1010 | 110001 | 0 | 100000 | 100011111 | 100010 | 110011 |
Color Harmonies of #9B58AD
Complementary color
Monochromatic Colors of #9B58AD
Black with #9B58AD
Text Example
Text Example
White with #9B58AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B58AD; }
p { color: rgb(155,88,173); }
H1.HeaderClassName
{
color: #9B58AD;
}
.AnyTagClassName
{
color: #9B58AD;
}
</style>
background-color css
<style>
a { background-color: #9B58AD; }
a { background-color: rgb(155,88,173); }
div.DivClassName
{
background-color: #9B58AD;
}
.BgClassName
{
background-color: #9B58AD;
}
</style>
border-color css
<style>
span { border-color: #9B58AD; }
span { border-color: rgb(155,88,173); }
td.TdClassName
{
border-color: #9B58AD;
}
.TagClassName
{
border-color: #9B58AD;
}
</style>