Shades of Lilac Bush #926ABB
Tints of Lilac Bush #926ABB
RGB
CMYK
RGB Variations
Color information
#926ABB (or 0x926ABB) is known color: Lilac Bush. HEX triplet: 92, 6A and BB. RGB value is (146,106,187). Sum of RGB (Red+Green+Blue) = 146+106+187=439 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.26% from 439); Green value is 106 (41.80% from 255 or 24.15% from 439); Blue value is 187 (73.44% from 255 or 42.60% from 439); Max value from RGB is 187 - color contains mainly: blue. Hex color #926ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ABB is #6D9544. Grayscale: #7E7E7E. Windows color (decimal): -7181637 or 12282514. OLE color: 12282514.
HSL color Cylindrical-coordinate representation of color #926ABB: hue angle of 269.63º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #926ABB is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 106 | 187 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.27 |
| HSL | 269.63º | 0.37% | 0.57% | - |
| HSV(B) | 269.63º | 0.43% | 0.73% | - |
| XYZ | 25.98 | 20.01 | 49.51 | - |
| YUV | 127.19 | 161.75 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 187 | 0.22 | 0.43 | 0 | 0.27 | 269.63 | 0.37 | 0.57 |
| Hex | 92 | 6A | BB | 16 | 2B | 0 | 1B | 10E | 25 | 39 |
| Octal | 222 | 152 | 273 | 26 | 53 | 0 | 33 | 416 | 45 | 71 |
| Binary | 10010010 | 1101010 | 10111011 | 10110 | 101011 | 0 | 11011 | 100001110 | 100101 | 111001 |
Color Harmonies of #926ABB
Complementary color
Monochromatic Colors of #926ABB
Black with #926ABB
Text Example
Text Example
White with #926ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926ABB; }
p { color: rgb(146,106,187); }
H1.HeaderClassName
{
color: #926ABB;
}
.AnyTagClassName
{
color: #926ABB;
}
</style>
background-color css
<style>
a { background-color: #926ABB; }
a { background-color: rgb(146,106,187); }
div.DivClassName
{
background-color: #926ABB;
}
.BgClassName
{
background-color: #926ABB;
}
</style>
border-color css
<style>
span { border-color: #926ABB; }
span { border-color: rgb(146,106,187); }
td.TdClassName
{
border-color: #926ABB;
}
.TagClassName
{
border-color: #926ABB;
}
</style>