Shades of Deep Lilac #9156B1
Tints of Deep Lilac #9156B1
RGB
CMYK
RGB Variations
Color information
#9156B1 (or 0x9156B1) is known color: Deep Lilac. HEX triplet: 91, 56 and B1. RGB value is (145,86,177). Sum of RGB (Red+Green+Blue) = 145+86+177=408 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.54% from 408); Green value is 86 (33.98% from 255 or 21.08% from 408); Blue value is 177 (69.53% from 255 or 43.38% from 408); Max value from RGB is 177 - color contains mainly: blue. Hex color #9156B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9156B1 is #6EA94E. Grayscale: #717171. Windows color (decimal): -7252303 or 11622033. OLE color: 11622033.
HSL color Cylindrical-coordinate representation of color #9156B1: hue angle of 278.9º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9156B1 is Cyan = 0.18, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 145 | 86 | 177 | - |
| CMYK | 0.18 | 0.51 | 0 | 0.31 |
| HSL | 278.9º | 0.37% | 0.52% | - |
| HSV(B) | 278.9º | 0.51% | 0.69% | - |
| XYZ | 22.94 | 15.85 | 43.45 | - |
| YUV | 114.02 | 163.55 | 150.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 86 | 177 | 0.18 | 0.51 | 0 | 0.31 | 278.9 | 0.37 | 0.52 |
| Hex | 91 | 56 | B1 | 12 | 33 | 0 | 1F | 117 | 25 | 34 |
| Octal | 221 | 126 | 261 | 22 | 63 | 0 | 37 | 427 | 45 | 64 |
| Binary | 10010001 | 1010110 | 10110001 | 10010 | 110011 | 0 | 11111 | 100010111 | 100101 | 110100 |
Color Harmonies of #9156B1
Complementary color
Monochromatic Colors of #9156B1
Black with #9156B1
Text Example
Text Example
White with #9156B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9156B1; }
p { color: rgb(145,86,177); }
H1.HeaderClassName
{
color: #9156B1;
}
.AnyTagClassName
{
color: #9156B1;
}
</style>
background-color css
<style>
a { background-color: #9156B1; }
a { background-color: rgb(145,86,177); }
div.DivClassName
{
background-color: #9156B1;
}
.BgClassName
{
background-color: #9156B1;
}
</style>
border-color css
<style>
span { border-color: #9156B1; }
span { border-color: rgb(145,86,177); }
td.TdClassName
{
border-color: #9156B1;
}
.TagClassName
{
border-color: #9156B1;
}
</style>