Shades of Lilac Bush #926FC9
Tints of Lilac Bush #926FC9
RGB
CMYK
RGB Variations
Color information
#926FC9 (or 0x926FC9) is known color: Lilac Bush. HEX triplet: 92, 6F and C9. RGB value is (146,111,201). Sum of RGB (Red+Green+Blue) = 146+111+201=458 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.88% from 458); Green value is 111 (43.75% from 255 or 24.24% from 458); Blue value is 201 (78.91% from 255 or 43.89% from 458); Max value from RGB is 201 - color contains mainly: blue. Hex color #926FC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926FC9 is #6D9036. Grayscale: #838383. Windows color (decimal): -7180343 or 13201298. OLE color: 13201298.
HSL color Cylindrical-coordinate representation of color #926FC9: hue angle of 263.33º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #926FC9 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 146 | 111 | 201 | - |
| CMYK | 0.27 | 0.45 | 0 | 0.21 |
| HSL | 263.33º | 0.45% | 0.61% | - |
| HSV(B) | 263.33º | 0.45% | 0.79% | - |
| XYZ | 28.08 | 21.7 | 57.97 | - |
| YUV | 131.73 | 167.1 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 111 | 201 | 0.27 | 0.45 | 0 | 0.21 | 263.33 | 0.45 | 0.61 |
| Hex | 92 | 6F | C9 | 1B | 2D | 0 | 15 | 107 | 2D | 3D |
| Octal | 222 | 157 | 311 | 33 | 55 | 0 | 25 | 407 | 55 | 75 |
| Binary | 10010010 | 1101111 | 11001001 | 11011 | 101101 | 0 | 10101 | 100000111 | 101101 | 111101 |
Color Harmonies of #926FC9
Complementary color
Monochromatic Colors of #926FC9
Black with #926FC9
Text Example
Text Example
White with #926FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926FC9; }
p { color: rgb(146,111,201); }
H1.HeaderClassName
{
color: #926FC9;
}
.AnyTagClassName
{
color: #926FC9;
}
</style>
background-color css
<style>
a { background-color: #926FC9; }
a { background-color: rgb(146,111,201); }
div.DivClassName
{
background-color: #926FC9;
}
.BgClassName
{
background-color: #926FC9;
}
</style>
border-color css
<style>
span { border-color: #926FC9; }
span { border-color: rgb(146,111,201); }
td.TdClassName
{
border-color: #926FC9;
}
.TagClassName
{
border-color: #926FC9;
}
</style>