Shades of Lilac Bush #926ABE
Tints of Lilac Bush #926ABE
RGB
CMYK
RGB Variations
Color information
#926ABE (or 0x926ABE) is known color: Lilac Bush. HEX triplet: 92, 6A and BE. RGB value is (146,106,190). Sum of RGB (Red+Green+Blue) = 146+106+190=442 (58% of max value = 765). Red value is 146 (57.42% from 255 or 33.03% from 442); Green value is 106 (41.80% from 255 or 23.98% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #926ABE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ABE is #6D9541. Grayscale: #7F7F7F. Windows color (decimal): -7181634 or 12479122. OLE color: 12479122.
HSL color Cylindrical-coordinate representation of color #926ABE: hue angle of 268.57º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #926ABE is Cyan = 0.23, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 146 | 106 | 190 | - |
| CMYK | 0.23 | 0.44 | 0 | 0.25 |
| HSL | 268.57º | 0.39% | 0.58% | - |
| HSV(B) | 268.57º | 0.44% | 0.75% | - |
| XYZ | 26.3 | 20.14 | 51.22 | - |
| YUV | 127.54 | 163.25 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 190 | 0.23 | 0.44 | 0 | 0.25 | 268.57 | 0.39 | 0.58 |
| Hex | 92 | 6A | BE | 17 | 2C | 0 | 19 | 10D | 27 | 3A |
| Octal | 222 | 152 | 276 | 27 | 54 | 0 | 31 | 415 | 47 | 72 |
| Binary | 10010010 | 1101010 | 10111110 | 10111 | 101100 | 0 | 11001 | 100001101 | 100111 | 111010 |
Color Harmonies of #926ABE
Complementary color
Monochromatic Colors of #926ABE
Black with #926ABE
Text Example
Text Example
White with #926ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926ABE; }
p { color: rgb(146,106,190); }
H1.HeaderClassName
{
color: #926ABE;
}
.AnyTagClassName
{
color: #926ABE;
}
</style>
background-color css
<style>
a { background-color: #926ABE; }
a { background-color: rgb(146,106,190); }
div.DivClassName
{
background-color: #926ABE;
}
.BgClassName
{
background-color: #926ABE;
}
</style>
border-color css
<style>
span { border-color: #926ABE; }
span { border-color: rgb(146,106,190); }
td.TdClassName
{
border-color: #926ABE;
}
.TagClassName
{
border-color: #926ABE;
}
</style>