Shades of Deep Lilac #9555BD
Tints of Deep Lilac #9555BD
RGB
CMYK
RGB Variations
Color information
#9555BD (or 0x9555BD) is known color: Deep Lilac. HEX triplet: 95, 55 and BD. RGB value is (149,85,189). Sum of RGB (Red+Green+Blue) = 149+85+189=423 (56% of max value = 765). Red value is 149 (58.59% from 255 or 35.22% from 423); Green value is 85 (33.59% from 255 or 20.09% from 423); Blue value is 189 (74.22% from 255 or 44.68% from 423); Max value from RGB is 189 - color contains mainly: blue. Hex color #9555BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9555BD is #6AAA42. Grayscale: #737373. Windows color (decimal): -6990403 or 12408213. OLE color: 12408213.
HSL color Cylindrical-coordinate representation of color #9555BD: hue angle of 276.92º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9555BD is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 85 | 189 | - |
| CMYK | 0.21 | 0.55 | 0 | 0.26 |
| HSL | 276.92º | 0.44% | 0.54% | - |
| HSV(B) | 276.92º | 0.55% | 0.74% | - |
| XYZ | 24.83 | 16.56 | 50.03 | - |
| YUV | 115.99 | 169.2 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 85 | 189 | 0.21 | 0.55 | 0 | 0.26 | 276.92 | 0.44 | 0.54 |
| Hex | 95 | 55 | BD | 15 | 37 | 0 | 1A | 115 | 2C | 36 |
| Octal | 225 | 125 | 275 | 25 | 67 | 0 | 32 | 425 | 54 | 66 |
| Binary | 10010101 | 1010101 | 10111101 | 10101 | 110111 | 0 | 11010 | 100010101 | 101100 | 110110 |
Color Harmonies of #9555BD
Complementary color
Monochromatic Colors of #9555BD
Black with #9555BD
Text Example
Text Example
White with #9555BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9555BD; }
p { color: rgb(149,85,189); }
H1.HeaderClassName
{
color: #9555BD;
}
.AnyTagClassName
{
color: #9555BD;
}
</style>
background-color css
<style>
a { background-color: #9555BD; }
a { background-color: rgb(149,85,189); }
div.DivClassName
{
background-color: #9555BD;
}
.BgClassName
{
background-color: #9555BD;
}
</style>
border-color css
<style>
span { border-color: #9555BD; }
span { border-color: rgb(149,85,189); }
td.TdClassName
{
border-color: #9555BD;
}
.TagClassName
{
border-color: #9555BD;
}
</style>