Shades of Lilac Bush #916DBD
Tints of Lilac Bush #916DBD
RGB
CMYK
RGB Variations
Color information
#916DBD (or 0x916DBD) is known color: Lilac Bush. HEX triplet: 91, 6D and BD. RGB value is (145,109,189). Sum of RGB (Red+Green+Blue) = 145+109+189=443 (58% of max value = 765). Red value is 145 (57.03% from 255 or 32.73% from 443); Green value is 109 (42.97% from 255 or 24.60% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #916DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #916DBD is #6E9242. Grayscale: #808080. Windows color (decimal): -7246403 or 12414353. OLE color: 12414353.
HSL color Cylindrical-coordinate representation of color #916DBD: hue angle of 267º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #916DBD is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 109 | 189 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.26 |
| HSL | 267º | 0.38% | 0.58% | - |
| HSV(B) | 267º | 0.42% | 0.74% | - |
| XYZ | 26.33 | 20.63 | 50.74 | - |
| YUV | 128.88 | 161.93 | 139.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 109 | 189 | 0.23 | 0.42 | 0 | 0.26 | 267 | 0.38 | 0.58 |
| Hex | 91 | 6D | BD | 17 | 2A | 0 | 1A | 10B | 26 | 3A |
| Octal | 221 | 155 | 275 | 27 | 52 | 0 | 32 | 413 | 46 | 72 |
| Binary | 10010001 | 1101101 | 10111101 | 10111 | 101010 | 0 | 11010 | 100001011 | 100110 | 111010 |
Color Harmonies of #916DBD
Complementary color
Monochromatic Colors of #916DBD
Black with #916DBD
Text Example
Text Example
White with #916DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #916DBD; }
p { color: rgb(145,109,189); }
H1.HeaderClassName
{
color: #916DBD;
}
.AnyTagClassName
{
color: #916DBD;
}
</style>
background-color css
<style>
a { background-color: #916DBD; }
a { background-color: rgb(145,109,189); }
div.DivClassName
{
background-color: #916DBD;
}
.BgClassName
{
background-color: #916DBD;
}
</style>
border-color css
<style>
span { border-color: #916DBD; }
span { border-color: rgb(145,109,189); }
td.TdClassName
{
border-color: #916DBD;
}
.TagClassName
{
border-color: #916DBD;
}
</style>