Shades of Lilac Bush #926BBD
Tints of Lilac Bush #926BBD
RGB
CMYK
RGB Variations
Color information
#926BBD (or 0x926BBD) is known color: Lilac Bush. HEX triplet: 92, 6B and BD. RGB value is (146,107,189). Sum of RGB (Red+Green+Blue) = 146+107+189=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 107 (42.19% from 255 or 24.21% from 442); Blue value is 189 (74.22% from 255 or 42.76% from 442); Max value from RGB is 189 - color contains mainly: blue. Hex color #926BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BBD is #6D9442. Grayscale: #7F7F7F. Windows color (decimal): -7181379 or 12413842. OLE color: 12413842.
HSL color Cylindrical-coordinate representation of color #926BBD: hue angle of 268.54º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #926BBD is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 107 | 189 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.26 |
| HSL | 268.54º | 0.38% | 0.58% | - |
| HSV(B) | 268.54º | 0.43% | 0.74% | - |
| XYZ | 26.3 | 20.3 | 50.68 | - |
| YUV | 128.01 | 162.42 | 140.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 189 | 0.23 | 0.43 | 0 | 0.26 | 268.54 | 0.38 | 0.58 |
| Hex | 92 | 6B | BD | 17 | 2B | 0 | 1A | 10D | 26 | 3A |
| Octal | 222 | 153 | 275 | 27 | 53 | 0 | 32 | 415 | 46 | 72 |
| Binary | 10010010 | 1101011 | 10111101 | 10111 | 101011 | 0 | 11010 | 100001101 | 100110 | 111010 |
Color Harmonies of #926BBD
Complementary color
Monochromatic Colors of #926BBD
Black with #926BBD
Text Example
Text Example
White with #926BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BBD; }
p { color: rgb(146,107,189); }
H1.HeaderClassName
{
color: #926BBD;
}
.AnyTagClassName
{
color: #926BBD;
}
</style>
background-color css
<style>
a { background-color: #926BBD; }
a { background-color: rgb(146,107,189); }
div.DivClassName
{
background-color: #926BBD;
}
.BgClassName
{
background-color: #926BBD;
}
</style>
border-color css
<style>
span { border-color: #926BBD; }
span { border-color: rgb(146,107,189); }
td.TdClassName
{
border-color: #926BBD;
}
.TagClassName
{
border-color: #926BBD;
}
</style>