Shades of Lilac Bush #926FC6
Tints of Lilac Bush #926FC6
RGB
CMYK
RGB Variations
Color information
#926FC6 (or 0x926FC6) is known color: Lilac Bush. HEX triplet: 92, 6F and C6. RGB value is (146,111,198). Sum of RGB (Red+Green+Blue) = 146+111+198=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 111 (43.75% from 255 or 24.40% from 455); Blue value is 198 (77.73% from 255 or 43.52% from 455); Max value from RGB is 198 - color contains mainly: blue. Hex color #926FC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926FC6 is #6D9039. Grayscale: #838383. Windows color (decimal): -7180346 or 13004690. OLE color: 13004690.
HSL color Cylindrical-coordinate representation of color #926FC6: hue angle of 264.14º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #926FC6 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 146 | 111 | 198 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.22 |
| HSL | 264.14º | 0.43% | 0.61% | - |
| HSV(B) | 264.14º | 0.44% | 0.78% | - |
| XYZ | 27.73 | 21.56 | 56.13 | - |
| YUV | 131.38 | 165.6 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 198 | 0.26 | 0.44 | 0 | 0.22 | 264.14 | 0.43 | 0.61 |
| Hex | 92 | 6F | C6 | 1A | 2C | 0 | 16 | 108 | 2B | 3D |
| Octal | 222 | 157 | 306 | 32 | 54 | 0 | 26 | 410 | 53 | 75 |
| Binary | 10010010 | 1101111 | 11000110 | 11010 | 101100 | 0 | 10110 | 100001000 | 101011 | 111101 |
Color Harmonies of #926FC6
Complementary color
Monochromatic Colors of #926FC6
Black with #926FC6
Text Example
Text Example
White with #926FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FC6; }
p { color: rgb(146,111,198); }
H1.HeaderClassName
{
color: #926FC6;
}
.AnyTagClassName
{
color: #926FC6;
}
</style>
background-color css
<style>
a { background-color: #926FC6; }
a { background-color: rgb(146,111,198); }
div.DivClassName
{
background-color: #926FC6;
}
.BgClassName
{
background-color: #926FC6;
}
</style>
border-color css
<style>
span { border-color: #926FC6; }
span { border-color: rgb(146,111,198); }
td.TdClassName
{
border-color: #926FC6;
}
.TagClassName
{
border-color: #926FC6;
}
</style>