Shades of Lilac Bush #926DC4
Tints of Lilac Bush #926DC4
RGB
CMYK
RGB Variations
Color information
#926DC4 (or 0x926DC4) is known color: Lilac Bush. HEX triplet: 92, 6D and C4. RGB value is (146,109,196). Sum of RGB (Red+Green+Blue) = 146+109+196=451 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.37% from 451); Green value is 109 (42.97% from 255 or 24.17% from 451); Blue value is 196 (76.95% from 255 or 43.46% from 451); Max value from RGB is 196 - color contains mainly: blue. Hex color #926DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926DC4 is #6D923B. Grayscale: #818181. Windows color (decimal): -7180860 or 12873106. OLE color: 12873106.
HSL color Cylindrical-coordinate representation of color #926DC4: hue angle of 265.52º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #926DC4 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 146 | 109 | 196 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.23 |
| HSL | 265.52º | 0.42% | 0.6% | - |
| HSV(B) | 265.52º | 0.44% | 0.77% | - |
| XYZ | 27.29 | 21.03 | 54.85 | - |
| YUV | 129.98 | 165.26 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 196 | 0.26 | 0.44 | 0 | 0.23 | 265.52 | 0.42 | 0.6 |
| Hex | 92 | 6D | C4 | 1A | 2C | 0 | 17 | 10A | 2A | 3C |
| Octal | 222 | 155 | 304 | 32 | 54 | 0 | 27 | 412 | 52 | 74 |
| Binary | 10010010 | 1101101 | 11000100 | 11010 | 101100 | 0 | 10111 | 100001010 | 101010 | 111100 |
Color Harmonies of #926DC4
Complementary color
Monochromatic Colors of #926DC4
Black with #926DC4
Text Example
Text Example
White with #926DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926DC4; }
p { color: rgb(146,109,196); }
H1.HeaderClassName
{
color: #926DC4;
}
.AnyTagClassName
{
color: #926DC4;
}
</style>
background-color css
<style>
a { background-color: #926DC4; }
a { background-color: rgb(146,109,196); }
div.DivClassName
{
background-color: #926DC4;
}
.BgClassName
{
background-color: #926DC4;
}
</style>
border-color css
<style>
span { border-color: #926DC4; }
span { border-color: rgb(146,109,196); }
td.TdClassName
{
border-color: #926DC4;
}
.TagClassName
{
border-color: #926DC4;
}
</style>