Shades of Deep Lilac #9558BF
Tints of Deep Lilac #9558BF
RGB
CMYK
RGB Variations
Color information
#9558BF (or 0x9558BF) is known color: Deep Lilac. HEX triplet: 95, 58 and BF. RGB value is (149,88,191). Sum of RGB (Red+Green+Blue) = 149+88+191=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 88 (34.77% from 255 or 20.56% from 428); Blue value is 191 (75% from 255 or 44.63% from 428); Max value from RGB is 191 - color contains mainly: blue. Hex color #9558BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9558BF is #6AA740. Grayscale: #757575. Windows color (decimal): -6989633 or 12540053. OLE color: 12540053.
HSL color Cylindrical-coordinate representation of color #9558BF: hue angle of 275.53º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9558BF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 88 | 191 | - |
| CMYK | 0.22 | 0.54 | 0 | 0.25 |
| HSL | 275.53º | 0.45% | 0.55% | - |
| HSV(B) | 275.53º | 0.54% | 0.75% | - |
| XYZ | 25.29 | 17.13 | 51.26 | - |
| YUV | 117.98 | 169.21 | 150.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 88 | 191 | 0.22 | 0.54 | 0 | 0.25 | 275.53 | 0.45 | 0.55 |
| Hex | 95 | 58 | BF | 16 | 36 | 0 | 19 | 114 | 2D | 37 |
| Octal | 225 | 130 | 277 | 26 | 66 | 0 | 31 | 424 | 55 | 67 |
| Binary | 10010101 | 1011000 | 10111111 | 10110 | 110110 | 0 | 11001 | 100010100 | 101101 | 110111 |
Color Harmonies of #9558BF
Complementary color
Monochromatic Colors of #9558BF
Black with #9558BF
Text Example
Text Example
White with #9558BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9558BF; }
p { color: rgb(149,88,191); }
H1.HeaderClassName
{
color: #9558BF;
}
.AnyTagClassName
{
color: #9558BF;
}
</style>
background-color css
<style>
a { background-color: #9558BF; }
a { background-color: rgb(149,88,191); }
div.DivClassName
{
background-color: #9558BF;
}
.BgClassName
{
background-color: #9558BF;
}
</style>
border-color css
<style>
span { border-color: #9558BF; }
span { border-color: rgb(149,88,191); }
td.TdClassName
{
border-color: #9558BF;
}
.TagClassName
{
border-color: #9558BF;
}
</style>