Shades of Deep Lilac #9558BD
Tints of Deep Lilac #9558BD
RGB
CMYK
RGB Variations
Color information
#9558BD (or 0x9558BD) is known color: Deep Lilac. HEX triplet: 95, 58 and BD. RGB value is (149,88,189). Sum of RGB (Red+Green+Blue) = 149+88+189=426 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.98% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 189 (74.22% from 255 or 44.37% from 426); Max value from RGB is 189 - color contains mainly: blue. Hex color #9558BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558BD is #6AA742. Grayscale: #757575. Windows color (decimal): -6989635 or 12408981. OLE color: 12408981.
HSL color Cylindrical-coordinate representation of color #9558BD: hue angle of 276.24º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9558BD is Cyan = 0.21, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 88 | 189 | - |
| CMYK | 0.21 | 0.53 | 0 | 0.26 |
| HSL | 276.24º | 0.43% | 0.54% | - |
| HSV(B) | 276.24º | 0.53% | 0.74% | - |
| XYZ | 25.07 | 17.04 | 50.11 | - |
| YUV | 117.75 | 168.21 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 189 | 0.21 | 0.53 | 0 | 0.26 | 276.24 | 0.43 | 0.54 |
| Hex | 95 | 58 | BD | 15 | 35 | 0 | 1A | 114 | 2B | 36 |
| Octal | 225 | 130 | 275 | 25 | 65 | 0 | 32 | 424 | 53 | 66 |
| Binary | 10010101 | 1011000 | 10111101 | 10101 | 110101 | 0 | 11010 | 100010100 | 101011 | 110110 |
Color Harmonies of #9558BD
Complementary color
Monochromatic Colors of #9558BD
Black with #9558BD
Text Example
Text Example
White with #9558BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558BD; }
p { color: rgb(149,88,189); }
H1.HeaderClassName
{
color: #9558BD;
}
.AnyTagClassName
{
color: #9558BD;
}
</style>
background-color css
<style>
a { background-color: #9558BD; }
a { background-color: rgb(149,88,189); }
div.DivClassName
{
background-color: #9558BD;
}
.BgClassName
{
background-color: #9558BD;
}
</style>
border-color css
<style>
span { border-color: #9558BD; }
span { border-color: rgb(149,88,189); }
td.TdClassName
{
border-color: #9558BD;
}
.TagClassName
{
border-color: #9558BD;
}
</style>