Shades of Deep Lilac #9551B5
Tints of Deep Lilac #9551B5
RGB
CMYK
RGB Variations
Color information
#9551B5 (or 0x9551B5) is known color: Deep Lilac. HEX triplet: 95, 51 and B5. RGB value is (149,81,181). Sum of RGB (Red+Green+Blue) = 149+81+181=411 (54% of max value = 765). Red value is 149 (58.59% from 255 or 36.25% from 411); Green value is 81 (32.03% from 255 or 19.71% from 411); Blue value is 181 (71.09% from 255 or 44.04% from 411); Max value from RGB is 181 - color contains mainly: blue. Hex color #9551B5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551B5 is #6AAE4A. Grayscale: #707070. Windows color (decimal): -6991435 or 11882901. OLE color: 11882901.
HSL color Cylindrical-coordinate representation of color #9551B5: hue angle of 280.8º degrees, saturation: 0.4, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9551B5 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 81 | 181 | - |
| CMYK | 0.18 | 0.55 | 0 | 0.29 |
| HSL | 280.8º | 0.4% | 0.51% | - |
| HSV(B) | 280.8º | 0.55% | 0.71% | - |
| XYZ | 23.68 | 15.61 | 45.48 | - |
| YUV | 112.73 | 166.53 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 181 | 0.18 | 0.55 | 0 | 0.29 | 280.8 | 0.4 | 0.51 |
| Hex | 95 | 51 | B5 | 12 | 37 | 0 | 1D | 119 | 28 | 33 |
| Octal | 225 | 121 | 265 | 22 | 67 | 0 | 35 | 431 | 50 | 63 |
| Binary | 10010101 | 1010001 | 10110101 | 10010 | 110111 | 0 | 11101 | 100011001 | 101000 | 110011 |
Color Harmonies of #9551B5
Complementary color
Monochromatic Colors of #9551B5
Black with #9551B5
Text Example
Text Example
White with #9551B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9551B5; }
p { color: rgb(149,81,181); }
H1.HeaderClassName
{
color: #9551B5;
}
.AnyTagClassName
{
color: #9551B5;
}
</style>
background-color css
<style>
a { background-color: #9551B5; }
a { background-color: rgb(149,81,181); }
div.DivClassName
{
background-color: #9551B5;
}
.BgClassName
{
background-color: #9551B5;
}
</style>
border-color css
<style>
span { border-color: #9551B5; }
span { border-color: rgb(149,81,181); }
td.TdClassName
{
border-color: #9551B5;
}
.TagClassName
{
border-color: #9551B5;
}
</style>