Shades of Lilac Bush #926AC5
Tints of Lilac Bush #926AC5
RGB
CMYK
RGB Variations
Color information
#926AC5 (or 0x926AC5) is known color: Lilac Bush. HEX triplet: 92, 6A and C5. RGB value is (146,106,197). Sum of RGB (Red+Green+Blue) = 146+106+197=449 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.52% from 449); Green value is 106 (41.80% from 255 or 23.61% from 449); Blue value is 197 (77.34% from 255 or 43.88% from 449); Max value from RGB is 197 - color contains mainly: blue. Hex color #926AC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926AC5 is #6D953A. Grayscale: #808080. Windows color (decimal): -7181627 or 12937874. OLE color: 12937874.
HSL color Cylindrical-coordinate representation of color #926AC5: hue angle of 266.37º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #926AC5 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 106 | 197 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.23 |
| HSL | 266.37º | 0.44% | 0.59% | - |
| HSV(B) | 266.37º | 0.46% | 0.77% | - |
| XYZ | 27.09 | 20.45 | 55.34 | - |
| YUV | 128.33 | 166.75 | 140.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 197 | 0.26 | 0.46 | 0 | 0.23 | 266.37 | 0.44 | 0.59 |
| Hex | 92 | 6A | C5 | 1A | 2E | 0 | 17 | 10A | 2C | 3B |
| Octal | 222 | 152 | 305 | 32 | 56 | 0 | 27 | 412 | 54 | 73 |
| Binary | 10010010 | 1101010 | 11000101 | 11010 | 101110 | 0 | 10111 | 100001010 | 101100 | 111011 |
Color Harmonies of #926AC5
Complementary color
Monochromatic Colors of #926AC5
Black with #926AC5
Text Example
Text Example
White with #926AC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926AC5; }
p { color: rgb(146,106,197); }
H1.HeaderClassName
{
color: #926AC5;
}
.AnyTagClassName
{
color: #926AC5;
}
</style>
background-color css
<style>
a { background-color: #926AC5; }
a { background-color: rgb(146,106,197); }
div.DivClassName
{
background-color: #926AC5;
}
.BgClassName
{
background-color: #926AC5;
}
</style>
border-color css
<style>
span { border-color: #926AC5; }
span { border-color: rgb(146,106,197); }
td.TdClassName
{
border-color: #926AC5;
}
.TagClassName
{
border-color: #926AC5;
}
</style>