Shades of Deep Lilac #9558BA
Tints of Deep Lilac #9558BA
RGB
CMYK
RGB Variations
Color information
#9558BA (or 0x9558BA) is known color: Deep Lilac. HEX triplet: 95, 58 and BA. RGB value is (149,88,186). Sum of RGB (Red+Green+Blue) = 149+88+186=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 88 (34.77% from 255 or 20.80% from 423); Blue value is 186 (73.05% from 255 or 43.97% from 423); Max value from RGB is 186 - color contains mainly: blue. Hex color #9558BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558BA is #6AA745. Grayscale: #757575. Windows color (decimal): -6989638 or 12212373. OLE color: 12212373.
HSL color Cylindrical-coordinate representation of color #9558BA: hue angle of 277.35º 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 #9558BA is Cyan = 0.20, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 88 | 186 | - |
| CMYK | 0.20 | 0.53 | 0 | 0.27 |
| HSL | 277.35º | 0.42% | 0.54% | - |
| HSV(B) | 277.35º | 0.53% | 0.73% | - |
| XYZ | 24.75 | 16.91 | 48.41 | - |
| YUV | 117.41 | 166.71 | 150.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 186 | 0.20 | 0.53 | 0 | 0.27 | 277.35 | 0.42 | 0.54 |
| Hex | 95 | 58 | BA | 14 | 35 | 0 | 1B | 115 | 2A | 36 |
| Octal | 225 | 130 | 272 | 24 | 65 | 0 | 33 | 425 | 52 | 66 |
| Binary | 10010101 | 1011000 | 10111010 | 10100 | 110101 | 0 | 11011 | 100010101 | 101010 | 110110 |
Color Harmonies of #9558BA
Complementary color
Monochromatic Colors of #9558BA
Black with #9558BA
Text Example
Text Example
White with #9558BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558BA; }
p { color: rgb(149,88,186); }
H1.HeaderClassName
{
color: #9558BA;
}
.AnyTagClassName
{
color: #9558BA;
}
</style>
background-color css
<style>
a { background-color: #9558BA; }
a { background-color: rgb(149,88,186); }
div.DivClassName
{
background-color: #9558BA;
}
.BgClassName
{
background-color: #9558BA;
}
</style>
border-color css
<style>
span { border-color: #9558BA; }
span { border-color: rgb(149,88,186); }
td.TdClassName
{
border-color: #9558BA;
}
.TagClassName
{
border-color: #9558BA;
}
</style>