Shades of Deep Lilac #9555BB
Tints of Deep Lilac #9555BB
RGB
CMYK
RGB Variations
Color information
#9555BB (or 0x9555BB) is known color: Deep Lilac. HEX triplet: 95, 55 and BB. RGB value is (149,85,187). Sum of RGB (Red+Green+Blue) = 149+85+187=421 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.39% from 421); Green value is 85 (33.59% from 255 or 20.19% from 421); Blue value is 187 (73.44% from 255 or 44.42% from 421); Max value from RGB is 187 - color contains mainly: blue. Hex color #9555BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555BB is #6AAA44. Grayscale: #737373. Windows color (decimal): -6990405 or 12277141. OLE color: 12277141.
HSL color Cylindrical-coordinate representation of color #9555BB: hue angle of 277.65º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9555BB is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 149 | 85 | 187 | - |
| CMYK | 0.20 | 0.55 | 0 | 0.27 |
| HSL | 277.65º | 0.43% | 0.53% | - |
| HSV(B) | 277.65º | 0.55% | 0.73% | - |
| XYZ | 24.61 | 16.47 | 48.9 | - |
| YUV | 115.76 | 168.2 | 151.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 187 | 0.20 | 0.55 | 0 | 0.27 | 277.65 | 0.43 | 0.53 |
| Hex | 95 | 55 | BB | 14 | 37 | 0 | 1B | 116 | 2B | 35 |
| Octal | 225 | 125 | 273 | 24 | 67 | 0 | 33 | 426 | 53 | 65 |
| Binary | 10010101 | 1010101 | 10111011 | 10100 | 110111 | 0 | 11011 | 100010110 | 101011 | 110101 |
Color Harmonies of #9555BB
Complementary color
Monochromatic Colors of #9555BB
Black with #9555BB
Text Example
Text Example
White with #9555BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555BB; }
p { color: rgb(149,85,187); }
H1.HeaderClassName
{
color: #9555BB;
}
.AnyTagClassName
{
color: #9555BB;
}
</style>
background-color css
<style>
a { background-color: #9555BB; }
a { background-color: rgb(149,85,187); }
div.DivClassName
{
background-color: #9555BB;
}
.BgClassName
{
background-color: #9555BB;
}
</style>
border-color css
<style>
span { border-color: #9555BB; }
span { border-color: rgb(149,85,187); }
td.TdClassName
{
border-color: #9555BB;
}
.TagClassName
{
border-color: #9555BB;
}
</style>