Shades of Deep Lilac #9B58BA
Tints of Deep Lilac #9B58BA
RGB
CMYK
RGB Variations
Color information
#9B58BA (or 0x9B58BA) is known color: Deep Lilac. HEX triplet: 9B, 58 and BA. RGB value is (155,88,186). Sum of RGB (Red+Green+Blue) = 155+88+186=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 186 (73.05% from 255 or 43.36% from 429); Max value from RGB is 186 - color contains mainly: blue. Hex color #9B58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B58BA is #64A745. Grayscale: #767676. Windows color (decimal): -6596422 or 12212379. OLE color: 12212379.
HSL color Cylindrical-coordinate representation of color #9B58BA: hue angle of 281.02º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B58BA is Cyan = 0.17, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 155 | 88 | 186 | - |
| CMYK | 0.17 | 0.53 | 0 | 0.27 |
| HSL | 281.02º | 0.42% | 0.54% | - |
| HSV(B) | 281.02º | 0.53% | 0.73% | - |
| XYZ | 25.87 | 17.49 | 48.47 | - |
| YUV | 119.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 186 | 0.17 | 0.53 | 0 | 0.27 | 281.02 | 0.42 | 0.54 |
| Hex | 9B | 58 | BA | 11 | 35 | 0 | 1B | 119 | 2A | 36 |
| Octal | 233 | 130 | 272 | 21 | 65 | 0 | 33 | 431 | 52 | 66 |
| Binary | 10011011 | 1011000 | 10111010 | 10001 | 110101 | 0 | 11011 | 100011001 | 101010 | 110110 |
Color Harmonies of #9B58BA
Complementary color
Monochromatic Colors of #9B58BA
Black with #9B58BA
Text Example
Text Example
White with #9B58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B58BA; }
p { color: rgb(155,88,186); }
H1.HeaderClassName
{
color: #9B58BA;
}
.AnyTagClassName
{
color: #9B58BA;
}
</style>
background-color css
<style>
a { background-color: #9B58BA; }
a { background-color: rgb(155,88,186); }
div.DivClassName
{
background-color: #9B58BA;
}
.BgClassName
{
background-color: #9B58BA;
}
</style>
border-color css
<style>
span { border-color: #9B58BA; }
span { border-color: rgb(155,88,186); }
td.TdClassName
{
border-color: #9B58BA;
}
.TagClassName
{
border-color: #9B58BA;
}
</style>