Shades of Deep Lilac #9958BA
Tints of Deep Lilac #9958BA
RGB
CMYK
RGB Variations
Color information
#9958BA (or 0x9958BA) is known color: Deep Lilac. HEX triplet: 99, 58 and BA. RGB value is (153,88,186). Sum of RGB (Red+Green+Blue) = 153+88+186=427 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.83% from 427); Green value is 88 (34.77% from 255 or 20.61% from 427); Blue value is 186 (73.05% from 255 or 43.56% from 427); Max value from RGB is 186 - color contains mainly: blue. Hex color #9958BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9958BA is #66A745. Grayscale: #767676. Windows color (decimal): -6727494 or 12212377. OLE color: 12212377.
HSL color Cylindrical-coordinate representation of color #9958BA: hue angle of 279.8º 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 #9958BA is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 153 | 88 | 186 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.27 |
| HSL | 279.8º | 0.42% | 0.54% | - |
| HSV(B) | 279.8º | 0.53% | 0.73% | - |
| XYZ | 25.49 | 17.3 | 48.45 | - |
| YUV | 118.61 | 166.03 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 88 | 186 | 0.18 | 0.53 | 0 | 0.27 | 279.8 | 0.42 | 0.54 |
| Hex | 99 | 58 | BA | 12 | 35 | 0 | 1B | 118 | 2A | 36 |
| Octal | 231 | 130 | 272 | 22 | 65 | 0 | 33 | 430 | 52 | 66 |
| Binary | 10011001 | 1011000 | 10111010 | 10010 | 110101 | 0 | 11011 | 100011000 | 101010 | 110110 |
Color Harmonies of #9958BA
Complementary color
Monochromatic Colors of #9958BA
Black with #9958BA
Text Example
Text Example
White with #9958BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9958BA; }
p { color: rgb(153,88,186); }
H1.HeaderClassName
{
color: #9958BA;
}
.AnyTagClassName
{
color: #9958BA;
}
</style>
background-color css
<style>
a { background-color: #9958BA; }
a { background-color: rgb(153,88,186); }
div.DivClassName
{
background-color: #9958BA;
}
.BgClassName
{
background-color: #9958BA;
}
</style>
border-color css
<style>
span { border-color: #9958BA; }
span { border-color: rgb(153,88,186); }
td.TdClassName
{
border-color: #9958BA;
}
.TagClassName
{
border-color: #9958BA;
}
</style>