Shades of Deep Lilac #9155B7
Tints of Deep Lilac #9155B7
RGB
CMYK
RGB Variations
Color information
#9155B7 (or 0x9155B7) is known color: Deep Lilac. HEX triplet: 91, 55 and B7. RGB value is (145,85,183). Sum of RGB (Red+Green+Blue) = 145+85+183=413 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.11% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 183 (71.88% from 255 or 44.31% from 413); Max value from RGB is 183 - color contains mainly: blue. Hex color #9155B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9155B7 is #6EAA48. Grayscale: #717171. Windows color (decimal): -7252553 or 12014993. OLE color: 12014993.
HSL color Cylindrical-coordinate representation of color #9155B7: hue angle of 276.73º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9155B7 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 145 | 85 | 183 | - |
| CMYK | 0.21 | 0.54 | 0 | 0.28 |
| HSL | 276.73º | 0.4% | 0.53% | - |
| HSV(B) | 276.73º | 0.54% | 0.72% | - |
| XYZ | 23.47 | 15.94 | 46.64 | - |
| YUV | 114.11 | 166.88 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 85 | 183 | 0.21 | 0.54 | 0 | 0.28 | 276.73 | 0.4 | 0.53 |
| Hex | 91 | 55 | B7 | 15 | 36 | 0 | 1C | 115 | 28 | 35 |
| Octal | 221 | 125 | 267 | 25 | 66 | 0 | 34 | 425 | 50 | 65 |
| Binary | 10010001 | 1010101 | 10110111 | 10101 | 110110 | 0 | 11100 | 100010101 | 101000 | 110101 |
Color Harmonies of #9155B7
Complementary color
Monochromatic Colors of #9155B7
Black with #9155B7
Text Example
Text Example
White with #9155B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9155B7; }
p { color: rgb(145,85,183); }
H1.HeaderClassName
{
color: #9155B7;
}
.AnyTagClassName
{
color: #9155B7;
}
</style>
background-color css
<style>
a { background-color: #9155B7; }
a { background-color: rgb(145,85,183); }
div.DivClassName
{
background-color: #9155B7;
}
.BgClassName
{
background-color: #9155B7;
}
</style>
border-color css
<style>
span { border-color: #9155B7; }
span { border-color: rgb(145,85,183); }
td.TdClassName
{
border-color: #9155B7;
}
.TagClassName
{
border-color: #9155B7;
}
</style>