Shades of Lilac Bush #926ECB
Tints of Lilac Bush #926ECB
RGB
CMYK
RGB Variations
Color information
#926ECB (or 0x926ECB) is known color: Lilac Bush. HEX triplet: 92, 6E and CB. RGB value is (146,110,203). Sum of RGB (Red+Green+Blue) = 146+110+203=459 (60% of max value = 765). Red value is 146 (57.42% from 255 or 31.81% from 459); Green value is 110 (43.36% from 255 or 23.97% from 459); Blue value is 203 (79.69% from 255 or 44.23% from 459); Max value from RGB is 203 - color contains mainly: blue. Hex color #926ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #926ECB is #6D9134. Grayscale: #838383. Windows color (decimal): -7180597 or 13332114. OLE color: 13332114.
HSL color Cylindrical-coordinate representation of color #926ECB: hue angle of 263.23º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #926ECB is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 146 | 110 | 203 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.20 |
| HSL | 263.23º | 0.47% | 0.61% | - |
| HSV(B) | 263.23º | 0.46% | 0.8% | - |
| XYZ | 28.21 | 21.57 | 59.18 | - |
| YUV | 131.37 | 168.43 | 138.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 110 | 203 | 0.28 | 0.46 | 0 | 0.20 | 263.23 | 0.47 | 0.61 |
| Hex | 92 | 6E | CB | 1C | 2E | 0 | 14 | 107 | 2F | 3D |
| Octal | 222 | 156 | 313 | 34 | 56 | 0 | 24 | 407 | 57 | 75 |
| Binary | 10010010 | 1101110 | 11001011 | 11100 | 101110 | 0 | 10100 | 100000111 | 101111 | 111101 |
Color Harmonies of #926ECB
Complementary color
Monochromatic Colors of #926ECB
Black with #926ECB
Text Example
Text Example
White with #926ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926ECB; }
p { color: rgb(146,110,203); }
H1.HeaderClassName
{
color: #926ECB;
}
.AnyTagClassName
{
color: #926ECB;
}
</style>
background-color css
<style>
a { background-color: #926ECB; }
a { background-color: rgb(146,110,203); }
div.DivClassName
{
background-color: #926ECB;
}
.BgClassName
{
background-color: #926ECB;
}
</style>
border-color css
<style>
span { border-color: #926ECB; }
span { border-color: rgb(146,110,203); }
td.TdClassName
{
border-color: #926ECB;
}
.TagClassName
{
border-color: #926ECB;
}
</style>