Shades of Lilac Bush #926BBC
Tints of Lilac Bush #926BBC
RGB
CMYK
RGB Variations
Color information
#926BBC (or 0x926BBC) is known color: Lilac Bush. HEX triplet: 92, 6B and BC. RGB value is (146,107,188). Sum of RGB (Red+Green+Blue) = 146+107+188=441 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.11% from 441); Green value is 107 (42.19% from 255 or 24.26% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #926BBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926BBC is #6D9443. Grayscale: #7F7F7F. Windows color (decimal): -7181380 or 12348306. OLE color: 12348306.
HSL color Cylindrical-coordinate representation of color #926BBC: hue angle of 268.89º 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 #926BBC is Cyan = 0.22, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 146 | 107 | 188 | - |
| CMYK | 0.22 | 0.43 | 0 | 0.26 |
| HSL | 268.89º | 0.38% | 0.58% | - |
| HSV(B) | 268.89º | 0.43% | 0.74% | - |
| XYZ | 26.19 | 20.26 | 50.11 | - |
| YUV | 127.9 | 161.92 | 140.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 188 | 0.22 | 0.43 | 0 | 0.26 | 268.89 | 0.38 | 0.58 |
| Hex | 92 | 6B | BC | 16 | 2B | 0 | 1A | 10D | 26 | 3A |
| Octal | 222 | 153 | 274 | 26 | 53 | 0 | 32 | 415 | 46 | 72 |
| Binary | 10010010 | 1101011 | 10111100 | 10110 | 101011 | 0 | 11010 | 100001101 | 100110 | 111010 |
Color Harmonies of #926BBC
Complementary color
Monochromatic Colors of #926BBC
Black with #926BBC
Text Example
Text Example
White with #926BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926BBC; }
p { color: rgb(146,107,188); }
H1.HeaderClassName
{
color: #926BBC;
}
.AnyTagClassName
{
color: #926BBC;
}
</style>
background-color css
<style>
a { background-color: #926BBC; }
a { background-color: rgb(146,107,188); }
div.DivClassName
{
background-color: #926BBC;
}
.BgClassName
{
background-color: #926BBC;
}
</style>
border-color css
<style>
span { border-color: #926BBC; }
span { border-color: rgb(146,107,188); }
td.TdClassName
{
border-color: #926BBC;
}
.TagClassName
{
border-color: #926BBC;
}
</style>