Shades of Deep Lilac #9554BD
Tints of Deep Lilac #9554BD
RGB
CMYK
RGB Variations
Color information
#9554BD (or 0x9554BD) is known color: Deep Lilac. HEX triplet: 95, 54 and BD. RGB value is (149,84,189). Sum of RGB (Red+Green+Blue) = 149+84+189=422 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.31% from 422); Green value is 84 (33.20% from 255 or 19.91% from 422); Blue value is 189 (74.22% from 255 or 44.79% from 422); Max value from RGB is 189 - color contains mainly: blue. Hex color #9554BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9554BD is #6AAB42. Grayscale: #737373. Windows color (decimal): -6990659 or 12407957. OLE color: 12407957.
HSL color Cylindrical-coordinate representation of color #9554BD: hue angle of 277.14º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9554BD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 149 | 84 | 189 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.26 |
| HSL | 277.14º | 0.44% | 0.54% | - |
| HSV(B) | 277.14º | 0.56% | 0.74% | - |
| XYZ | 24.75 | 16.4 | 50.01 | - |
| YUV | 115.41 | 169.53 | 151.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 84 | 189 | 0.21 | 0.56 | 0 | 0.26 | 277.14 | 0.44 | 0.54 |
| Hex | 95 | 54 | BD | 15 | 38 | 0 | 1A | 115 | 2C | 36 |
| Octal | 225 | 124 | 275 | 25 | 70 | 0 | 32 | 425 | 54 | 66 |
| Binary | 10010101 | 1010100 | 10111101 | 10101 | 111000 | 0 | 11010 | 100010101 | 101100 | 110110 |
Color Harmonies of #9554BD
Complementary color
Monochromatic Colors of #9554BD
Black with #9554BD
Text Example
Text Example
White with #9554BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9554BD; }
p { color: rgb(149,84,189); }
H1.HeaderClassName
{
color: #9554BD;
}
.AnyTagClassName
{
color: #9554BD;
}
</style>
background-color css
<style>
a { background-color: #9554BD; }
a { background-color: rgb(149,84,189); }
div.DivClassName
{
background-color: #9554BD;
}
.BgClassName
{
background-color: #9554BD;
}
</style>
border-color css
<style>
span { border-color: #9554BD; }
span { border-color: rgb(149,84,189); }
td.TdClassName
{
border-color: #9554BD;
}
.TagClassName
{
border-color: #9554BD;
}
</style>