Shades of Deep Lilac #9551BE
Tints of Deep Lilac #9551BE
RGB
CMYK
RGB Variations
Color information
#9551BE (or 0x9551BE) is known color: Deep Lilac. HEX triplet: 95, 51 and BE. RGB value is (149,81,190). Sum of RGB (Red+Green+Blue) = 149+81+190=420 (55% of max value = 765). Red value is 149 (58.59% from 255 or 35.48% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #9551BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9551BE is #6AAE41. Grayscale: #717171. Windows color (decimal): -6991426 or 12472725. OLE color: 12472725.
HSL color Cylindrical-coordinate representation of color #9551BE: hue angle of 277.43º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9551BE is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 81 | 190 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.25 |
| HSL | 277.43º | 0.46% | 0.53% | - |
| HSV(B) | 277.43º | 0.57% | 0.75% | - |
| XYZ | 24.63 | 15.99 | 50.5 | - |
| YUV | 113.76 | 171.03 | 153.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 81 | 190 | 0.22 | 0.57 | 0 | 0.25 | 277.43 | 0.46 | 0.53 |
| Hex | 95 | 51 | BE | 16 | 39 | 0 | 19 | 115 | 2E | 35 |
| Octal | 225 | 121 | 276 | 26 | 71 | 0 | 31 | 425 | 56 | 65 |
| Binary | 10010101 | 1010001 | 10111110 | 10110 | 111001 | 0 | 11001 | 100010101 | 101110 | 110101 |
Color Harmonies of #9551BE
Complementary color
Monochromatic Colors of #9551BE
Black with #9551BE
Text Example
Text Example
White with #9551BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9551BE; }
p { color: rgb(149,81,190); }
H1.HeaderClassName
{
color: #9551BE;
}
.AnyTagClassName
{
color: #9551BE;
}
</style>
background-color css
<style>
a { background-color: #9551BE; }
a { background-color: rgb(149,81,190); }
div.DivClassName
{
background-color: #9551BE;
}
.BgClassName
{
background-color: #9551BE;
}
</style>
border-color css
<style>
span { border-color: #9551BE; }
span { border-color: rgb(149,81,190); }
td.TdClassName
{
border-color: #9551BE;
}
.TagClassName
{
border-color: #9551BE;
}
</style>