Shades of Lilac Bush #926AC6
Tints of Lilac Bush #926AC6
RGB
CMYK
RGB Variations
Color information
#926AC6 (or 0x926AC6) is known color: Lilac Bush. HEX triplet: 92, 6A and C6. RGB value is (146,106,198). Sum of RGB (Red+Green+Blue) = 146+106+198=450 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.44% from 450); Green value is 106 (41.80% from 255 or 23.56% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #926AC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926AC6 is #6D9539. Grayscale: #808080. Windows color (decimal): -7181626 or 13003410. OLE color: 13003410.
HSL color Cylindrical-coordinate representation of color #926AC6: hue angle of 266.09º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #926AC6 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 106 | 198 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.22 |
| HSL | 266.09º | 0.45% | 0.6% | - |
| HSV(B) | 266.09º | 0.46% | 0.78% | - |
| XYZ | 27.2 | 20.5 | 55.95 | - |
| YUV | 128.45 | 167.25 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 198 | 0.26 | 0.46 | 0 | 0.22 | 266.09 | 0.45 | 0.6 |
| Hex | 92 | 6A | C6 | 1A | 2E | 0 | 16 | 10A | 2D | 3C |
| Octal | 222 | 152 | 306 | 32 | 56 | 0 | 26 | 412 | 55 | 74 |
| Binary | 10010010 | 1101010 | 11000110 | 11010 | 101110 | 0 | 10110 | 100001010 | 101101 | 111100 |
Color Harmonies of #926AC6
Complementary color
Monochromatic Colors of #926AC6
Black with #926AC6
Text Example
Text Example
White with #926AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926AC6; }
p { color: rgb(146,106,198); }
H1.HeaderClassName
{
color: #926AC6;
}
.AnyTagClassName
{
color: #926AC6;
}
</style>
background-color css
<style>
a { background-color: #926AC6; }
a { background-color: rgb(146,106,198); }
div.DivClassName
{
background-color: #926AC6;
}
.BgClassName
{
background-color: #926AC6;
}
</style>
border-color css
<style>
span { border-color: #926AC6; }
span { border-color: rgb(146,106,198); }
td.TdClassName
{
border-color: #926AC6;
}
.TagClassName
{
border-color: #926AC6;
}
</style>