Shades of Lilac Bush #926EBA
Tints of Lilac Bush #926EBA
RGB
CMYK
RGB Variations
Color information
#926EBA (or 0x926EBA) is known color: Lilac Bush. HEX triplet: 92, 6E and BA. RGB value is (146,110,186). Sum of RGB (Red+Green+Blue) = 146+110+186=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 110 (43.36% from 255 or 24.89% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #926EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926EBA is #6D9145. Grayscale: #818181. Windows color (decimal): -7180614 or 12218002. OLE color: 12218002.
HSL color Cylindrical-coordinate representation of color #926EBA: hue angle of 268.42º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #926EBA is Cyan = 0.22, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 146 | 110 | 186 | - |
| CMYK | 0.22 | 0.41 | 0 | 0.27 |
| HSL | 268.42º | 0.36% | 0.58% | - |
| HSV(B) | 268.42º | 0.41% | 0.73% | - |
| XYZ | 26.29 | 20.81 | 49.08 | - |
| YUV | 129.43 | 159.93 | 139.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 186 | 0.22 | 0.41 | 0 | 0.27 | 268.42 | 0.36 | 0.58 |
| Hex | 92 | 6E | BA | 16 | 29 | 0 | 1B | 10C | 24 | 3A |
| Octal | 222 | 156 | 272 | 26 | 51 | 0 | 33 | 414 | 44 | 72 |
| Binary | 10010010 | 1101110 | 10111010 | 10110 | 101001 | 0 | 11011 | 100001100 | 100100 | 111010 |
Color Harmonies of #926EBA
Complementary color
Monochromatic Colors of #926EBA
Black with #926EBA
Text Example
Text Example
White with #926EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926EBA; }
p { color: rgb(146,110,186); }
H1.HeaderClassName
{
color: #926EBA;
}
.AnyTagClassName
{
color: #926EBA;
}
</style>
background-color css
<style>
a { background-color: #926EBA; }
a { background-color: rgb(146,110,186); }
div.DivClassName
{
background-color: #926EBA;
}
.BgClassName
{
background-color: #926EBA;
}
</style>
border-color css
<style>
span { border-color: #926EBA; }
span { border-color: rgb(146,110,186); }
td.TdClassName
{
border-color: #926EBA;
}
.TagClassName
{
border-color: #926EBA;
}
</style>